From 7caa2f3bf86db87c2083f41fc59ddfad5db18799 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 4 May 2026 06:14:52 -0500 Subject: [PATCH] audit(gremlin): glance FAIL 2026-05-04 --- Netgrimoire/Audits/glance-2026-05-04.md | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Netgrimoire/Audits/glance-2026-05-04.md diff --git a/Netgrimoire/Audits/glance-2026-05-04.md b/Netgrimoire/Audits/glance-2026-05-04.md new file mode 100644 index 0000000..2815c38 --- /dev/null +++ b/Netgrimoire/Audits/glance-2026-05-04.md @@ -0,0 +1,34 @@ +--- +title: Audit - glance.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:14:52.434Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:14:52.434Z +--- + +# Audit Report — glance.yaml + +**Date:** 2026-05-04 +**File:** swarm/glance.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**SWARM AUDIT** + +1. **Homepage labels**: All homepage labels are present and correctly formatted. +2. **Uptime Kuma labels**: Both kuma.glance.http.name and kuma.glance.http.url are present and correctly formatted. +3. **Caddy labels on exposed services**: + - `caddy: "home.netgrimoire.com"` is correct. + - `caddy.reverse_proxy: "glance:8080"` is correct, but should be `http://glance:8080` for clarity. +4. **Placement constraints**: There are no placement constraints defined in the YAML file. +5. **Volumes use /DockerVol/ path convention**: + - The volume path `/data/nfs/znas/Docker/glance:/app/config` does not follow the `/DockerVol/` convention. It should be updated to match this pattern for consistency and clarity. +6. **Network references external netgrimoire overlay**: The network `netgrimoire` is correctly referenced as an external network. + +**VERDICT: FAIL** + +The volume path and possibly the Caddy reverse proxy URL need adjustments to meet the specified standards. \ No newline at end of file