fixed auth for blog

This commit is contained in:
2024-11-19 19:44:31 +00:00
parent aec6786be7
commit a3c9c0ffd3
5 changed files with 11 additions and 7 deletions

View File

@@ -7,9 +7,9 @@ services:
- OAUTH2_PROXY_REDIRECT_URL=https://blog.maksim-pankov.ru/oauth2/callback
- OAUTH2_PROXY_REVERSE_PROXY=true
- OAUTH2_PROXY_SKIP_PROVIDER_BUTTON=true
- OAUTH2_PROXY_UPSTREAMS=http://localhost:7788/
- OAUTH2_PROXY_UPSTREAMS=http://192.168.0.101:7788/
# - OAUTH2_PROXY_UPSTREAMS=file:///opt/blog_content/#/
- OAUTH2_PROXY_UPSTREAMS=static://200
# - OAUTH2_PROXY_UPSTREAMS=static://200
- OAUTH2_PROXY_CLIENT_ID=jigran_blog
- OAUTH2_PROXY_CLIENT_SECRET=c72ba7c0d489e020e0b5875729186ac4fb6872d7
- OAUTH2_PROXY_OIDC_ISSUER_URL=https://auth.maksim-pankov.ru
@@ -17,4 +17,6 @@ services:
- OAUTH2_PROXY_EMAIL_DOMAINS=*
- OAUTH2_PROXY_WHITELIST_DOMAINS=*.maksim-pankov.ru
ports:
- 9988:9988
- 9988:9988
extra_hosts:
- "host.docker.internal:host-gateway"