Skip to content

tonyaellie/polymc-instance-manager

Repository files navigation

PolyMC Instance Manager

This is web based manager for instances in PolyMC.

Deployment

Requirements:

  • nodejs
  • npm (or any alternative)

To deploy this project

first clone it

git clone https://github.com/tonyaellie/polymc-instance-manager.git

then cd into the directory it was installed into

cd polymc-instance-manager

install dependencies

npm i

set the path to PolyMC, replace pathtopolymc with the path e.g. /home/tonya/.var/app/org.polymc.PolyMC/data/polymc

nano utils/config.ts

build

npm run build

and run

npm run start

To Do

  • Add the ability to upload instances
  • Make everything look good
  • Show instance icons
  • Add option to export/import multiple instances

About

manage polymc instances via the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published