diff --git a/Netgrimoire/Audits/JellySeer-2026-04-03.md b/Netgrimoire/Audits/JellySeer-2026-04-03.md deleted file mode 100644 index 7e9ddce..0000000 --- a/Netgrimoire/Audits/JellySeer-2026-04-03.md +++ /dev/null @@ -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..http.name`, `kuma..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/ 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** \ No newline at end of file