Real tailnet IPs and Telegram bot handles were being committed in docs/
memories/skills. Scrubbed all tracked markdown to ${VAR} placeholders; real
values now live in fleet.env (gitignored) and stay live via 'tailscale status'.
- add fleet.env.example (committed) + fleet.env (gitignored); .gitignore *.env
- AGENTS.md + HOST-MATRIX: masking convention so it can't recur
- also: domedog registered as Colibri agent (image-render/ffmpeg/build lane);
correct CAPABILITY-ROUTING example to real registered caps (domedog headless)
Past commits not rewritten (history moves to Codeberg at v1.0); this fixes HEAD.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
363 B
Text
12 lines
363 B
Text
# Copy to fleet.env (gitignored) and fill in. Docs reference these variable names.
|
|
# IPs are also discoverable live with `tailscale status`; handles live in Vaultwarden.
|
|
|
|
# Tailscale IPs
|
|
DEBBY_TS_IP=100.x.y.z
|
|
DOMEDOG_TS_IP=100.x.y.z
|
|
OSA_TS_IP=100.x.y.z
|
|
|
|
# Telegram bot handles
|
|
HERMES_BOT=@your_hermes_bot
|
|
ZOT_BOT=@your_zot_bot
|
|
HERMES_OSA_BOT=@your_hermes_osa_bot
|