Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 May 09:09
· 80 commits to main since this release
f9ddf3f

Talon v0.2.1

Container image: ghcr.io/ivo-toby/talond:v0.2.1 (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.1/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.