security: harden lazyworkhorse with firewall, fail2ban, SSH hardening #28

Merged
gortium merged 11 commits from feature/server-hardening-clean into master 2026-05-03 09:11:58 +00:00
4 changed files with 330 additions and 2 deletions
Showing only changes of commit 0370d784a0 - Show all commits

View File

@@ -402,7 +402,7 @@
filter = "traefik-botsearch";
settings = {
port = "80,443";
logpath = [ "/var/log/traefik/access.log" ];
logpath = "/var/log/traefik/access.log";
maxretry = 2;
bantime = "2h";
};