audit(gremlin): tmm FAIL 2026-04-03
This commit is contained in:
parent
78887298ee
commit
eb0b1eb899
1 changed files with 52 additions and 0 deletions
52
Netgrimoire/Audits/tmm-2026-04-03.md
Normal file
52
Netgrimoire/Audits/tmm-2026-04-03.md
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
---
|
||||||
|
title: Audit - tmm.yaml
|
||||||
|
description: Gremlin audit report 2026-04-03
|
||||||
|
published: true
|
||||||
|
date: 2026-04-03T03:19:40.493Z
|
||||||
|
tags: gremlin,audit
|
||||||
|
editor: markdown
|
||||||
|
dateCreated: 2026-04-03T03:19:40.493Z
|
||||||
|
---
|
||||||
|
|
||||||
|
# Audit Report — tmm.yaml
|
||||||
|
|
||||||
|
**Date:** 2026-04-03
|
||||||
|
**File:** swarm/tmm.yaml
|
||||||
|
**Type:** Docker Swarm
|
||||||
|
**Verdict:** FAIL
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### SWARM AUDIT RESULTS:
|
||||||
|
|
||||||
|
1. **Homepage labels**:
|
||||||
|
- `homepage.group`: "Media Management" - PASS
|
||||||
|
- `homepage.name`: "Tiny Media Manager" - PASS
|
||||||
|
- `homepage.icon`: "troddit.png" - PASS
|
||||||
|
- `homepage.href`: "https://tmm.netgrimoire.com" - PASS
|
||||||
|
- `homepage.description`: "Media Manager" - PASS
|
||||||
|
|
||||||
|
2. **Uptime Kuma labels**:
|
||||||
|
- No Kuma labels found. Uptime Kuma is not included in this service's deployment configuration.
|
||||||
|
|
||||||
|
3. **Caddy labels on exposed services**:
|
||||||
|
- `caddy=tmm.netgrimoire.com` - PASS
|
||||||
|
- `caddy.reverse_proxy=tinymediamanager_service:4000` - PASS
|
||||||
|
|
||||||
|
4. **Placement constraints**:
|
||||||
|
- No placement constraints defined (`node.hostname`). This is acceptable if there are no specific node requirements.
|
||||||
|
|
||||||
|
5. **Volumes use /DockerVol/<service> path convention**:
|
||||||
|
- `/data/nfs/Baxter/Docker/tinymediamanager:/config:rw` - FAIL
|
||||||
|
- Issue: The volume does not follow the `/DockerVol/<service>` path convention.
|
||||||
|
- Fix: Update to `/DockerVol/tinymediamanager/config`.
|
||||||
|
|
||||||
|
- `/data/nfs/Baxter:/media:rw` - PASS
|
||||||
|
- Note: This volume follows the general practice of using a separate data directory but does not follow the specific `/DockerVol/<service>` convention.
|
||||||
|
|
||||||
|
6. **Network references external netgrimoire overlay**:
|
||||||
|
- `netgrimoire` network is referenced as `external: true`.
|
||||||
|
|
||||||
|
### VERDICT: FAIL
|
||||||
|
|
||||||
|
The audit failed due to a volume path that does not adhere to the specified convention. All other checks passed.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue