From 25e8cbb8b727d37bb6a59592a78d66648a96c9f0 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 27 Apr 2026 06:28:14 -0500 Subject: [PATCH] audit(gremlin): nzbget FAIL 2026-04-27 --- Netgrimoire/Audits/nzbget-2026-04-27.md | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Netgrimoire/Audits/nzbget-2026-04-27.md diff --git a/Netgrimoire/Audits/nzbget-2026-04-27.md b/Netgrimoire/Audits/nzbget-2026-04-27.md new file mode 100644 index 0000000..744b65f --- /dev/null +++ b/Netgrimoire/Audits/nzbget-2026-04-27.md @@ -0,0 +1,52 @@ +--- +title: Audit - nzbget.yaml +description: Gremlin audit report 2026-04-27 +published: true +date: 2026-04-27T11:28:14.628Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-27T11:28:14.628Z +--- + +# Audit Report — nzbget.yaml + +**Date:** 2026-04-27 +**File:** swarm/nzbget.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### Audit Results: + +1. **Homepage Labels**: + - `homepage.group`: `Nucking Apps` - **PASS** + - `homepage.name`: `Nzbget` - **PASS** + - `homepage.icon`: `nzbget.png` - **PASS** + - `homepage.href`: `http://nzbget.netgrimoire.com` - **PASS** + - `homepage.description`: `Usenet Downloader` - **PASS** + +2. **Uptime Kuma Labels**: + - `kuma.nzbget.http.name`: `"nzbget"` - **PASS** + - `kuma.nzbget.http.url`: `http://nzbget:6789` - **PASS** + +3. **Caddy Labels on Exposed Services**: + - `caddy=nzbget.netgrimoire.com` - **PASS** + - `caddy.reverse_proxy="{{upstreams 6789}}"` - **FAIL**: The variable `{{upstreams}}` should be replaced with the actual upstream service name or IP address. Update this label to specify a valid upstream. + +4. **Placement Constraints**: + - `node.hostname==docker5` - **PASS** + +5. **Volumes Use `/DockerVol/` Path Convention**: + - `/DockerVol/nzbget/config:/config` - **PASS** + - `/data/nfs/znas/Green/:/data:shared` - **FAIL**: This volume does not follow the `/DockerVol/` path convention. It should be moved to a directory under `/DockerVol`. + +6. **Network References External `netgrimoire` Overlay**: + - `networks: netgrimoire:` - **PASS** + +### Fix Recommendations: + +1. Update the Caddy label to specify a valid upstream service. +2. Move the shared volume to follow the `/DockerVol/` path convention. + +### VERDICT: FAIL \ No newline at end of file