Fixing nassella-in-production bugs.

This commit is contained in:
2026-07-15 15:18:34 -07:00
parent 321578a74a
commit b492ff208f
6 changed files with 24 additions and 8 deletions

View File

@@ -31,8 +31,8 @@ set -e
. $1 # source the apps.config file with then env vars
host_admin_password_encoded=`echo "$HOST_ADMIN_PASSWORD" | docker run --rm -i caddy:2 caddy hash-password`
# host_admin_password_encoded=`echo "$HOST_ADMIN_PASSWORD" | docker run --rm -i caddy:2 caddy hash-password`
host_admin_password_encoded="password" # unused
read -r -a APP_CONFIGS <<< "$APP_CONFIGS"
APP_CONFIGS+=('lb,root')