From 6d936a0180f0944ca2e6738f1e8715865cd1d321 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 21:18:35 -0500 Subject: [PATCH] audit(gremlin): Calibre-web FAIL 2026-04-03 --- Netgrimoire/Audits/Calibre-web-2026-04-03.md | 39 ++++++++------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/Netgrimoire/Audits/Calibre-web-2026-04-03.md b/Netgrimoire/Audits/Calibre-web-2026-04-03.md index f98df81..5cc658d 100644 --- a/Netgrimoire/Audits/Calibre-web-2026-04-03.md +++ b/Netgrimoire/Audits/Calibre-web-2026-04-03.md @@ -2,10 +2,10 @@ title: Audit - Calibre-web.yaml description: Gremlin audit report 2026-04-03 published: true -date: 2026-04-03T02:06:07.253Z +date: 2026-04-03T02:18:35.662Z tags: gremlin,audit editor: markdown -dateCreated: 2026-04-03T02:06:07.253Z +dateCreated: 2026-04-03T02:18:35.662Z --- # Audit Report — Calibre-web.yaml @@ -17,31 +17,22 @@ dateCreated: 2026-04-03T02:06:07.253Z --- -### SWARM AUDIT - -1. **Homepage labels**: - - `homepage.group`: PASS - - `homepage.name`: PASS - - `homepage.icon`: PASS - - `homepage.href`: PASS - - `homepage.description`: PASS - -2. **Uptime Kuma labels**: - - `kuma.cwa.http.name`: PASS - - `kuma.cwa.http.url`: PASS - +1. **Homepage labels**: All homepage labels are present and correctly formatted. +2. **Uptime Kuma labels**: Uptime Kuma labels follow the correct format with a placeholder ``, but it's unclear what specific service this refers to without additional context. Assuming it’s intended for Calibre-Web Automated, these should be fine. 3. **Caddy labels on exposed services**: - - `caddy=books.netgrimoire.com , books.pncharris.com`: PASS - - `caddy.reverse_proxy=calibre-web-automated:8083`: PASS + - `caddy=books.netgrimoire.com , books.pncharris.com`: Incorrect formatting; should be a comma-separated list without spaces. + - `caddy.reverse_proxy:calibre-web-automated:8083`: Correctly formatted. -4. **Placement constraints**: - - `node.hostname==znas`: PASS +4. **Placement constraints**: The constraint is correctly set to run on the node with the hostname `znas`. 5. **Volumes use /DockerVol/ path convention**: - - `/DockerVol/Calibre-web/Config`: PASS - - `/data/nfs/znas/Data/media/books/library/Netgrimoire`: FAIL (Volume paths should follow the `/DockerVol/` convention) + - `/DockerVol/Calibre-web/Config`: Correctly follows the convention. + - `/data/nfs/znas/Data/media/books/library/Netgrimoire`: Does not follow the convention; should be under `/DockerVol`. -6. **Network references external netgrimoire overlay**: - - `netgrimoire`: PASS +6. **Network references external netgrimoire overlay**: The network is correctly referenced as `netgrimoire`, which exists externally. -### VERDICT: FAIL \ No newline at end of file +**Fixes Needed**: +- Update Caddy labels to correct formatting. +- Ensure all volumes are placed within the `/DockerVol` directory conventionally. + +**VERDICT: FAIL** \ No newline at end of file