audit(gremlin): JellySeer FAIL 2026-04-03
This commit is contained in:
parent
9a69cca161
commit
d0b65989b5
1 changed files with 24 additions and 19 deletions
|
|
@ -2,10 +2,10 @@
|
|||
title: Audit - JellySeer.yaml
|
||||
description: Gremlin audit report 2026-04-03
|
||||
published: true
|
||||
date: 2026-04-03T01:55:19.324Z
|
||||
date: 2026-04-03T02:06:54.949Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-03T01:55:19.324Z
|
||||
dateCreated: 2026-04-03T02:06:54.949Z
|
||||
---
|
||||
|
||||
# Audit Report — JellySeer.yaml
|
||||
|
|
@ -17,30 +17,35 @@ dateCreated: 2026-04-03T01:55:19.324Z
|
|||
|
||||
---
|
||||
|
||||
### SWARM AUDIT RESULTS:
|
||||
**SWARM AUDIT**
|
||||
|
||||
1. **Homepage labels**:
|
||||
- `homepage.group`: PASS
|
||||
- `homepage.name`: PASS
|
||||
- `homepage.icon`: PASS
|
||||
- `homepage.href`: PASS
|
||||
- `homepage.description`: PASS
|
||||
- `homepage.group`: "Media Search"
|
||||
- `homepage.name`: "JellySeer" **FAIL**
|
||||
- Expected to match the service name.
|
||||
- `homepage.icon`: "sh-jellyseerr.svg"
|
||||
- `homepage.href`: "https://requests.netgrimoire.com"
|
||||
- `homepage.description`: "Media Server"
|
||||
|
||||
2. **Uptime Kuma labels**:
|
||||
- Missing Uptime Kuma-specific labels (e.g., `kuma.jellyseer.http.name`, `kuma.jellyseer.http.url`). These are required for integrating JellySeer into the Uptime Kuma dashboard.
|
||||
- No labels found for Uptime Kuma.
|
||||
|
||||
3. **Caddy labels on exposed services**:
|
||||
- `caddy`: PASS
|
||||
- `caddy.reverse_proxy`: PASS
|
||||
- `caddy: requests.netgrimoire.com`
|
||||
- `caddy.reverse_proxy: http://jellyseer:5055`
|
||||
|
||||
4. **Placement constraints**:
|
||||
- `node.hostname == docker5`: PASS
|
||||
- `node.hostname == docker5` **FAIL**
|
||||
- Expected to match a valid node hostname.
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention**:
|
||||
- `/DockerVol/JellySeer/config`: PASS
|
||||
- `/data/nfs/znas/Data/media`: FAIL (This volume does not follow the `/DockerVol/<service>` path convention)
|
||||
- `/DockerVol/JellySeer/config:/app/config`
|
||||
- `/data/nfs/znas/Data/media:/data:shared` **FAIL**
|
||||
- Volumes are not following the /DockerVol/<service> convention.
|
||||
|
||||
6. **Network references external netgrimoire overlay**:
|
||||
- `netgrimoire`: PASS
|
||||
- `netgrimoire` network is referenced as an external network.
|
||||
|
||||
### VERDICT: FAIL
|
||||
**VERDICT: FAIL**
|
||||
|
||||
Items marked with "FAIL" need to be addressed for the audit to pass.
|
||||
Loading…
Add table
Add a link
Reference in a new issue