Skip to content

Now available in a docker container

Latest
Compare
Choose a tag to compare
@cyrilschreiber3 cyrilschreiber3 released this 02 Jan 13:40
· 8 commits to main since this release

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

  1. Download the docker-compose.yml and .env.example files from the root of the repo
  2. Rename .env.example to .env and fill in the variables
  3. Deploy your stack with docker compose up -d
  4. Done ! Now your web interface is available on port 3000