service: Make oauth2-proxy aware it's running behing reverse proxy

This commit is contained in:
uumas
2026-03-14 23:33:34 +02:00
parent f64ea2cbe3
commit 3554de82c0

View File

@@ -27,6 +27,7 @@
OAUTH2_PROXY_CODE_CHALLENGE_METHOD: S256 OAUTH2_PROXY_CODE_CHALLENGE_METHOD: S256
OAUTH2_PROXY_SKIP_PROVIDER_BUTTON: "true" OAUTH2_PROXY_SKIP_PROVIDER_BUTTON: "true"
OAUTH2_PROXY_EMAIL_DOMAINS: "*" OAUTH2_PROXY_EMAIL_DOMAINS: "*"
OAUTH2_PROXY_REVERSE_PROXY: "true"
container_auto_update: "{{ service_auto_update }}" container_auto_update: "{{ service_auto_update }}"
- name: Socket for OAuth2 Proxy for {{ service_name }} - name: Socket for OAuth2 Proxy for {{ service_name }}