delay caddy oidc and disable authentik proxy
This commit is contained in:
@@ -9,8 +9,13 @@
|
|||||||
client_secret {$OAUTH_CLIENT_SECRET}
|
client_secret {$OAUTH_CLIENT_SECRET}
|
||||||
scopes openid email profile
|
scopes openid email profile
|
||||||
|
|
||||||
|
delay_start 5
|
||||||
|
retry_attempts 3
|
||||||
|
retry_interval 10
|
||||||
|
|
||||||
base_auth_url https://authentik.rik.veenboer.xyz
|
base_auth_url https://authentik.rik.veenboer.xyz
|
||||||
metadata_url http://192.168.2.200:15000/caddy/.well-known/openid-configuration
|
metadata_url https://authentik.rik.veenboer.xyz/application/o/caddy/.well-known/openid-configuration
|
||||||
|
# metadata_url http://192.168.2.200:15000/caddy/.well-known/openid-configuration
|
||||||
}
|
}
|
||||||
authentication portal myportal {
|
authentication portal myportal {
|
||||||
enable identity provider generic
|
enable identity provider generic
|
||||||
|
|||||||
@@ -76,15 +76,15 @@ services:
|
|||||||
- authentik-postgresql
|
- authentik-postgresql
|
||||||
- authentik-redis
|
- authentik-redis
|
||||||
|
|
||||||
authentik-proxy:
|
# authentik-proxy:
|
||||||
image: authentik-proxy
|
# image: authentik-proxy
|
||||||
container_name: authentik-proxy
|
# container_name: authentik-proxy
|
||||||
ports:
|
# ports:
|
||||||
- "15000:5000"
|
# - "15000:5000"
|
||||||
environment:
|
# environment:
|
||||||
INTERNAL: http://host:19000
|
# INTERNAL: http://host:19000
|
||||||
EXTERNAL: https://authentik.rik.veenboer.xyz
|
# EXTERNAL: https://authentik.rik.veenboer.xyz
|
||||||
build:
|
# build:
|
||||||
context: /opt/authentik/proxy
|
# context: /opt/authentik/proxy
|
||||||
extra_hosts:
|
# extra_hosts:
|
||||||
- host:192.168.2.200
|
# - host:192.168.2.200
|
||||||
|
|||||||
Reference in New Issue
Block a user