audit(gremlin): Calibre-web FAIL 2026-04-02

This commit is contained in:
traveler 2026-04-02 18:50:34 -05:00
parent f056a14f33
commit d2648cdb2b

View file

@ -2,10 +2,10 @@
title: Audit - Calibre-web.yaml title: Audit - Calibre-web.yaml
description: Gremlin audit report 2026-04-02 description: Gremlin audit report 2026-04-02
published: true published: true
date: 2026-04-02T21:21:22.609Z date: 2026-04-02T23:50:34.355Z
tags: gremlin,audit tags: gremlin,audit
editor: markdown editor: markdown
dateCreated: 2026-04-02T21:21:22.609Z dateCreated: 2026-04-02T23:50:34.355Z
--- ---
# Audit Report — Calibre-web.yaml # Audit Report — Calibre-web.yaml
@ -17,35 +17,27 @@ dateCreated: 2026-04-02T21:21:22.609Z
--- ---
**SWARM AUDIT — Check Results** **Homepage labels:**
PASS - homepage.group: "PNCHarris Apps"
PASS - homepage.name: "Family Library"
PASS - homepage.icon: "calibre-web.png"
PASS - homepage.href: "https://books.netgrimoire.com"
PASS - homepage.description: "Calibre-Web Automated"
1. **Homepage labels**: **Uptime Kuma labels:**
- `homepage.group`: PASS FAIL - kuma.cwa.http.name and kuma.cwa.http.url are not correctly formatted. They should be arrays to support multiple entries, e.g., `kuma.0.http.name: "Calibre-Web Automated"` and `kuma.0.http.url: "http://calibre-web-automated:8083"`.
- `homepage.name`: PASS
- `homepage.icon`: PASS
- `homepage.href`: PASS
- `homepage.description`: PASS
2. **Uptime Kuma labels**: **Caddy labels on exposed services:**
- `kuma.cwa.http.name`: PASS PASS - caddy=books.netgrimoire.com , books.pncharris.com is correctly set
- `kuma.cwa.http.url`: PASS PASS - caddy.reverse_proxy=calibre-web-automated:8083 is correctly set
3. **Caddy labels on exposed services**: **Placement constraints:**
- `caddy=books.netgrimoire.com, books.pncharris.com`: PASS PASS - node.hostname == znas is correctly applied to ensure service runs on the specified node
- `caddy.reverse_proxy=calibre-web-automated:8083`: PASS
4. **Placement constraints**: **Volumes use /DockerVol/<service> path convention:**
- `node.hostname==znas`: PASS FAIL - The volume paths do not follow the /DockerVol/<service> convention. They are currently `/DockerVol/Calibre-web/Config` and `/data/nfs/znas/Data/media/books/library/Netgrimoire`. Volume paths should be updated to adhere to the convention, e.g., `/DockerVol/calibre-web/config` and `/DockerVol/calibre-web/library`.
5. **Volumes use `/DockerVol/<service>` path convention**: **Network references external netgrimoire overlay:**
- Volume `/DockerVol/Calibre-web/Config` for configuration files: PASS PASS - The network `netgrimoire` is correctly referenced as an external network
- Volume `/calibre-library:/data/nfs/znas/Data/media/books/library/Netgrimoire` for library data: FAIL
- **Issue**: The volume is not using the recommended path convention (`/DockerVol/<service>`).
- **Fix**: Update the volume path to `/DockerVol/calibre-web/Library`.
6. **Network references external netgrimoire overlay**: **VERDICT: FAIL**
- `netgrimoire`: PASS
**VERDICT: FAIL**
The audit found one issue that needs to be addressed to meet all requirements. The volume for the library data should follow the `/DockerVol/<service>` path convention.