What's Changed
- Rewritten the updater script in JavaScript
- Packaged the app in a docker image for easier deployment
- Automated assets building and docker image building and publishing
- Added support for Redis database
Full Changelog: v2.1.0...v2.2.0
Installation
- Download the
docker-compose.yml
and.env.example
files from the root of the repo - Rename
.env.example
to.env
and fill in the variables - Deploy your stack with
docker compose up -d
- Done ! Now your web interface is available on port 3000