Skip to content

Release v0.1.1

Choose a tag to compare

@404Simon 404Simon released this 03 Mar 21:56
· 195 commits to main since this release

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 -d

Docker

docker pull ghcr.io/404Simon/flashy:v0.1.1
docker run -p 8080:8080 -v ./data:/app/data ghcr.io/404Simon/flashy:v0.1.1

Binary

Download the binary assets below, extract it, and run:

./run.sh

Full Changelog: https://github.com/404Simon/flashy/commits/v0.1.1