removed authentik
This commit is contained in:
23
Caddyfile
23
Caddyfile
@@ -35,18 +35,9 @@
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# auth snippet for authentik
|
||||
# auth snippet for authelia
|
||||
# --------------------------------------------------
|
||||
|
||||
(authentik) {
|
||||
reverse_proxy /outpost.goauthentik.io/* authentik-server:9000
|
||||
|
||||
forward_auth authentik-server:9000 {
|
||||
uri /outpost.goauthentik.io/auth/caddy
|
||||
copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Entitlements X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version
|
||||
}
|
||||
}
|
||||
|
||||
(auth) {
|
||||
forward_auth authelia:9091 {
|
||||
uri /api/authz/forward-auth
|
||||
@@ -67,14 +58,6 @@ akanealw.com {
|
||||
}
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# authentik subdomain
|
||||
# --------------------------------------------------
|
||||
|
||||
authentik.akanealw.com {
|
||||
import cloudflare
|
||||
reverse_proxy authentik-server:9000
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# authelia subdomain
|
||||
@@ -438,7 +421,7 @@ auth.akanealw.com {
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# external subdomains without authentik
|
||||
# external subdomains without authelia
|
||||
#
|
||||
#
|
||||
# @ host .akanealw.com
|
||||
@@ -470,7 +453,7 @@ auth.akanealw.com {
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# external subdomains with authentik
|
||||
# external subdomains with authelia
|
||||
#
|
||||
#
|
||||
# @ host .akanealw.com
|
||||
|
||||
Reference in New Issue
Block a user