Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 22 May 17:28
· 75 commits to main since this release
defa96a

Talon v0.2.2

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