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
description: Gremlin audit report 2026-04-02
published: true
date: 2026-04-02T21:21:22.609Z
date: 2026-04-02T23:50:34.355Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-02T21:21:22.609Z
dateCreated: 2026-04-02T23:50:34.355Z
---
# 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**:
- `homepage.group`: PASS
- `homepage.name`: PASS
- `homepage.icon`: PASS
- `homepage.href`: PASS
- `homepage.description`: PASS
**Uptime Kuma labels:**
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"`.
2. **Uptime Kuma labels**:
- `kuma.cwa.http.name`: PASS
- `kuma.cwa.http.url`: PASS
**Caddy labels on exposed services:**
PASS - caddy=books.netgrimoire.com , books.pncharris.com is correctly set
PASS - caddy.reverse_proxy=calibre-web-automated:8083 is correctly set
3. **Caddy labels on exposed services**:
- `caddy=books.netgrimoire.com, books.pncharris.com`: PASS
- `caddy.reverse_proxy=calibre-web-automated:8083`: PASS
**Placement constraints:**
PASS - node.hostname == znas is correctly applied to ensure service runs on the specified node
4. **Placement constraints**:
- `node.hostname==znas`: PASS
**Volumes use /DockerVol/<service> path convention:**
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**:
- Volume `/DockerVol/Calibre-web/Config` for configuration files: PASS
- 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**:
- `netgrimoire`: PASS
**Network references external netgrimoire overlay:**
PASS - The network `netgrimoire` is correctly referenced as an external network
**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.