All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Moved all app configuration to
ecosystem.config.js
See also - A new npm dependency
dotenv
has been added. When updating from a previous
version it is necessary to install it by executingsudo npm install -g dotenv
followed bynpm link dotenv
inside the commander directory.
- Redis
- Log level configuration via
.env
- Host configuration via
.env
- Port configuration via
.env
- Database configuration via
.env
- Vagrant Box for Ubuntu 16.04
- Vagrant Box for Ubuntu 17.10
- Vagrant Box for Ubuntu 18.04
- Vagrant Box for Debian 7.11
- Vagrant Box for Debian 8.10
- Vagrant Box for Debian 9.4
- Ubuntu 18.04 ntpd & timesyncd service collision
- Add
git fetch
to properly check for remote diffs pm2 status
name collisions- Directory removal issue during Ark Core uninstall
- Improved logging & installations by using tee
- Improved menu & UI flow
- Significantly reduced the amount of
sudo
requests - Use
sed
to edit.env
file instead of replacing the whole file
- Container environment check
- initial release