From 7833257126c27ca0fd4a77fff751c506e2eabc62 Mon Sep 17 00:00:00 2001 From: boban Date: Fri, 24 Apr 2026 15:15:34 +0200 Subject: [PATCH] Fix: footer_ok + Monit Nginx-Check bereinigt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - footer_ok: HTTPS/self-signed Zeile entfernt (nginx hat anfangs kein HTTPS mehr) - Mail-TLS Cert Label ergänzt damit klar ist wofür das Zertifikat ist - Monit: Port-443-Check für nginx entfernt (kein HTTPS initial → Monit würde nginx in Loop neustarten) Co-Authored-By: Claude Sonnet 4.6 --- installer.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index fba237a..612f35c 100644 --- a/installer.sh +++ b/installer.sh @@ -76,10 +76,9 @@ footer_ok() { echo -e "" echo -e " ${CYAN}➜ Setup-Wizard jetzt öffnen:${NC}" echo -e " ${CYAN}http://${ip}/setup${NC}" - echo -e " ${GREY}https://${ip}/setup${NC} (self-signed Zertifikat)" echo -e "" echo -e " Laravel Root: ${GREY}${app_dir}${NC}" - echo -e " Self-signed Cert: ${GREY}${cert_dir}/{cert.pem,key.pem}${NC}" + echo -e " Mail-TLS Cert: ${GREY}${cert_dir}/{cert.pem,key.pem}${NC} (Postfix/Dovecot)" echo -e " Postfix/Dovecot: ${GREY}25, 465, 587, 110, 995, 143, 993${NC}" echo -e "${GREEN}${BAR}${NC}" echo @@ -895,7 +894,6 @@ check process nginx with pidfile /run/nginx.pid start program = "/bin/systemctl start nginx" stop program = "/bin/systemctl stop nginx" if failed host 127.0.0.1 port 80 type tcp for 2 cycles then restart - if failed host 127.0.0.1 port 443 type tcpssl for 2 cycles then restart if 5 restarts within 10 cycles then alert check process fail2ban with pidfile /run/fail2ban/fail2ban.pid