diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index cf8d713..428c217 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -91,7 +91,7 @@ in { TARGET = "http://10.1.1.4:3000"; # Forgejo backend DIFFICULTY = 20; SERVE_ROBOTS_TXT = true; - COOKIE_DOMAIN = "prg-radio.org"; + COOKIE_DOMAIN = "git.prg-radio.org"; WEBMASTER_EMAIL = "dtu.prg@gmail.com"; METRICS_BIND_NETWORK = "tcp"; METRICS_BIND = "127.0.0.1:8095"; @@ -127,7 +127,7 @@ in { WEBMASTER_EMAIL = "dtu.prg@gmail.com"; METRICS_BIND_NETWORK = "tcp"; METRICS_BIND = "127.0.0.1:8097"; - COOKIE_DOMAIN = "prg-radio.org"; + COOKIE_DOMAIN = "partdb.prg-radio.org"; ED25519_PRIVATE_KEY_HEX_FILE = "/etc/anubis/sign-key.hex"; }; };