From ed1dc70b22e233ee3e6a982df6fbde88dc5820e7 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 13 Apr 2026 06:16:55 -0500 Subject: [PATCH] audit(gremlin): joplin FAIL 2026-04-13 --- Netgrimoire/Audits/joplin-2026-04-13.md | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Netgrimoire/Audits/joplin-2026-04-13.md diff --git a/Netgrimoire/Audits/joplin-2026-04-13.md b/Netgrimoire/Audits/joplin-2026-04-13.md new file mode 100644 index 0000000..baafaf4 --- /dev/null +++ b/Netgrimoire/Audits/joplin-2026-04-13.md @@ -0,0 +1,51 @@ +--- +title: Audit - joplin.yaml +description: Gremlin audit report 2026-04-13 +published: true +date: 2026-04-13T11:16:55.582Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-13T11:16:55.582Z +--- + +# Audit Report — joplin.yaml + +**Date:** 2026-04-13 +**File:** swarm/joplin.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### SWARM AUDIT RESULTS + +#### Homepage Labels +- **PASS**: `homepage.group=Services` +- **PASS**: `homepage.name=Joplin` +- **FAIL**: + - **Issue**: Missing `homepage.icon` label. + - **Fix**: Add `homepage.icon=joplin.png`. +- **PASS**: `homepage.href=https://joplin.netgrimoire.com` +- **PASS**: `homepage.description=Note Server` + +#### Uptime Kuma Labels +- **FAIL**: + - **Issue**: Missing Uptime Kuma labels. + - **Fix**: Add appropriate Uptime Kuma labels based on the service. + +#### Caddy Labels on Exposed Services +- **PASS**: `caddy=joplin.netgrimoire.com` +- **FAIL**: + - **Issue**: Missing `caddy.reverse_proxy` label. + - **Fix**: Add `caddy.reverse_proxy="{{upstreams 22300}}"`. + +#### Placement Constraints +- **PASS**: `node.hostname == docker3` + +#### Volumes Use /DockerVol/ Path Convention +- **PASS**: `/DockerVol/joplindb:/var/lib/postgresql/data` + +#### Network References External netgrimoire Overlay +- **PASS**: `networks: - netgrimoire` with `external: true` + +### VERDICT: FAIL \ No newline at end of file