audit(gremlin): sabnzbd PASS 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:35:51 -05:00
parent f6ad45a21c
commit b33b2dac5e

View file

@ -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/<service>/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/<service> 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