From a3fc7cbdd6a94432225dfb4719e39d61ab814b99 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 4 May 2026 06:39:31 -0500 Subject: [PATCH] audit(gremlin): tmm FAIL 2026-05-04 --- Netgrimoire/Audits/tmm-2026-05-04.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Netgrimoire/Audits/tmm-2026-05-04.md diff --git a/Netgrimoire/Audits/tmm-2026-05-04.md b/Netgrimoire/Audits/tmm-2026-05-04.md new file mode 100644 index 0000000..67d6fa1 --- /dev/null +++ b/Netgrimoire/Audits/tmm-2026-05-04.md @@ -0,0 +1,45 @@ +--- +title: Audit - tmm.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:39:31.102Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:39:31.102Z +--- + +# Audit Report — tmm.yaml + +**Date:** 2026-05-04 +**File:** swarm/tmm.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +1. **Homepage labels**: + - `homepage.group`: PASS + - `homepage.name`: PASS + - `homepage.icon`: PASS + - `homepage.href`: PASS + - `homepage.description`: PASS + +2. **Uptime Kuma labels**: + - No Uptime Kuma-related labels are provided. Assuming this is not critical, we will consider it as missing. + +3. **Caddy labels on exposed services**: + - `caddy=tmm.netgrimoire.com`: PASS + - `caddy.reverse_proxy=tinymediamanager_service:4000`: PASS + +4. **Placement constraints**: + - No placement constraints are specified, which is acceptable if there are no specific node requirements. + +5. **Volumes use /DockerVol/ path convention**: + - Volumes are currently set to `/data/nfs/Baxter/Docker/tinymediamanager:/config:rw` and `/data/nfs/Baxter:/media:rw`. This does not follow the `/DockerVol/` path convention. **FAIL**: Change volumes to use the `/DockerVol/` format. + +6. **Network references external netgrimoire overlay**: + - `networks.netgrimoire`: PASS + +**VERDICT: FAIL** + +Fix required for volume paths to comply with the `/DockerVol/` convention. \ No newline at end of file