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:
root
2026-04-22 22:15:24 +02:00
parent 8ed2631f6b
commit a6b12a4e64

View File

@@ -147,14 +147,7 @@ photos.hubris.network {
tls {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
@api path /api/*
handle @api {
reverse_proxy 192.168.8.136:3000
}
handle {
import authentik
reverse_proxy 192.168.8.136:3000
}
reverse_proxy 192.168.8.136:3000
}
auth.hubris.network {
@@ -168,14 +161,5 @@ artifacto.hubris.network {
tls {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
# Public paths: share URLs, static assets, health — no SSO
@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
}
reverse_proxy 192.168.8.205:3100
}