From 4d521f80268ace0733c7e4af7fbe7ce72b96998a Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Tue, 14 Jul 2026 11:04:05 +0000 Subject: [PATCH] Fix management .env: add SETTINGS_SECRET, SETTINGS_URL, PG_SUPERPASS Previously the management .env was missing SETTINGS_SECRET (needed by the backup service to fetch Nextcloud creds) and used stale variable names (BACKUP_PG_PASS, BACKUP_REMOTE) that the docker-compose never read. Co-Authored-By: Claude Sonnet 4.6 --- install-stack.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/install-stack.sh b/install-stack.sh index b56948a..f387abb 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -789,16 +789,13 @@ deploy_management() { deploy_service 105 "management" "${REPO_ROOT}/management" /opt/management push_file 105 /opt/management/.env </dev/null