Manage and control DVMFNE instances
Install node js
npm i
npm i -g pkg (if you want to compile the app)
To build for mac, windows, and linux:
npm run build
To build for windows:
npm run build:win
To build for mac:
npm run build:mac
To build for linux:
npm run build:linux
Binary will be in the bin folder. By default, it will be named dvmfne_manager-os type
If you want to specify your own config file:
node index.js -c configs/config.ymlTo just run the app (make sure you have a config.yml file in the configs folder):
npm run startNote: Default username is admin and password is password. I recommend changing this.
Edit the config.yml file to your needs
Re-organize code to not have so much duplicated code.