From 52a8abeb0956435d1f11e2af1c5c502a1c9cfa56 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:42:38 +0100 Subject: [PATCH] Let us test things. Again. --- 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 4cca408..dc524bc 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -123,7 +123,7 @@ in { # When running Anubis in reverse-proxy (inline) mode we must tell # the instance the public URL it serves so redirects and assets use # the protected host instead of the central anubis host. - PUBLIC_URL = "https://partdb.prg-radio.org"; + PUBLIC_URL = "https://partdb.prg-radio.org/en/"; DIFFICULTY = 20; SERVE_ROBOTS_TXT = true; WEBMASTER_EMAIL = "dtu.prg@gmail.com";