[object Object]

← back to Cncp Domains

security: require GEORGE_AUTH from env (was hardcoded admin:password)

0ec5dffb4df24777564f94490be04f71ff9ef947 · 2026-05-31 17:18:42 -0700 · SteveStudio2

Files touched

Diff

commit 0ec5dffb4df24777564f94490be04f71ff9ef947
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 17:18:42 2026 -0700

    security: require GEORGE_AUTH from env (was hardcoded admin:password)
---
 scripts/expiring-soon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/expiring-soon.sh b/scripts/expiring-soon.sh
index 3c06542..18ef5be 100755
--- a/scripts/expiring-soon.sh
+++ b/scripts/expiring-soon.sh
@@ -12,7 +12,7 @@ CONFIG="${HOME}/cncp-starter/cncp-config.json"
 PROJECT_DIR="${HOME}/Projects/cncp-domains"
 LOG_DIR="${PROJECT_DIR}/logs"
 GEORGE_URL="http://localhost:9850/api/send"
-GEORGE_AUTH="admin:DWSecure2024!"
+GEORGE_AUTH="${GEORGE_AUTH:?GEORGE_AUTH must be exported as admin:password (no longer hardcoded)}"
 RECIPIENT="steveabramsdesigns@gmail.com"
 WINDOW_DAYS=14
 URGENT_DAYS=7

← 685549a snapshot — gitify backup 2026-05-19  ·  back to Cncp Domains  ·  (newest)