Release v0.1.1
This release was automatically created by GitHub Actions.
Installation
Docker Compose
Download the docker-compose.yml and the .env.example, rename it to .env, create a data directory and start it.
docker compose up -dDocker
docker pull ghcr.io/404Simon/flashy:v0.1.1
docker run -p 8080:8080 -v ./data:/app/data ghcr.io/404Simon/flashy:v0.1.1Binary
Download the binary assets below, extract it, and run:
./run.shFull Changelog: https://github.com/404Simon/flashy/commits/v0.1.1