diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 85bbbbe..23a3df2 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -423,7 +423,7 @@ in { service = "bluemap"; entryPoints = ["websecure"]; tls = {}; - middlewares = ["anubisForwardAuth"]; + #middlewares = ["anubisForwardAuth"]; }; };