feat: add local installation mode with http-only caddy and .local domains

This commit is contained in:
Yury Kossakovsky
2025-12-28 10:33:30 -07:00
parent a99676e3d5
commit 418e8700bb
20 changed files with 1100 additions and 184 deletions

View File

@@ -130,6 +130,6 @@ fi
# Execute the rest of the update process using the (potentially updated) apply_update.sh
# Note: apply_update.sh has its own error telemetry trap and stages
bash "$APPLY_UPDATE_SCRIPT"
"$BASH" "$APPLY_UPDATE_SCRIPT"
exit 0