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

This commit is contained in:
traveler 2026-04-01 22:07:32 -05:00
parent b6112b85bc
commit a2301ec16f

View file

@ -0,0 +1,50 @@
---
title: Audit - Calibre-web.yaml
description: Gremlin audit report 2026-04-02
published: true
date: 2026-04-02T03:07:32.220Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-02T03:07:32.220Z
---
# Audit Report — Calibre-web.yaml
**Date:** 2026-04-02
**File:** swarm/Calibre-web.yaml
**Type:** Docker Swarm
**Verdict:** PASS
---
**SWARM AUDIT**
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` (PASS)
- `/calibre-library:shared` (FAIL) - Volume should be mounted under the `/DockerVol` directory for consistency.
6. **Network references external netgrimoire overlay**:
- `netgrimoire`: External network reference is correct (PASS)
**Fixes**:
- Change volume mapping to follow the `/DockerVol/<service>` convention: `- /DockerVol/calibre-library:/calibre-library:shared`
**VERDICT**: FAIL