diff --git a/Netgrimoire/Audits/roundcube-2026-04-13.md b/Netgrimoire/Audits/roundcube-2026-04-13.md new file mode 100644 index 0000000..af44320 --- /dev/null +++ b/Netgrimoire/Audits/roundcube-2026-04-13.md @@ -0,0 +1,47 @@ +--- +title: Audit - roundcube.yaml +description: Gremlin audit report 2026-04-13 +published: true +date: 2026-04-13T11:32:40.590Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-13T11:32:40.590Z +--- + +# Audit Report — roundcube.yaml + +**Date:** 2026-04-13 +**File:** swarm/roundcube.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +**Audit Results:** + +1. **Homepage Labels:** + - `homepage.group`: E-Mail (PASS) + - `homepage.name`: Roundcube (PASS) + - `homepage.icon`: roundcube.png (FAIL - No file provided) + - `homepage.href`: http://webmail.netgrimoire.com (PASS) + - `homepage.description`: E-mail client (PASS) + +2. **Uptime Kuma Labels:** + - kuma.rc.http.name="Mealie" (FAIL - Not specified in the yaml) + - kuma.mrc.http.url=http://roundcube:80 (PASS) + +3. **Caddy Labels on Exposed Services:** + - `caddy=webmail.netgrimoire.com, webmail.gnarlypandaproductions.com, webmail.pncharris.com, webmail.pncfishandmore.com, webmail.pncharrisenterprises.com, webmail.florosafd.org` (PASS) + - `caddy.reverse_proxy="{{upstreams 80}}"` (FAIL - Incorrect syntax, should be `caddy.reverse_proxy=http://roundcube:80`) + +4. **Placement Constraints:** + - `node.hostname == docker4` (PASS) + +5. **Volumes Use /DockerVol/ Path Convention:** + - `/DockerVol/roundcube/www:/var/www/html` (PASS) + +6. **Network References External netgrimoire Overlay:** + - `netgrimoire`: external (PASS) + - `mailcow-network`: external (PASS) + +**Final Verdict:** FAIL \ No newline at end of file