From a6b12a4e64ed35d4b1afd857920dcdf6430c2a62 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Apr 2026 22:15:24 +0200 Subject: [PATCH] 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. --- Caddyfile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Caddyfile b/Caddyfile index acc8fa0..c034a78 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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 }