Config works, now Anubis is properly added.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m29s

This commit is contained in:
Root User 2026-02-14 12:49:34 +01:00
parent c5bf309d5b
commit 11a870a60f
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -77,8 +77,8 @@ in {
WEBMASTER_EMAIL = "dtu.prg@gmail.com"; WEBMASTER_EMAIL = "dtu.prg@gmail.com";
# Prevents infinite loop of doom: # Prevents infinite loop of doom:
# # See: https://github.com/TecharoHQ/anubis/issues/970
JWT_RESTRICTION_HEADER="CF-Connecting-IP,X-Real-IP"; JWT_RESTRICTION_HEADER="CF-Connecting-IP";
# Metrics on separate port # Metrics on separate port
METRICS_BIND_NETWORK = "tcp"; METRICS_BIND_NETWORK = "tcp";