All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
12 lines
459 B
Django/Jinja
12 lines
459 B
Django/Jinja
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
@SkipAuth {
|
|
{{ CADDY_CADDYFILE_AUTHENTIK_AUTH_PROXY_SKIP_AUTH_MATCHER }}
|
|
}
|
|
reverse_proxy /outpost.goauthentik.io/* https://auth.auengun.net {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
}
|
|
forward_auth @SkipAuth https://auth.auengun.net {
|
|
uri /outpost.goauthentik.io/auth/caddy
|
|
copy_headers {{ CADDY_CADDYFILE_AUTHENTIK_AUTH_PROXY_COPY_HEADERS }}
|
|
}
|