From 49fe3fc25bad64ff3942a18876ba02df1a08c6e3 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:17:56 -0500 Subject: [PATCH] audit(gremlin): sonarr FAIL 2026-04-03 --- Netgrimoire/Audits/sonarr-2026-04-03.md | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Netgrimoire/Audits/sonarr-2026-04-03.md diff --git a/Netgrimoire/Audits/sonarr-2026-04-03.md b/Netgrimoire/Audits/sonarr-2026-04-03.md new file mode 100644 index 0000000..3f31138 --- /dev/null +++ b/Netgrimoire/Audits/sonarr-2026-04-03.md @@ -0,0 +1,47 @@ +--- +title: Audit - sonarr.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:17:56.262Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:17:56.262Z +--- + +# Audit Report — sonarr.yaml + +**Date:** 2026-04-03 +**File:** swarm/sonarr.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +**SWARM AUDIT REPORT** + +1. **Homepage labels**: + - **PASS**: homepage.group=Jolly Roger + - **PASS**: homepage.name=Sonarr + - **PASS**: homepage.icon=sonarr.png + - **FAIL**: homepage.href=http://sonarr.netgrimoire.com should be http://sonarr:8989 (Relative URL recommended for internal services). + - **PASS**: homepage.description=Television Library + +2. **Uptime Kuma labels**: + - **FAIL**: No kuma labels found. + +3. **Caddy labels on exposed services**: + - **PASS**: caddy=sonarr.netgrimoire.com + - **PASS**: caddy.reverse_proxy="sonarr:8989" + +4. **Placement constraints**: + - **PASS**: node.hostname==docker5 + +5. **Volumes use /DockerVol/ path convention**: + - **FAIL**: /data/nfs/znas/Data/:/data should be /DockerVol/Sonarr/data to adhere to the specified convention. + +6. **Network references external netgrimoire overlay**: + - **PASS**: Network netgrimoire is referenced as external. + +**VERDICT: FAIL** + +The configuration contains several issues that need to be addressed for a successful audit. The homepage and Caddy labels require specific fixes, while the volume path does not comply with the established convention. \ No newline at end of file