From 543388dcd603e898383c3c0c6f665e2dbec8feb5 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:14:30 -0500 Subject: [PATCH] audit(gremlin): roundcube PASS 2026-04-03 --- Netgrimoire/Audits/roundcube-2026-04-03.md | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Netgrimoire/Audits/roundcube-2026-04-03.md diff --git a/Netgrimoire/Audits/roundcube-2026-04-03.md b/Netgrimoire/Audits/roundcube-2026-04-03.md new file mode 100644 index 0000000..4bf9b31 --- /dev/null +++ b/Netgrimoire/Audits/roundcube-2026-04-03.md @@ -0,0 +1,47 @@ +--- +title: Audit - roundcube.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:14:30.315Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:14:30.315Z +--- + +# Audit Report — roundcube.yaml + +**Date:** 2026-04-03 +**File:** swarm/roundcube.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +**Audit Report for swarm/roundcube.yaml** + +1. **Homepage Labels**: + - `homepage.group`: Present (`E-Mail`) + - `homepage.name`: Present (`Roundcube`) + - `homepage.icon`: Present (`roundcube.png`) + - `homepage.href`: Present (`http://webmail.netgrimoire.com`) + - `homepage.description`: Present (`E-mail client`) + +2. **Uptime Kuma Labels**: + - `kuma.rc.http.name="Mealie"`: Incorrect syntax, should be `kuma.rc.http.name=Mealie` + - `kuma.mrc.http.url=http://roundcube:80`: Correct + +3. **Caddy Labels on Exposed Services**: + - `caddy`: Present (`webmail.netgrimoire.com`, `webmail.gnarlypandaproductions.com`, `webmail.pncharris.com`, `webmail.pncfishandmore.com`, `webmail.pncharrisenterprises.com`, `webmail.florosafd.org`) + - `caddy.reverse_proxy`: Present (`{{upstreams 80}}`) + +4. **Placement Constraints**: + - `node.hostname`: Present and correct (`docker4`) + +5. **Volumes Use /DockerVol/ Path Convention**: + - `/DockerVol/roundcube/www:/var/www/html`: Correct + +6. **Network References External netgrimoire Overlay**: + - `netgrimoire` network: Present and external + - `mailcow-network` network: Present and external + +**VERDICT**: FAIL \ No newline at end of file