27 lines
426 B
YAML
27 lines
426 B
YAML
# Flynn Configuration
|
|
# Copy to ~/.config/flynn/config.yaml and customize
|
|
|
|
telegram:
|
|
bot_token: ${FLYNN_TELEGRAM_TOKEN}
|
|
allowed_chat_ids: [] # Add your Telegram chat ID
|
|
|
|
server:
|
|
tailscale_only: true
|
|
localhost: true
|
|
port: 18800
|
|
|
|
models:
|
|
default:
|
|
provider: anthropic
|
|
model: claude-sonnet-4-20250514
|
|
|
|
hooks:
|
|
confirm:
|
|
- shell.*
|
|
- file.write
|
|
log:
|
|
- web.*
|
|
- file.read
|
|
silent:
|
|
- notify
|