Replace static deploy-map with dynamic auth registry
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>
This commit is contained in:
parent
b120fbf44e
commit
c26f7e18b2
3 changed files with 83 additions and 46 deletions
|
|
@ -1,4 +1,6 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue