fix: enable SSL when OAuth is used in entrypoint script

This commit is contained in:
2026-02-27 13:14:30 +01:00
parent 241ee9f645
commit ddc8fe8241

View File

@@ -97,7 +97,8 @@ while [[ $# -gt 0 ]]; do
--oauth) --oauth)
OAUTH_ARGS=("--oauth" "basic") OAUTH_ARGS=("--oauth" "basic")
# Ensure Caddy is disabled when using OAuth, as Azurite does not support OAuth behind a reverse proxy. # Ensure Caddy is disabled when using OAuth, as Azurite does not support OAuth behind a reverse proxy.
CADDY="" CADDY=""
AZURITE_SSL=true
shift shift
;; ;;
--ssl) --ssl)