diff --git a/Netgrimoire/Audits/sabnzbd-2026-05-04.md b/Netgrimoire/Audits/sabnzbd-2026-05-04.md new file mode 100644 index 0000000..29bb477 --- /dev/null +++ b/Netgrimoire/Audits/sabnzbd-2026-05-04.md @@ -0,0 +1,49 @@ +--- +title: Audit - sabnzbd.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:35:51.020Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:35:51.020Z +--- + +# Audit Report — sabnzbd.yaml + +**Date:** 2026-05-04 +**File:** swarm/sabnzbd.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +**Audit Results** + +1. **Homepage Labels** + - `homepage.group`: Jolly Roger (PASS) + - `homepage.name`: SABnzbd (PASS) + - `homepage.icon`: sabnzbd.png (FAIL) – Icon should follow the path convention `/DockerVol//icon`. + - `homepage.href`: https://sabnzbd.netgrimoire.com (PASS) + - `homepage.description`: Usenet Downloader (PASS) + +2. **Uptime Kuma Labels** + - `kuma.sabnzbd.http.name`: SABnzbd (PASS) + - `kuma.sabnzbd.http.url`: https://sabnzbd.netgrimoire.com (PASS) + +3. **Caddy Labels on Exposed Services** + - `caddy=sabnzbd.netgrimoire.com` (PASS) + - `caddy.reverse_proxy=sabnzbd:8080` (PASS) + +4. **Placement Constraints** + - `node.labels.general == true` (FAIL) – This should be more specific, e.g., `node.role==manager`. + - `node.platform.arch != arm64` (PASS) + - `node.platform.arch != arm` (PASS) + +5. **Volumes Use /DockerVol/ Path Convention** + - `/data/nfs/znas/Docker/Sabnzbd:/config` (FAIL) – Does not follow the path convention. + - `/data/nfs/znas/Data/:/data:shared` (FAIL) – Does not follow the path convention. + +6. **Network References External netgrimoire Overlay** + - `netgrimoire` (PASS) + +**VERDICT**: FAIL \ No newline at end of file