Add systemd unit, Dockerfile, docker-compose, and fail2ban configs for production deployment

This commit is contained in:
2026-06-11 13:42:08 +00:00
parent 5d1e29fde9
commit 6d497eb5d3
5 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
[Definition]
failregex = ^RATE_LIMIT client_ip=<HOST> host=\S+ path=\S+ status=\d+$
ignoreregex =

View File

@@ -0,0 +1,7 @@
[reverse-proxy]
enabled = true
filter = reverse-proxy
logpath = /var/log/reverse-proxy/access.log
maxretry = 10
findtime = 60
bantime = 3600