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"]; }; };