Delete Netgrimoire/Audits/JellySeer-2026-04-03.md

This commit is contained in:
traveler 2026-04-02 20:53:02 -05:00
parent 53e7f39992
commit e5d71da80c

View file

@ -1,39 +0,0 @@
---
title: Audit - JellySeer.yaml
description: Gremlin audit report 2026-04-03
published: true
date: 2026-04-03T01:43:38.886Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-03T01:43:38.886Z
---
# Audit Report — JellySeer.yaml
**Date:** 2026-04-03
**File:** swarm/JellySeer.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
1. **Homepage labels**:
- **PASS**: homepage.group, homepage.name, homepage.icon, homepage.href, homepage.description are all present and correctly configured.
2. **Uptime Kuma labels**:
- **FAIL**: The Kuma section is incomplete. There is no `n` specified for the key, making it invalid. Fix: Replace `kuma.<n>.http.name`, `kuma.<n>.http.url` with actual values like `kuma.jellyseer.http.name` and `kuma.jellyseer.http.url`.
3. **Caddy labels on exposed services**:
- **PASS**: The Caddy label `caddy=requests.netgrimoire.com` is correctly configured.
- **PASS**: The Caddy reverse proxy configuration `caddy.reverse_proxy: "http://jellyseer:5055"` is also correct.
4. **Placement constraints**:
- **PASS**: The placement constraint `node.hostname == docker5` ensures that the service runs on the specified node.
5. **Volumes use /DockerVol/<service> path convention**:
- **PASS**: Both volume paths follow the `/DockerVol/JellySeer/config:/app/config` and `/data/nfs/znas/Data/media:/data:shared` conventions, which are correct.
6. **Network references external netgrimoire overlay**:
- **PASS**: The network `netgrimoire` is correctly referenced as an external overlay network.
**VERDICT: FAIL**