Try to hopefully excessive soul weighting.

This commit is contained in:
Root User 2026-02-14 00:48:58 +01:00
parent e3bf73e96e
commit 8bf3695bf4
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -64,7 +64,7 @@ in {
PUBLIC_URL = "https://anubis.prg-radio.org"; PUBLIC_URL = "https://anubis.prg-radio.org";
# Cookie domain for proper scoping (leading dot for all subdomains) # Cookie domain for proper scoping (leading dot for all subdomains)
COOKIE_DOMAIN = ".prg-radio.org"; COOKIE_DOMAIN = "prg-radio.org";
# Difficulty level # Difficulty level
DIFFICULTY = 7; DIFFICULTY = 7;
@ -91,9 +91,11 @@ in {
TARGET = "http://10.1.1.4:3000"; # Forgejo backend TARGET = "http://10.1.1.4:3000"; # Forgejo backend
DIFFICULTY = 20; DIFFICULTY = 20;
SERVE_ROBOTS_TXT = true; SERVE_ROBOTS_TXT = true;
COOKIE_DOMAIN = "prg-radio.org";
WEBMASTER_EMAIL = "dtu.prg@gmail.com"; WEBMASTER_EMAIL = "dtu.prg@gmail.com";
METRICS_BIND_NETWORK = "tcp"; METRICS_BIND_NETWORK = "tcp";
METRICS_BIND = "127.0.0.1:8095"; METRICS_BIND = "127.0.0.1:8095";
ED25519_PRIVATE_KEY_HEX_FILE = "/home/traefikprg/sign-key.hex";
}; };
}; };
@ -125,6 +127,8 @@ in {
WEBMASTER_EMAIL = "dtu.prg@gmail.com"; WEBMASTER_EMAIL = "dtu.prg@gmail.com";
METRICS_BIND_NETWORK = "tcp"; METRICS_BIND_NETWORK = "tcp";
METRICS_BIND = "127.0.0.1:8097"; METRICS_BIND = "127.0.0.1:8097";
COOKIE_DOMAIN = "prg-radio.org";
ED25519_PRIVATE_KEY_HEX_FILE = "/home/traefikprg/sign-key.hex";
}; };
}; };
}; };