Merge pull request #69 from cheahjs/fix/wrong-cloudflare-config

fix: incorrect header in cloudflare sso example
This commit is contained in:
Timothy Jaeryang Baek 2024-05-12 14:12:48 -10:00 committed by GitHub
commit 02408b5dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ services:
- open-webui:/app/backend/data
environment:
- HOST=127.0.0.1
- WEBUI_AUTH_TRUSTED_EMAIL_HEADER=Tailscale-User-Login
- WEBUI_AUTH_TRUSTED_EMAIL_HEADER=Cf-Access-Authenticated-User-Email
restart: unless-stopped
cloudflared:
image: cloudflare/cloudflared:latest