From 2c3ac15a040a73d56bc4ac59f76e82ccb0dee0ce Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 24 Jun 2023 14:07:36 +0000 Subject: [PATCH] change: skip oauth2proxy page & use X-Forwarded --- templates/oauth-standalone-docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/oauth-standalone-docker-compose.yaml b/templates/oauth-standalone-docker-compose.yaml index dc997f6..f7ac972 100644 --- a/templates/oauth-standalone-docker-compose.yaml +++ b/templates/oauth-standalone-docker-compose.yaml @@ -40,6 +40,9 @@ services: OAUTH2_PROXY_COOKIE_NAME: SESSION OAUTH2_PROXY_COOKIE_SECRET: "{{ keycloak_clients[item].party_secret }}" + OAUTH2_PROXY_REVERSE_PROXY: "true" + OAUTH2_PROXY_SKIP_PROVIDER_BUTTON: "true" + redis: image: redis:7.0.2-alpine3.16 restart: always