homelab-blueprint/docker-compose-files/koffan/.env.sample
Brian Pooe 3a314b16d6 feat: add Koffan, Rackula, and SnapOtter stacks; expose Hermes dashboard
- new compose templates + READMEs for the three LXC apps (110-112)
- Makefile deploy targets (rackula pre-owns its data dir for uid 1001)
- Caddy vhosts for all four, incl. Hermes /auth/login redirect workaround
- firewall docs: CADDY->TRUSTED rules for LXCs 110-113
2026-07-06 20:50:34 +02:00

11 lines
313 B
Text

# Koffan
KOFFAN_VERSION=latest
KOFFAN_PORT=8080
KOFFAN_BIND_IP=0.0.0.0
KOFFAN_APP_ENV=production
# Shared login password for the household — change this!
KOFFAN_APP_PASSWORD=change-me
# Set to true to disable login entirely (LAN-only gate)
KOFFAN_DISABLE_AUTH=false
KOFFAN_DEFAULT_LANG=en
KOFFAN_MEM_LIMIT=128m