diff --git a/Netgrimoire/Audits/recyclarr-2026-04-03.md b/Netgrimoire/Audits/recyclarr-2026-04-03.md new file mode 100644 index 0000000..60fd550 --- /dev/null +++ b/Netgrimoire/Audits/recyclarr-2026-04-03.md @@ -0,0 +1,31 @@ +--- +title: Audit - recyclarr.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:13:33.974Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:13:33.974Z +--- + +# Audit Report — recyclarr.yaml + +**Date:** 2026-04-03 +**File:** swarm/recyclarr.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +1. **Homepage labels**: NOT APPLICABLE (No homepage labels specified in the provided YAML). +2. **Uptime Kuma labels**: NOT APPLICABLE (No Uptime Kuma service or labels specified in the provided YAML). +3. **Caddy labels on exposed services**: NOT APPLICABLE (No Caddy service or reverse proxy configuration specified in the provided YAML). +4. **Placement constraints**: + - PASS: The `node.hostname == docker4` constraint is correctly applied. +5. **Volumes use /DockerVol/ path convention**: + - FAIL: The volume path `/data/nfs/Baxter/Docker/recyclarr:/config` does not follow the `/DockerVol/recyclarr` path convention. + - **Fix**: Change the volume path to `/DockerVol/recyclarr/config`. +6. **Network references external netgrimoire overlay**: + - PASS: The network `netgrimoire` is correctly referenced as an external network. + +**VERDICT: FAIL** \ No newline at end of file