Compare commits
1 commit
a059828a58
...
4e093fbff3
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 4e093fbff3 |
|
@ -48,21 +48,5 @@ in
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fail2ban.jails = {
|
|
||||||
miniflux = ''
|
|
||||||
enabled = true
|
|
||||||
filter = miniflux
|
|
||||||
port = http,https
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc = {
|
|
||||||
"fail2ban/filter.d/miniflux.conf".text = ''
|
|
||||||
[Definition]
|
|
||||||
failregex = ^.*msg="[^"]*(Incorrect|Invalid) username or password[^"]*".*client_ip=<ADDR>
|
|
||||||
journalmatch = _SYSTEMD_UNIT=miniflux.service
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,5 +107,6 @@ in
|
||||||
journalmatch = _SYSTEMD_UNIT=phpfpm-nextcloud.service
|
journalmatch = _SYSTEMD_UNIT=phpfpm-nextcloud.service
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue