feat: adds rate-limiting to notify

This commit is contained in:
Ahwx 2025-02-08 11:43:13 +01:00
parent 51db06e649
commit 272b7becfe

View file

@ -10,6 +10,9 @@ in {
base-url = url; base-url = url;
listen-http = "127.0.0.1:${toString port}"; listen-http = "127.0.0.1:${toString port}";
behind-proxy = true; behind-proxy = true;
visitor-attachment-daily-bandwidth-limit = "10M";
visitor-request-limit-burst = 5;
visitor-request-limit-replenish = "15s";
}; };
}; };
nginx.virtualHosts.${hostname} = { nginx.virtualHosts.${hostname} = {