From dcbe67fcf2397f358c8290689f0a445bf566af76 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 21:56:20 -0500 Subject: [PATCH] audit(gremlin): joplin FAIL 2026-04-03 --- Netgrimoire/Audits/joplin-2026-04-03.md | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Netgrimoire/Audits/joplin-2026-04-03.md diff --git a/Netgrimoire/Audits/joplin-2026-04-03.md b/Netgrimoire/Audits/joplin-2026-04-03.md new file mode 100644 index 0000000..9c96e81 --- /dev/null +++ b/Netgrimoire/Audits/joplin-2026-04-03.md @@ -0,0 +1,50 @@ +--- +title: Audit - joplin.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T02:56:20.747Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T02:56:20.747Z +--- + +# Audit Report — joplin.yaml + +**Date:** 2026-04-03 +**File:** swarm/joplin.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**SWARM AUDIT** + +1. **Homepage labels**: + - **PASS**: `homepage.group=Services` + - **PASS**: `homepage.name=Joplin` + - **FAIL**: `homepage.icon=joplin.png` (should be a valid URL or path) + - **PASS**: `homepage.href=https://joplin.netgrimoire.com` + - **PASS**: `homepage.description=Note Server` + +2. **Uptime Kuma labels**: + - **FAIL**: No Uptime Kuma labels found. + +3. **Caddy labels on exposed services**: + - **PASS**: `caddy=joplin.netgrimoire.com` + - **FAIL**: `caddy.reverse_proxy="{{upstreams 22300}}"` should be `caddy.reverse_proxy=["http://joplin:22300"]` + +4. **Placement constraints**: + - **PASS**: `node.hostname == docker3` + +5. **Volumes use /DockerVol/ path convention**: + - **PASS**: `/DockerVol/joplindb:/var/lib/postgresql/data` + +6. **Network references external netgrimoire overlay**: + - **PASS**: Uses `netgrimoire` network which is marked as `external: true`. + +**VERDICT: FAIL** + +Fixes required: +- Correct the icon URL in `homepage.icon`. +- Add Uptime Kuma labels. +- Correct the Caddy reverse proxy configuration. \ No newline at end of file