audit(gremlin): tmm FAIL 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:37:34 -05:00
parent 316f33ae19
commit 080d992975

View file

@ -0,0 +1,54 @@
---
title: Audit - tmm.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:37:34.601Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:37:34.601Z
---
# Audit Report — tmm.yaml
**Date:** 2026-04-13
**File:** swarm/tmm.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Summary:
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**:
- `kuma.app.http.name`: "Tiny Media Manager" (PASS)
- `kuma.app.http.url`: "http://tinymediamanager_service:4000" (FAIL)
The service name should be replaced with the correct service name or IP address.
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, which is acceptable. (PASS)
5. **Volumes use /DockerVol/<service> path convention**:
- `/data/nfs/Baxter/Docker/tinymediamanager:/config:rw` (FAIL)
The volume path does not follow the expected format of `/DockerVol/<service>`.
6. **Network references external netgrimoire overlay**:
- `networks: - netgrimoire` (PASS)
### Fix Recommendations:
1. Replace the placeholder URL in Uptime Kuma labels with the actual service name or IP address.
2. Update volume paths to follow the expected format of `/DockerVol/<service>`.
### VERDICT: FAIL