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

This commit is contained in:
traveler 2026-04-02 21:18:35 -05:00
parent 78ed9fcb35
commit 6d936a0180

View file

@ -2,10 +2,10 @@
title: Audit - Calibre-web.yaml title: Audit - Calibre-web.yaml
description: Gremlin audit report 2026-04-03 description: Gremlin audit report 2026-04-03
published: true published: true
date: 2026-04-03T02:06:07.253Z date: 2026-04-03T02:18:35.662Z
tags: gremlin,audit tags: gremlin,audit
editor: markdown editor: markdown
dateCreated: 2026-04-03T02:06:07.253Z dateCreated: 2026-04-03T02:18:35.662Z
--- ---
# Audit Report — Calibre-web.yaml # Audit Report — Calibre-web.yaml
@ -17,31 +17,22 @@ dateCreated: 2026-04-03T02:06:07.253Z
--- ---
### SWARM AUDIT 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 `<n>`, but it's unclear what specific service this refers to without additional context. Assuming its intended for Calibre-Web Automated, these should be fine.
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
3. **Caddy labels on exposed services**: 3. **Caddy labels on exposed services**:
- `caddy=books.netgrimoire.com , books.pncharris.com`: 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`: PASS - `caddy.reverse_proxy:calibre-web-automated:8083`: Correctly formatted.
4. **Placement constraints**: 4. **Placement constraints**: The constraint is correctly set to run on the node with the hostname `znas`.
- `node.hostname==znas`: PASS
5. **Volumes use /DockerVol/<service> path convention**: 5. **Volumes use /DockerVol/<service> path convention**:
- `/DockerVol/Calibre-web/Config`: PASS - `/DockerVol/Calibre-web/Config`: Correctly follows the convention.
- `/data/nfs/znas/Data/media/books/library/Netgrimoire`: FAIL (Volume paths should follow the `/DockerVol/<service>` convention) - `/data/nfs/znas/Data/media/books/library/Netgrimoire`: Does not follow the convention; should be under `/DockerVol`.
6. **Network references external netgrimoire overlay**: 6. **Network references external netgrimoire overlay**: The network is correctly referenced as `netgrimoire`, which exists externally.
- `netgrimoire`: PASS
### VERDICT: FAIL **Fixes Needed**:
- Update Caddy labels to correct formatting.
- Ensure all volumes are placed within the `/DockerVol` directory conventionally.
**VERDICT: FAIL**