feat(authentik): fixing some fail2ban things

This commit is contained in:
2025-10-01 18:00:55 +02:00
parent 6ab35f4e91
commit 923c810972
3 changed files with 69 additions and 71 deletions

View File

@@ -66,7 +66,7 @@ in {
jails = {
authentik = {
serviceName = "authentik";
failRegex = "^.*Username or password is incorrect. Try again. IP: <HOST>. Username: <F-USER>.*</F-USER>.$";
failregex = ^.*Username or password is incorrect.*IP:\s*<HOST>
};
};
};