wip functional setup without keycloak and silent login

This commit is contained in:
lebaudantoine
2026-08-04 11:48:54 +02:00
parent 029feea486
commit a31253c72e
9 changed files with 133 additions and 2329 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ server {
}
location / {
proxy_pass http://keycloak:8080;
proxy_pass http://dex:5556;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;