diff --git a/Netgrimoire/Audits/tmm-2026-04-03.md b/Netgrimoire/Audits/tmm-2026-04-03.md new file mode 100644 index 0000000..4f235b8 --- /dev/null +++ b/Netgrimoire/Audits/tmm-2026-04-03.md @@ -0,0 +1,52 @@ +--- +title: Audit - tmm.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:19:40.493Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:19:40.493Z +--- + +# Audit Report — tmm.yaml + +**Date:** 2026-04-03 +**File:** swarm/tmm.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### SWARM AUDIT RESULTS: + +1. **Homepage labels**: + - `homepage.group`: "Media Management" - PASS + - `homepage.name`: "Tiny Media Manager" - PASS + - `homepage.icon`: "troddit.png" - PASS + - `homepage.href`: "https://tmm.netgrimoire.com" - PASS + - `homepage.description`: "Media Manager" - PASS + +2. **Uptime Kuma labels**: + - No Kuma labels found. Uptime Kuma is not included in this service's deployment configuration. + +3. **Caddy labels on exposed services**: + - `caddy=tmm.netgrimoire.com` - PASS + - `caddy.reverse_proxy=tinymediamanager_service:4000` - PASS + +4. **Placement constraints**: + - No placement constraints defined (`node.hostname`). This is acceptable if there are no specific node requirements. + +5. **Volumes use /DockerVol/ path convention**: + - `/data/nfs/Baxter/Docker/tinymediamanager:/config:rw` - FAIL + - Issue: The volume does not follow the `/DockerVol/` path convention. + - Fix: Update to `/DockerVol/tinymediamanager/config`. + + - `/data/nfs/Baxter:/media:rw` - PASS + - Note: This volume follows the general practice of using a separate data directory but does not follow the specific `/DockerVol/` convention. + +6. **Network references external netgrimoire overlay**: + - `netgrimoire` network is referenced as `external: true`. + +### VERDICT: FAIL + +The audit failed due to a volume path that does not adhere to the specified convention. All other checks passed. \ No newline at end of file