From 1ff3a38feccc8c6a32adec1b0ffb1b26d1989827 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:24:58 -0500 Subject: [PATCH] audit(gremlin): wallo FAIL 2026-04-03 --- Netgrimoire/Audits/wallo-2026-04-03.md | 54 ++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Netgrimoire/Audits/wallo-2026-04-03.md diff --git a/Netgrimoire/Audits/wallo-2026-04-03.md b/Netgrimoire/Audits/wallo-2026-04-03.md new file mode 100644 index 0000000..3c688d6 --- /dev/null +++ b/Netgrimoire/Audits/wallo-2026-04-03.md @@ -0,0 +1,54 @@ +--- +title: Audit - wallo.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:24:58.197Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:24:58.197Z +--- + +# Audit Report — wallo.yaml + +**Date:** 2026-04-03 +**File:** swarm/wallo.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### Audit Report for `wallo.yaml` + +1. **Homepage labels**: + - `homepage.group`: "PNCHarris Apps" (PASS) + - `homepage.name`: "Wallos" (PASS) + - `homepage.icon`: "wallos.png" (FAIL) - Missing value. + - `homepage.href`: "https://expense.netgrimoire.com" (PASS) + - `homepage.description`: "Subscription Manager" (PASS) + +2. **Uptime Kuma labels**: + - `kuma.wallos.http.name`: "Wallos" (PASS) + - `kuma.wallos.http.url`: "http://wallos:80" (PASS) + +3. **Caddy labels on exposed services**: + - `caddy=expense.netgrimoire.com` (PASS) + - `caddy.reverse_proxy=wallos:80` (PASS) + +4. **Placement constraints**: node.hostname + - No placement constraints specified in the `deploy` block (FAIL) - Add `placement.constraints: [node.labels.hostname == "your-hostname"]` as needed. + +5. **Volumes use /DockerVol/ path convention**: + - `/data/nfs/Baxter/Docker/wallos/db:/var/www/html/db` (FAIL) - Volumes do not follow the `/DockerVol/` convention. + - `/data/nfs/Baxter/Docker/wallos/logos:/var/www/html/images/uploads/logos` (FAIL) + +6. **Network references external netgrimoire overlay**: + - Network `netgrimoire` is referenced as external (PASS) + +### Fix Recommendations + +- Correct the homepage icon value. +- Add placement constraints if needed for specific node placement. +- Rename and relocate volumes to follow the `/DockerVol/` convention, e.g., `/DockerVol/wallos/db:/var/www/html/db`. + +### Final Verdict +VERDICT: FAIL \ No newline at end of file