- 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
11 lines
313 B
Text
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
|