audit(gremlin): Calibre-web FAIL 2026-04-03
This commit is contained in:
parent
6327c35482
commit
1290101512
1 changed files with 19 additions and 22 deletions
|
|
@ -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-03T01:24:03.658Z
|
date: 2026-04-03T01:32:54.327Z
|
||||||
tags: gremlin,audit
|
tags: gremlin,audit
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-04-03T01:24:03.658Z
|
dateCreated: 2026-04-03T01:32:54.327Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# Audit Report — Calibre-web.yaml
|
# Audit Report — Calibre-web.yaml
|
||||||
|
|
@ -17,29 +17,26 @@ dateCreated: 2026-04-03T01:24:03.658Z
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Homepage Labels Check**
|
1. **Homepage labels**:
|
||||||
- **PASS**: homepage.group, homepage.name, homepage.description are present.
|
- **PASS**: homepage.group, homepage.name, homepage.icon, homepage.href, homepage.description are all present.
|
||||||
- **FAIL**: homepage.icon is missing. It should point to the location of the Calibre-web.png icon.
|
|
||||||
|
|
||||||
**Uptime Kuma Labels Check**
|
2. **Uptime Kuma labels**:
|
||||||
- **PASS**: kuma.cwa.http.name and kuma.cwa.http.url are correctly set.
|
- **FAIL**: Missing `kuma.cwa.http.name` and `kuma.cwa.http.url`. These should be added to ensure proper monitoring in Uptime Kuma.
|
||||||
|
|
||||||
**Caddy Labels on Exposed Services**
|
3. **Caddy labels on exposed services**:
|
||||||
- **PASS**: caddy label includes both domain names.
|
- **PASS**: caddy=books.netgrimoire.com , books.pncharris.com and caddy.reverse_proxy are correctly set.
|
||||||
- **FAIL**: caddy.reverse_proxy is incorrectly pointing to the service name rather than its port. It should be `calibre-web-automated:8083`.
|
|
||||||
|
|
||||||
**Placement Constraints Check**
|
4. **Placement constraints**:
|
||||||
- **PASS**: node.hostname constraint is correctly set for znas.
|
- **FAIL**: `node.hostname == znas` constraint should be reviewed as it may not apply to all nodes. Ensure this is correct for your environment.
|
||||||
|
|
||||||
**Volumes Use /DockerVol/ Path Convention**
|
5. **Volumes use /DockerVol/<service> path convention**:
|
||||||
- **FAIL**: The volumes are not using the `/DockerVol/<service>` path convention. For example, `- /data/nfs/znas/Data/media/books/library/Netgrimoire:/calibre-library:shared` should be moved to a directory under `/DockerVol`.
|
- **PASS**: All volumes follow the `/DockerVol/Calibre-web/Config`, `/data/nfs/znas/Data/media/books/library/Netgrimoire` conventions.
|
||||||
|
|
||||||
**Network References External netgrimoire Overlay**
|
6. **Network references external netgrimoire overlay**:
|
||||||
- **PASS**: The network references the external `netgrimoire` overlay.
|
- **PASS**: The service correctly references an external network `netgrimoire`.
|
||||||
|
|
||||||
**VERDICT: FAIL**
|
**VERDICT: FAIL**
|
||||||
|
|
||||||
Recommendations:
|
Explanation for the FAIL items:
|
||||||
1. Add `homepage.icon: "/path/to/Calibre-web.png"`.
|
- Uptime Kuma labels are missing essential keys that prevent proper monitoring.
|
||||||
2. Correct `caddy.reverse_proxy` to `calibre-web-automated:8083`.
|
- Placement constraints should be carefully reviewed to ensure they align with your cluster's architecture.
|
||||||
3. Move all volumes to follow the `/DockerVol/<service>` path convention.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue