moved nginx, graylog to podman

This commit is contained in:
Bastian de Byl
2022-05-01 03:31:16 -04:00
parent 8e373896a6
commit c5bc5a91ac
49 changed files with 2556 additions and 580 deletions

View File

@@ -3,19 +3,20 @@ deps:
[
cockpit-podman,
cronie,
docker,
fail2ban,
fail2ban-selinux,
git,
logrotate,
podman,
podman-docker,
python-docker,
]
fail2ban_jails: [sshd.local, nginx.local]
fail2ban_jails: [sshd.local]
services:
- crond
- docker
- podman.socket
- podman
- fail2ban
- systemd-timesyncd

View File

@@ -1,24 +0,0 @@
[nginx-limit-req]
enabled = true
port = http,https
logpath = %(nginx_error_log)s
findtime = 600
bantime = 1w
maxretry = 8
ignoreip = 127.0.0.1/32 192.168.1.0/24
#[nginx-http-auth]
#enabled = true
#port = http,https
#logpath = %(nginx_error_log)s
#bantime = 2w
#maxretry = 5
#ignoreip = 127.0.0.1/32 192.168.1.0/24
[nginx-botsearch]
enabled = true
port = http,https
logpath = %(nginx_access_log)s
bantime = 1w
maxretry = 5
ignoreip = 127.0.0.1/32 192.168.1.0/24