updater now fetches app registry from auth /api/auth/internal/registry and uses internal_host/internal_port for SSH status checks and deploys. Removes hardcoded host map; platform infra (auth, portal, settings) kept in INFRA_DEPLOY/INFRA_HEALTH constants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
368 B
Text
7 lines
368 B
Text
WEBHOOK_SECRET=CHANGE_ME_match_forgejo_webhook_secret
|
|
CENTRAL_AUTH_SECRET=CHANGE_ME_same_as_auth_service
|
|
AUTH_URL=http://10.10.10.101:3001
|
|
PG_SUPERPASS=CHANGE_ME_postgres_superuser_password
|
|
BACKUP_DATABASES=auth_db noticeboard_db kitchen_db cashup_db hk_db
|
|
BACKUP_REMOTE=user@yourserver.com:/backups/hnf-proxmox
|
|
KUMA_PUSH_URL=http://localhost:3001/api/push/KUMA_TOKEN
|