audit(gremlin): beets FAIL 2026-04-03
This commit is contained in:
parent
c07481ed1a
commit
5d3477e986
1 changed files with 47 additions and 0 deletions
47
Netgrimoire/Audits/beets-2026-04-03.md
Normal file
47
Netgrimoire/Audits/beets-2026-04-03.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
title: Audit - beets.yaml
|
||||
description: Gremlin audit report 2026-04-03
|
||||
published: true
|
||||
date: 2026-04-03T01:39:32.570Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-03T01:39:32.570Z
|
||||
---
|
||||
|
||||
# Audit Report — beets.yaml
|
||||
|
||||
**Date:** 2026-04-03
|
||||
**File:** swarm/beets.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
1. **Homepage labels**:
|
||||
- `homepage.group`: "Media Management" (PASS)
|
||||
- `homepage.name`: "Beets" (PASS)
|
||||
- `homepage.icon`: "beets.png" (PASS)
|
||||
- `homepage.href`: "https://beets.netgrimoire.com" (PASS)
|
||||
- `homepage.description`: "Music Manager" (PASS)
|
||||
|
||||
2. **Uptime Kuma labels**:
|
||||
- Not found in the provided YAML file.
|
||||
|
||||
3. **Caddy labels on exposed services**:
|
||||
- `caddy=beets.netgrimoire.com` (PASS)
|
||||
- `caddy.reverse_proxy: "{{upstreams 8337}}"` (PASS)
|
||||
|
||||
4. **Placement constraints**:
|
||||
- `node.hostname == nas` (PASS)
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention**:
|
||||
- `/DockerVol/beets/config:/config` (PASS)
|
||||
- `/data/nfs/Baxter/Data/media/music/Collection:/music` (FAIL: This does not follow the /DockerVol/<service> path convention.)
|
||||
- `/data/nfs/Baxter/Data/media/music/ingest:/downloads` (FAIL: This also does not follow the /DockerVol/<service> path convention.)
|
||||
|
||||
6. **Network references external netgrimoire overlay**:
|
||||
- `netgrimoire`: External network (PASS)
|
||||
|
||||
### VERDICT: FAIL
|
||||
|
||||
The configuration contains volumes that do not adhere to the specified `/DockerVol/<service>` path convention, which is a requirement for consistency and organization within the homelab infrastructure.
|
||||
Loading…
Add table
Add a link
Reference in a new issue