Revert photos.hubris.network forward-auth
mule-image commit e8e1adc wires native OIDC against Authentik (/api/v1/auth/oidc/login). Users land on mulita login and click Sign in with Authentik; outpost not involved.
This commit is contained in:
20
Caddyfile
20
Caddyfile
@@ -147,14 +147,7 @@ photos.hubris.network {
|
|||||||
tls {
|
tls {
|
||||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
}
|
}
|
||||||
@api path /api/*
|
reverse_proxy 192.168.8.136:3000
|
||||||
handle @api {
|
|
||||||
reverse_proxy 192.168.8.136:3000
|
|
||||||
}
|
|
||||||
handle {
|
|
||||||
import authentik
|
|
||||||
reverse_proxy 192.168.8.136:3000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
auth.hubris.network {
|
auth.hubris.network {
|
||||||
@@ -168,14 +161,5 @@ artifacto.hubris.network {
|
|||||||
tls {
|
tls {
|
||||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
}
|
}
|
||||||
# Public paths: share URLs, static assets, health — no SSO
|
reverse_proxy 192.168.8.205:3100
|
||||||
@public path /p/* /static/* /healthz
|
|
||||||
handle @public {
|
|
||||||
reverse_proxy 192.168.8.205:3100
|
|
||||||
}
|
|
||||||
# Admin + login surface: Authentik forward-auth
|
|
||||||
handle {
|
|
||||||
import authentik
|
|
||||||
reverse_proxy 192.168.8.205:3100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user