From d466d87ee4600194a6a500a30ab5e52aca920c51 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 14 Feb 2026 00:08:29 +0100 Subject: [PATCH] Mroe fixeds --- nix-system-configs/modules/system/traefik.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 2cdfb70..b1e6a4b 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -196,17 +196,6 @@ in { ]; http.routers = { - # Route the bare root (/) directly to the backend so the app's - # initial redirect to /en/ happens before Anubis protection is applied. - # This avoids Anubis capturing a root request and emitting a null redir. - partdb-root = { - rule = "Host(`partdb.prg-radio.org`) && Path(`/`)"; - service = "partdb-direct"; - entryPoints = ["websecure"]; - tls = {}; - priority = 200; # ensure this matches before the protected router - }; - #anubis-api = { # rule = "Host(`anubis.prg-radio.org`) && PathPrefix(`/.within.website/x/cmd/anubis/api`)"; # service = "anubis";