Restore real credentials in private repo configs.

Passwords and tokens in compose defaults, .env files, and servers.json
for quick NAS restore without manual secret setup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mo
2026-05-17 13:17:16 +02:00
parent 21dbee4b53
commit 290da02936
16 changed files with 68 additions and 23 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ services:
PUID: ${PUID:-1026}
PGID: ${PGID:-100}
TZ: ${TZ:-Europe/Brussels}
SUBDOMAINS: ${DUCKDNS_SUBDOMAINS:?}
TOKEN: ${DUCKDNS_TOKEN:?}
SUBDOMAINS: ${DUCKDNS_SUBDOMAINS:-mohome020}
TOKEN: ${DUCKDNS_TOKEN:-8787f708-da03-41ed-97de-306436021d91}
UPDATE_IP: ${DUCKDNS_UPDATE_IP:-true}
INTERVAL: ${DUCKDNS_INTERVAL:-300}