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

This commit is contained in:
traveler 2026-04-02 21:21:43 -05:00
parent 6d936a0180
commit becdb77fb3

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:18:35.662Z date: 2026-04-03T02:21:42.962Z
tags: gremlin,audit tags: gremlin,audit
editor: markdown editor: markdown
dateCreated: 2026-04-03T02:18:35.662Z dateCreated: 2026-04-03T02:21:42.962Z
--- ---
# Audit Report — Calibre-web.yaml # Audit Report — Calibre-web.yaml
@ -13,26 +13,33 @@ dateCreated: 2026-04-03T02:18:35.662Z
**Date:** 2026-04-03 **Date:** 2026-04-03
**File:** swarm/Calibre-web.yaml **File:** swarm/Calibre-web.yaml
**Type:** Docker Swarm **Type:** Docker Swarm
**Verdict:** FAIL **Verdict:** PASS
--- ---
1. **Homepage labels**: All homepage labels are present and correctly formatted. 1. **Homepage labels**:
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. - `homepage.group`: PASS (PNCHarris Apps)
3. **Caddy labels on exposed services**: - `homepage.name`: PASS (Family Library)
- `caddy=books.netgrimoire.com , books.pncharris.com`: Incorrect formatting; should be a comma-separated list without spaces. - `homepage.icon`: PASS (calibre-web.png)
- `caddy.reverse_proxy:calibre-web-automated:8083`: Correctly formatted. - `homepage.href`: PASS (https://books.netgrimoire.com)
- `homepage.description`: PASS (Calibre-Web Automated)
4. **Placement constraints**: The constraint is correctly set to run on the node with the hostname `znas`. 2. **Uptime Kuma labels**:
- `kuma.cwa.http.name`: PASS (Calibre-Web Automated)
- `kuma.cwa.http.url`: PASS (http://calibre-web-automated:8083)
3. **Caddy labels on exposed services**:
- `caddy`: PASS (books.netgrimoire.com, books.pncharris.com)
- `caddy.reverse_proxy`: PASS (calibre-web-automated:8083)
4. **Placement constraints**:
- `node.hostname`: PASS (znas)
5. **Volumes use /DockerVol/<service> path convention**: 5. **Volumes use /DockerVol/<service> path convention**:
- `/DockerVol/Calibre-web/Config`: Correctly follows the convention. - `/DockerVol/Calibre-web/Config`: PASS
- `/data/nfs/znas/Data/media/books/library/Netgrimoire`: Does not follow the convention; should be under `/DockerVol`. - `/data/nfs/znas/Data/media/books/library/Netgrimoire`: FAIL
6. **Network references external netgrimoire overlay**: The network is correctly referenced as `netgrimoire`, which exists externally. 6. **Network references external netgrimoire overlay**:
- `netgrimoire`: PASS (external network)
**Fixes Needed**: **Final VERDICT**: FAIL
- Update Caddy labels to correct formatting.
- Ensure all volumes are placed within the `/DockerVol` directory conventionally.
**VERDICT: FAIL**