Netgrimoire/Netgrimoire/Audits/sonarr-2026-04-13.md

1.5 KiB

title description published date tags editor dateCreated
Audit - sonarr.yaml Gremlin audit report 2026-04-13 true 2026-04-13T11:35:52.113Z gremlin,audit markdown 2026-04-13T11:35:52.113Z

Audit Report — sonarr.yaml

Date: 2026-04-13
File: swarm/sonarr.yaml
Type: Docker Swarm
Verdict: FAIL


Audit Results

  1. Homepage Labels:

    • homepage.group: Jolly Roger (PASS)
    • homepage.name: Sonarr (PASS)
    • homepage.icon: sonarr.png (PASS)
    • homepage.href: https://sonarr.netgrimoire.com (PASS)
    • homepage.description: Television Library (PASS)
  2. Uptime Kuma Labels:

  3. Caddy Labels on Exposed Services:

    • caddy: sonarr.netgrimoire.com (PASS)
    • caddy.reverse_proxy: sonarr:8989 (PASS)
  4. Placement Constraints:

    • node.hostname == docker5 (PASS)
    • node.platform.arch != arm64 (PASS)
    • node.platform.arch != arm (PASS)
  5. Volumes Use /DockerVol/ Path Convention:

    • /DockerVol/Sonarr:/config (PASS)
    • /data/nfs/znas/Data/:/data:shared (FAIL) — This volume does not follow the convention.
  6. Network References External netgrimoire Overlay:

    • netgrimoire: External (PASS)

Fix for FAIL items

  1. Update /data/nfs/znas/Data/:/data:shared to use the /DockerVol/Sonarr/data path, following the convention.

Final Line VERDICT: FAIL