From c896c938d1abbb30e844abe2f6dcb4d1f67dd414 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 27 Apr 2026 06:21:43 -0500 Subject: [PATCH] audit(gremlin): linkding FAIL 2026-04-27 --- Netgrimoire/Audits/linkding-2026-04-27.md | 46 +++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Netgrimoire/Audits/linkding-2026-04-27.md diff --git a/Netgrimoire/Audits/linkding-2026-04-27.md b/Netgrimoire/Audits/linkding-2026-04-27.md new file mode 100644 index 0000000..4a2d257 --- /dev/null +++ b/Netgrimoire/Audits/linkding-2026-04-27.md @@ -0,0 +1,46 @@ +--- +title: Audit - linkding.yaml +description: Gremlin audit report 2026-04-27 +published: true +date: 2026-04-27T11:21:43.294Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-27T11:21:43.294Z +--- + +# Audit Report — linkding.yaml + +**Date:** 2026-04-27 +**File:** swarm/linkding.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +```plaintext +1. Homepage labels: + - homepage.group: "PNCHarris Apps" (PASS) + - homepage.name: "Linkding" (PASS) + - homepage.icon: "linkding.png" (PASS) + - homepage.href: "https://link.netgrimoire.com" (PASS) + - homepage.description: "Self-hosted bookmark manager" (PASS) + +2. Uptime Kuma labels: + - kuma.linkding.http.name: "Linkding" (PASS) + - kuma.linkding.http.url: "http://linkding:9090" (PASS) + +3. Caddy labels on exposed services: + - caddy: "link.netgrimoire.com" (PASS) + - caddy.reverse_proxy: "linkding:9090" (PASS) + +4. Placement constraints: + No placement constraints defined. (FAIL) Should consider adding node.hostname constraint for better control. + +5. Volumes use /DockerVol/ path convention: + - /data/nfs/Baxter/Docker/linkding/data (FAIL) Should be changed to /DockerVol/linkding/data + +6. Network references external netgrimoire overlay: + - netgrimoire: (PASS) + +VERDICT: FAIL +``` \ No newline at end of file