mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 21:01:46 +00:00
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
(authentik_forward_auth) {
|
|
reverse_proxy /outpost.goauthentik.io/* http://127.0.0.1:9000
|
|
|
|
forward_auth http://127.0.0.1:9000 {
|
|
uri /outpost.goauthentik.io/auth/caddy
|
|
copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt
|
|
trusted_proxies private_ranges
|
|
}
|
|
}
|