diff --git a/Netgrimoire/Audits/radarr-2026-04-13.md b/Netgrimoire/Audits/radarr-2026-04-13.md new file mode 100644 index 0000000..5d56cb1 --- /dev/null +++ b/Netgrimoire/Audits/radarr-2026-04-13.md @@ -0,0 +1,27 @@ +--- +title: Audit - radarr.yaml +description: Gremlin audit report 2026-04-13 +published: true +date: 2026-04-13T11:31:46.710Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-13T11:31:46.710Z +--- + +# Audit Report — radarr.yaml + +**Date:** 2026-04-13 +**File:** swarm/radarr.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +1. **Homepage labels**: All necessary homepage.labels are present. +2. **Uptime Kuma labels**: Both kuma.radarr.http.name and kuma.radarr.http.url are correctly set. +3. **Caddy labels on exposed services**: Caddy is correctly configured with a domain (radarr.netgrimoire.com) and reverse proxy (radarr:7878). +4. **Placement constraints**: The constraint `node.hostname == docker5` is applied, but there might be an issue if "docker5" is not a valid node name or does not exist. +5. **Volumes use /DockerVol/ path convention**: Volumes are using the correct naming convention with `/DockerVol/Radarr`. +6. **Network references external netgrimoire overlay**: The service is correctly referencing an existing external network `netgrimoire`. + +**VERDICT: PASS** \ No newline at end of file