From 575e9e0a5af8e76656e826dfc05647917285e960 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 4 May 2026 06:08:35 -0500 Subject: [PATCH] audit(gremlin): diun PASS 2026-05-04 --- Netgrimoire/Audits/diun-2026-05-04.md | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Netgrimoire/Audits/diun-2026-05-04.md diff --git a/Netgrimoire/Audits/diun-2026-05-04.md b/Netgrimoire/Audits/diun-2026-05-04.md new file mode 100644 index 0000000..58b0af6 --- /dev/null +++ b/Netgrimoire/Audits/diun-2026-05-04.md @@ -0,0 +1,37 @@ +--- +title: Audit - diun.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:08:35.003Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:08:35.003Z +--- + +# Audit Report — diun.yaml + +**Date:** 2026-05-04 +**File:** swarm/diun.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +1. **Homepage labels**: Not found. Label `gremlin.homepage.skip` is set to true, which means homepage-related labels are skipped. + - Fix: Remove `gremlin.homepage.skip: "true"` if you want to include homepage labels. + +2. **Uptime Kuma labels**: Not applicable as there are no Uptime Kuma services defined in the YAML file. + +3. **Caddy labels on exposed services**: Caddy is not used here; hence, this check does not apply. + - Fix: No action needed if this is intentional and you have another way to handle reverse proxying. + +4. **Placement constraints**: Node constraints are correctly specified for `node.role == manager` and excluding certain architectures (`aarch64`, `arm64`, `arm`). + - PASS + +5. **Volumes use /DockerVol/ path convention**: Volume paths match the convention. + - PASS + +6. **Network references external netgrimoire overlay**: Network `netgrimoire` is correctly referenced and marked as external. + - PASS + +**VERDICT: PASS** \ No newline at end of file