From 36b9c2f141f4b8eb18f6c7c89f113f800458633b Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 16:48:22 +0100 Subject: [PATCH] Re-remove Anubis again. --- nix-system-configs/modules/system/traefik.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 85bbbbe..71af223 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -423,7 +423,8 @@ in { service = "bluemap"; entryPoints = ["websecure"]; tls = {}; - middlewares = ["anubisForwardAuth"]; + # Yeah Bluemap cannot be behind Anubis for some reason + #middlewares = ["anubisForwardAuth"]; }; };