From ceefc7520125e2705a346fae4d1c6cb5085953b1 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:06:31 +0100 Subject: [PATCH] Fix target path for PartDB --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 68bef7e..64be9d8 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -118,7 +118,7 @@ in { settings = { BIND_NETWORK = "tcp"; BIND = "127.0.0.1:8094"; - TARGET = "http://10.1.1.249:8087"; # PartDB backend + TARGET = "http://10.1.1.249:8087/en/"; # PartDB backend DIFFICULTY = 20; SERVE_ROBOTS_TXT = true; WEBMASTER_EMAIL = "dtu.prg@gmail.com";