From 4a003d2bb68e30e428961929384a5025de98907c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:45:52 +0100 Subject: [PATCH] Add note about load-bearing '/en/' in PUBLIC_URL configuration --- nix-system-configs/modules/system/traefik.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index dc524bc..123c60f 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -123,6 +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. + # NOTE: THE '/en/' is load bearing. PUBLIC_URL = "https://partdb.prg-radio.org/en/"; DIFFICULTY = 20; SERVE_ROBOTS_TXT = true;