audit(gremlin): sonarr FAIL 2026-04-13
This commit is contained in:
parent
421a4421dc
commit
bb1adba21a
1 changed files with 54 additions and 0 deletions
54
Netgrimoire/Audits/sonarr-2026-04-13.md
Normal file
54
Netgrimoire/Audits/sonarr-2026-04-13.md
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: Audit - sonarr.yaml
|
||||
description: Gremlin audit report 2026-04-13
|
||||
published: true
|
||||
date: 2026-04-13T11:35:52.113Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 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**:
|
||||
- `kuma.sonarr.http.name`: Sonarr (PASS)
|
||||
- `kuma.sonarr.http.url`: https://sonarr.netgrimoire.com (PASS)
|
||||
|
||||
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/<service> 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue