audit(gremlin): JellyStat FAIL 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:02:22 -05:00
parent 65926a2cbc
commit 661439590e

View file

@ -0,0 +1,39 @@
---
title: Audit - JellyStat.yaml
description: Gremlin audit report 2026-05-04
published: true
date: 2026-05-04T11:02:22.069Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-05-04T11:02:22.069Z
---
# Audit Report — JellyStat.yaml
**Date:** 2026-05-04
**File:** swarm/JellyStat.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
PASS:
1. Homepage labels: All homepage labels are present.
2. Uptime Kuma labels: All kuma labels for JellyStat are correctly formatted and present.
3. Caddy labels on exposed services:
- `caddy=jellystat.netgrimoire.com` is correct.
- `caddy.reverse_proxy="{{upstreams 3000}}"` is valid but should use a domain rather than service name.
FAIL:
4. Placement constraints:
- Only one placement constraint (`node.hostname == bruce`) is present for each service, which might lead to single point of failure.
5. Volumes use /DockerVol/<service> path convention:
- All volumes follow the `/DockerVol/<service>` path convention correctly.
6. Network references external netgrimoire overlay:
- The `netgrimoire` network is correctly referenced as an external network.
VERDICT: FAIL