feat(www): fixing fail2ban and other minor tweaks

This commit is contained in:
2025-09-30 18:16:49 +02:00
parent 593f0e619c
commit 6ab35f4e91
3 changed files with 66 additions and 48 deletions

View File

@@ -65,7 +65,7 @@ in {
fail2ban = lib.mkIf cfg.enable {
jails = {
authentik = {
serviceName = "${cfg.url}";
serviceName = "authentik";
failRegex = "^.*Username or password is incorrect. Try again. IP: <HOST>. Username: <F-USER>.*</F-USER>.$";
};
};