From c195142827458e2d91f77d4a361179c44769c377 Mon Sep 17 00:00:00 2001 From: dtoro Date: Mon, 6 Jul 2026 13:26:24 +0200 Subject: [PATCH] Add oikos.hubris.network -> Oikos Console on apps (105:8091) Authentik-gated (matches paperless.hubris.network's pattern) since the console handles real mutation actions (signal ack/resolve, approval approve/deny) and doesn't implement its own network-level gating the way mcp.hubris.network/secrets.hubris.network do. See dtoro/Homelab-Docs oikos/console/ for the app itself. --- Caddyfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Caddyfile b/Caddyfile index c3fb52c..c569873 100644 --- a/Caddyfile +++ b/Caddyfile @@ -304,3 +304,13 @@ seanime.hubris.network { } reverse_proxy 192.168.8.248:43211 } + +oikos.hubris.network { + tls { + dns ionos {env.IONOS_AUTH_API_TOKEN} + } + handle { + import authentik + reverse_proxy 192.168.8.205:8091 + } +}