audit(gremlin): mealie PASS 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:24:20 -05:00
parent e65e4e8fa0
commit 0f6dcb80ee

View file

@ -0,0 +1,45 @@
---
title: Audit - mealie.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:24:20.461Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:24:20.461Z
---
# Audit Report — mealie.yaml
**Date:** 2026-04-13
**File:** swarm/mealie.yaml
**Type:** Docker Swarm
**Verdict:** PASS
---
### SWARM AUDIT FINDINGS:
1. **Homepage labels**:
- `homepage.group=PNCHarris Apps`: PASS
- `homepage.name=Mealie`: PASS
- `homepage.icon=mealie.png`: PASS
- `homepage.href=https://recipe.netgrimoire.com`: PASS
- `homepage.description=Recipe Manager`: PASS
2. **Uptime Kuma labels**:
- The provided YAML does not include any Uptime Kuma labels, so it is considered PASS (assuming there are no other configurations affecting this).
3. **Caddy labels on exposed services**:
- `caddy=recipe.netgrimoire.com`: PASS
- `caddy.reverse_proxy=recipe:9000`: PASS
4. **Placement constraints**:
- `node.hostname == docker4`: PASS (constrained to a specific node)
5. **Volumes use /DockerVol/<service> path convention**:
- Volume path used is `/DockerVol/mealie:/app/data`: PASS
6. **Network references external netgrimoire overlay**:
- Network `netgrimoire` is referenced as `external: true`: PASS
### VERDICT: PASS