From 11b13cd32657c598199cab47efaac296986573d6 Mon Sep 17 00:00:00 2001 From: bee Date: Sun, 31 May 2026 09:35:54 +0200 Subject: [PATCH] fixes/security --- .vscode/tasks.json | 30 +++++++------------ .../inspircd}/irc-post-hook.sh | 0 .../inspircd}/nginx-post-hook.sh | 0 playbooks/autodns/autodns.yml | 2 +- .../fail2ban-ingress/fail2ban-ingress.yml | 2 +- playbooks/fail2ban/fail2ban.yml | 1 + playbooks/fail2ban/jail.local.j2 | 2 +- playbooks/gitea/gitea.yml | 15 +++++----- playbooks/letsencrypt/letsencrypt.yml | 12 -------- playbooks/monitoring/docker-compose.yml.j2 | 2 +- playbooks/monitoring/monitoring.yml | 4 +-- .../sites-enabled/gallery.secretbee.buzz | 2 ++ .../nginx/sites-enabled/git.secretbee.buzz | 2 +- .../sites-enabled/grafana.secretbee.buzz | 2 +- .../nginx/sites-enabled/lounge.secretbee.buzz | 2 +- .../wireguard-ingress/wireguard-ingress.yml | 1 + playbooks/wireguard/wireguard.yml | 1 + 17 files changed, 31 insertions(+), 49 deletions(-) rename {playbooks/letsencrypt => archive/inspircd}/irc-post-hook.sh (100%) rename {playbooks/letsencrypt => archive/inspircd}/nginx-post-hook.sh (100%) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fa8920d..95b28ee 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -150,26 +150,16 @@ "panel": "dedicated" } }, - { - "label": "Build & Push: postfix", - "type": "shell", - "command": "make push-postfix", - "group": "build", - "presentation": { - "reveal": "always", - "panel": "dedicated" - } - }, - { - "label": "Build & Push: opendkim", - "type": "shell", - "command": "make push-opendkim", - "group": "build", - "presentation": { - "reveal": "always", - "panel": "dedicated" - } - } + // { + // "label": "Build & Push: