From 64a325efc078edce859838ea5162988eb2fd2041 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 26 Jul 2026 15:31:01 +0200 Subject: [PATCH] Extend sanity-check.sh to cover the new Gitea container Adds git.jayfield.org to the vhost checks, gitea to the container list, and a genuine API check (not just an HTTP 200) confirming Gitea is actually serving repo data. Verified with a live run: 47 pass, 0 fail. Co-Authored-By: Claude Sonnet 5 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee9e522..8eb7caa 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ the dyndns zone, the full mail stack including a live `rspamc symbols` scan (catches a phantom-active rspamd, which is exactly what happened during the 24.04 upgrade) and whether anything is actually listening on Postfix's configured milter port, MariaDB/`vmail` data + Postfix's SQL -lookups, fail2ban's jail count and the custom `findtime` hardening, all 6 -public vhosts by expected HTTP status code, and all 5 Docker containers. +lookups, fail2ban's jail count and the custom `findtime` hardening, all 7 +public vhosts by expected HTTP status code (plus a genuine Gitea API +check, not just a static-page response), and all 6 Docker containers. Runs automatically once per boot via `sanity-check.service` (a oneshot unit, `systemctl enable`d, `After=` all the relevant services plus a 10s