From be6a109961be26aec33c13e171ea10e511c6b56b Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:05:29 -0500 Subject: [PATCH] audit(gremlin): ntfy FAIL 2026-04-03 --- Netgrimoire/Audits/ntfy-2026-04-03.md | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Netgrimoire/Audits/ntfy-2026-04-03.md diff --git a/Netgrimoire/Audits/ntfy-2026-04-03.md b/Netgrimoire/Audits/ntfy-2026-04-03.md new file mode 100644 index 0000000..cea37bb --- /dev/null +++ b/Netgrimoire/Audits/ntfy-2026-04-03.md @@ -0,0 +1,41 @@ +--- +title: Audit - ntfy.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:05:29.837Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:05:29.837Z +--- + +# Audit Report — ntfy.yaml + +**Date:** 2026-04-03 +**File:** swarm/ntfy.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**Audit Report for swarm/ntfy.yaml** + +1. **Homepage labels**: NOT APPLICABLE - The configuration file does not include any homepage labels. + +2. **Uptime Kuma labels**: NOT APPLICABLE - The configuration file does not include Uptime Kuma labels. + +3. **Caddy labels on exposed services**: + - PASS: `caddy=ntfy.netgrimoire.com` + - PASS: `caddy.reverse_proxy` + +4. **Placement constraints**: NOT APPLICABLE - The configuration file does not include any placement constraints. + +5. **Volumes use /DockerVol/ path convention**: + - FAIL: Volumes are using `/data/nfs/znas/Docker/ntfy/cache` and `/data/nfs/znas/Docker/ntfy/etc`, which do not follow the `/DockerVol/` path convention. + **Fix**: Update volumes to use a path like `/DockerVol/ntfy/cache` and `/DockerVol/ntfy/etc`. + +6. **Network references external netgrimoire overlay**: + - PASS: The network `netgrimoire` is referenced as an external network. + +**VERDICT: FAIL** + +The volume paths do not conform to the specified convention, which could lead to management and organization issues in the future. Ensure all volumes follow the `/DockerVol/` path convention for better consistency and ease of maintenance. \ No newline at end of file