audit(gremlin): JellySeer FAIL 2026-04-03
This commit is contained in:
parent
8191b0aee6
commit
cc01d6dfd6
1 changed files with 15 additions and 22 deletions
|
|
@ -2,10 +2,10 @@
|
|||
title: Audit - JellySeer.yaml
|
||||
description: Gremlin audit report 2026-04-03
|
||||
published: true
|
||||
date: 2026-04-03T01:33:36.716Z
|
||||
date: 2026-04-03T01:43:38.886Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-03T01:33:36.716Z
|
||||
dateCreated: 2026-04-03T01:43:38.886Z
|
||||
---
|
||||
|
||||
# Audit Report — JellySeer.yaml
|
||||
|
|
@ -13,34 +13,27 @@ dateCreated: 2026-04-03T01:33:36.716Z
|
|||
**Date:** 2026-04-03
|
||||
**File:** swarm/JellySeer.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** PASS
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
**Audit Results:**
|
||||
|
||||
1. **Homepage labels**:
|
||||
- `homepage.group`: PASS
|
||||
- `homepage.name`: PASS
|
||||
- `homepage.icon`: PASS
|
||||
- `homepage.href`: PASS
|
||||
- `homepage.description`: PASS
|
||||
- **PASS**: homepage.group, homepage.name, homepage.icon, homepage.href, homepage.description are all present and correctly configured.
|
||||
|
||||
2. **Uptime Kuma labels**:
|
||||
- Missing Kuma section in the YAML. Therefore, no labels to verify.
|
||||
- **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**:
|
||||
- `caddy=requests.netgrimoire.com`: PASS
|
||||
- `caddy.reverse_proxy=http://jellyseer:5055`: PASS
|
||||
- **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**:
|
||||
- `node.hostname==docker5`: PASS
|
||||
- **PASS**: The placement constraint `node.hostname == docker5` ensures that the service runs on the specified node.
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention**:
|
||||
- `/DockerVol/JellySeer/config`: PASS
|
||||
- `/data/nfs/znas/Data/media`: FAIL — Incorrect volume naming, should follow the 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**:
|
||||
- `netgrimoire` network: PASS
|
||||
- **PASS**: The network `netgrimoire` is correctly referenced as an external overlay network.
|
||||
|
||||
**Final Verdict:** FAIL
|
||||
**VERDICT: FAIL**
|
||||
Loading…
Add table
Add a link
Reference in a new issue