Try to hopefully excessive soul weighting.
This commit is contained in:
parent
e3bf73e96e
commit
8bf3695bf4
1 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue