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

This commit is contained in:
traveler 2026-04-13 06:01:14 -05:00
parent 0f82f39fdd
commit 6574538a3e

View file

@ -0,0 +1,51 @@
---
title: Audit - Calibre-web.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:01:14.497Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:01:14.497Z
---
# Audit Report — Calibre-web.yaml
**Date:** 2026-04-13
**File:** swarm/Calibre-web.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Report for `swarm/Calibre-web.yaml`
1. **Homepage labels**:
- `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" - PASS
2. **Uptime Kuma labels**:
- `kuma.cwa.http.name`: "Calibre-Web Automated" - PASS
- `kuma.cwa.http.url`: "http://calibre-web-automated:8083" - PASS
3. **Caddy labels on exposed services**:
- `caddy=books.netgrimoire.com , books.pncharris.com` - PASS
- `caddy.reverse_proxy=calibre-web-automated:8083` - PASS
4. **Placement constraints**:
- `node.hostname==znas` - PASS
5. **Volumes use /DockerVol/<service> path convention**:
- `/DockerVol/Calibre-web/Config:/config` - FAIL
- **Issue**: Volume is not using the `/DockerVol/<service>` path convention.
- **Fix**: Change volume to `/DockerVol/calibre-web/Config:/config`.
- `/data/nfs/znas/Data/media/books/library/Netgrimoire:/calibre-library:shared` - PASS
- Note: This is an acceptable use case as it points to a specific location outside of the standard convention.
6. **Network references external netgrimoire overlay**:
- `netgrimoire` network - PASS
### Final Verdict:
VERDICT: FAIL