Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 May 18:12
· 85 commits to main since this release

Talon v0.2.0

Container image: ghcr.io/ivo-toby/talond:v0.2.0 (also tagged :latest)
Starter bundle: talon-starter.tar.gz attached below

Quick start

curl -fsSL https://github.com/ivo-toby/talon/releases/download/v0.2.0/talon-starter.tar.gz | tar xz
cd talon-starter
./install.sh
# edit .env + config/talond.yaml, then:
docker compose up -d

See the starter README for full setup.