We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0cd2b commit 7899038Copy full SHA for 7899038
k8s/deployment.yaml
@@ -57,5 +57,7 @@ spec:
57
args:
58
- "--skip-provider-button=true"
59
- "--provider=oidc"
60
+ - "--insecure-oidc-allow-unverified-email=true"
61
+ - "--http-address=0.0.0.0:4180"
62
ports:
63
- containerPort: 4180
nginx/nginx.conf
@@ -19,6 +19,7 @@ server {
19
# proxy_set_header X-Auth-Request-Redirect $scheme://$host$request_uri;
20
}
21
location = /oauth2/auth {
22
+ internal;
23
proxy_pass http://proxy:4180;
24
proxy_set_header Host $host;
25
proxy_set_header X-Real-IP $remote_addr;
0 commit comments