audit(gremlin): sonarr FAIL 2026-05-04
This commit is contained in:
parent
15e573c26a
commit
d17de23c0c
1 changed files with 51 additions and 0 deletions
51
Netgrimoire/Audits/sonarr-2026-05-04.md
Normal file
51
Netgrimoire/Audits/sonarr-2026-05-04.md
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
---
|
||||||
|
title: Audit - sonarr.yaml
|
||||||
|
description: Gremlin audit report 2026-05-04
|
||||||
|
published: true
|
||||||
|
date: 2026-05-04T11:37:57.520Z
|
||||||
|
tags: gremlin,audit
|
||||||
|
editor: markdown
|
||||||
|
dateCreated: 2026-05-04T11:37:57.520Z
|
||||||
|
---
|
||||||
|
|
||||||
|
# Audit Report — sonarr.yaml
|
||||||
|
|
||||||
|
**Date:** 2026-05-04
|
||||||
|
**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)
|
||||||
|
- **Issue**: This volume uses a non-standard path. It does not follow the `/DockerVol/<service>` convention.
|
||||||
|
- **Fix**: Change this to `/DockerVol/Sonarr/data:/data`.
|
||||||
|
|
||||||
|
6. **Network References External netgrimoire Overlay**:
|
||||||
|
- `netgrimoire` (PASS)
|
||||||
|
|
||||||
|
### VERDICT: FAIL
|
||||||
Loading…
Add table
Add a link
Reference in a new issue