audit(gremlin): Calibre-web FAIL 2026-04-03
This commit is contained in:
parent
78ed9fcb35
commit
6d936a0180
1 changed files with 15 additions and 24 deletions
|
|
@ -2,10 +2,10 @@
|
|||
title: Audit - Calibre-web.yaml
|
||||
description: Gremlin audit report 2026-04-03
|
||||
published: true
|
||||
date: 2026-04-03T02:06:07.253Z
|
||||
date: 2026-04-03T02:18:35.662Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-03T02:06:07.253Z
|
||||
dateCreated: 2026-04-03T02:18:35.662Z
|
||||
---
|
||||
|
||||
# Audit Report — Calibre-web.yaml
|
||||
|
|
@ -17,31 +17,22 @@ dateCreated: 2026-04-03T02:06:07.253Z
|
|||
|
||||
---
|
||||
|
||||
### SWARM AUDIT
|
||||
|
||||
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
|
||||
|
||||
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 it’s intended for Calibre-Web Automated, these should be fine.
|
||||
3. **Caddy labels on exposed services**:
|
||||
- `caddy=books.netgrimoire.com , books.pncharris.com`: PASS
|
||||
- `caddy.reverse_proxy=calibre-web-automated:8083`: 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`: Correctly formatted.
|
||||
|
||||
4. **Placement constraints**:
|
||||
- `node.hostname==znas`: PASS
|
||||
4. **Placement constraints**: The constraint is correctly set to run on the node with the hostname `znas`.
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention**:
|
||||
- `/DockerVol/Calibre-web/Config`: PASS
|
||||
- `/data/nfs/znas/Data/media/books/library/Netgrimoire`: FAIL (Volume paths should follow the `/DockerVol/<service>` convention)
|
||||
- `/DockerVol/Calibre-web/Config`: Correctly follows the convention.
|
||||
- `/data/nfs/znas/Data/media/books/library/Netgrimoire`: Does not follow the convention; should be under `/DockerVol`.
|
||||
|
||||
6. **Network references external netgrimoire overlay**:
|
||||
- `netgrimoire`: PASS
|
||||
6. **Network references external netgrimoire overlay**: The network is correctly referenced as `netgrimoire`, which exists externally.
|
||||
|
||||
### VERDICT: FAIL
|
||||
**Fixes Needed**:
|
||||
- Update Caddy labels to correct formatting.
|
||||
- Ensure all volumes are placed within the `/DockerVol` directory conventionally.
|
||||
|
||||
**VERDICT: FAIL**
|
||||
Loading…
Add table
Add a link
Reference in a new issue