From c66d759af1092d238e026a5a24e5362aa6eaadd9 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:01:44 -0500 Subject: [PATCH] audit(gremlin): linkding FAIL 2026-04-03 --- Netgrimoire/Audits/linkding-2026-04-03.md | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Netgrimoire/Audits/linkding-2026-04-03.md diff --git a/Netgrimoire/Audits/linkding-2026-04-03.md b/Netgrimoire/Audits/linkding-2026-04-03.md new file mode 100644 index 0000000..559cfcd --- /dev/null +++ b/Netgrimoire/Audits/linkding-2026-04-03.md @@ -0,0 +1,50 @@ +--- +title: Audit - linkding.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:01:44.209Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:01:44.209Z +--- + +# Audit Report — linkding.yaml + +**Date:** 2026-04-03 +**File:** swarm/linkding.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**Audit Results** + +1. **Homepage labels:** + - `homepage.group`: PASS + - `homepage.name`: PASS + - `homepage.icon`: PASS + - `homepage.href`: PASS + - `homepage.description`: PASS + +2. **Uptime Kuma labels:** + - `kuma.linkding.http.name`: PASS + - `kuma.linkding.http.url`: PASS + +3. **Caddy labels on exposed services:** + - `caddy=link.netgrimoire.com`: PASS + - `caddy.reverse_proxy=linkding:9090`: PASS + +4. **Placement constraints:** + - No placement constraints specified, which is acceptable if not needed. **PASS** + +5. **Volumes use /DockerVol/ path convention:** + - Volume path is `/data/nfs/Baxter/Docker/linkding/data`, which does not follow the `/DockerVol/` convention. **FAIL** + +6. **Network references external netgrimoire overlay:** + - `netgrimoire` network is referenced and set as external, which is correct. **PASS** + +**Fixes Needed:** +- Update volume path to use the `/DockerVol/linkding` convention. + +**Final Line:** +VERDICT: FAIL \ No newline at end of file