diff --git a/Netgrimoire/Audits/nzbget-2026-04-20.md b/Netgrimoire/Audits/nzbget-2026-04-20.md new file mode 100644 index 0000000..8c745b7 --- /dev/null +++ b/Netgrimoire/Audits/nzbget-2026-04-20.md @@ -0,0 +1,48 @@ +--- +title: Audit - nzbget.yaml +description: Gremlin audit report 2026-04-20 +published: true +date: 2026-04-20T11:28:35.850Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-20T11:28:35.850Z +--- + +# Audit Report — nzbget.yaml + +**Date:** 2026-04-20 +**File:** swarm/nzbget.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**SWARM AUDIT REPORT** + +1. **Homepage labels:** + - **PASS**: `homepage.group=Nucking Apps` + - **PASS**: `homepage.name=Nzbget` + - **FAIL**: Missing `homepage.icon=nzbget.png`. Fix by adding the correct icon path. + - **PASS**: `homepage.href=http://nzbget.netgrimoire.com` + - **PASS**: `homepage.description=Usenet Downloader` + +2. **Uptime Kuma labels:** + - **FAIL**: Missing `kuma.nzbget.http.name`. Fix by adding the correct name. + - **PASS**: `kuma.nzbget.http.url=http://nzbget:6789` + +3. **Caddy labels on exposed services:** + - **PASS**: `caddy=nzbget.netgrimoire.com` + - **FAIL**: Missing `caddy.reverse_proxy`. Fix by adding the correct reverse proxy configuration. + +4. **Placement constraints:** + - **PASS**: `node.hostname==docker5` + +5. **Volumes use /DockerVol/ path convention:** + - **PASS**: `/DockerVol/nzbget/config:/config` + +6. **Network references external netgrimoire overlay:** + - **PASS**: `networks: netgrimoire` with `external: true` + +**VERDICT: FAIL** + +- Missing or incorrect values for `homepage.icon`, `kuma.nzbget.http.name`, and `caddy.reverse_proxy`. \ No newline at end of file