diff --git a/Netgrimoire/Audits/Calibre-web-2026-04-02.md b/Netgrimoire/Audits/Calibre-web-2026-04-02.md index c59e941..3663867 100644 --- a/Netgrimoire/Audits/Calibre-web-2026-04-02.md +++ b/Netgrimoire/Audits/Calibre-web-2026-04-02.md @@ -2,10 +2,10 @@ title: Audit - Calibre-web.yaml description: Gremlin audit report 2026-04-02 published: true -date: 2026-04-02T11:25:52.939Z +date: 2026-04-02T21:21:22.609Z tags: gremlin,audit editor: markdown -dateCreated: 2026-04-02T11:25:52.939Z +dateCreated: 2026-04-02T21:21:22.609Z --- # Audit Report — Calibre-web.yaml @@ -13,24 +13,39 @@ dateCreated: 2026-04-02T11:25:52.939Z **Date:** 2026-04-02 **File:** swarm/Calibre-web.yaml **Type:** Docker Swarm -**Verdict:** PASS +**Verdict:** FAIL --- -**Audit Results:** +**SWARM AUDIT — Check Results** -1. **Homepage Labels**: All homepage labels are present and configured correctly. -2. **Uptime Kuma Labels**: The kuma.labels are not being utilized; they should be used to configure Uptime Kuma with the correct name and URL. -3. **Caddy Labels on Exposed Services**: - - `caddy=books.netgrimoire.com , books.pncharris.com` is correctly set up for routing. - - However, the reverse proxy setting should use the service name instead of its hostname (`calibre-web-automated`) to avoid issues with service discovery in a Docker Swarm environment. -4. **Placement Constraints**: The constraint `node.hostname == znas` is applied correctly. -5. **Volumes Use /DockerVol/ Path Convention**: All volumes follow this convention, e.g., `/DockerVol/Calibre-web/Config`. -6. **Network References External netgrimoire Overlay**: The network reference to `netgrimoire` is external and correctly configured. +1. **Homepage labels**: + - `homepage.group`: PASS + - `homepage.name`: PASS + - `homepage.icon`: PASS + - `homepage.href`: PASS + - `homepage.description`: PASS -**Fixes:** +2. **Uptime Kuma labels**: + - `kuma.cwa.http.name`: PASS + - `kuma.cwa.http.url`: PASS -- Update Uptime Kuma labels for correct configuration. -- Modify Caddy reverse proxy setting to use the service name (`calibre-web-automated`) instead of its hostname. +3. **Caddy labels on exposed services**: + - `caddy=books.netgrimoire.com, books.pncharris.com`: PASS + - `caddy.reverse_proxy=calibre-web-automated:8083`: PASS -**VERDICT: PASS** \ No newline at end of file +4. **Placement constraints**: + - `node.hostname==znas`: PASS + +5. **Volumes use `/DockerVol/` path convention**: + - Volume `/DockerVol/Calibre-web/Config` for configuration files: PASS + - Volume `/calibre-library:/data/nfs/znas/Data/media/books/library/Netgrimoire` for library data: FAIL + - **Issue**: The volume is not using the recommended path convention (`/DockerVol/`). + - **Fix**: Update the volume path to `/DockerVol/calibre-web/Library`. + +6. **Network references external netgrimoire overlay**: + - `netgrimoire`: PASS + +**VERDICT: FAIL** + +The audit found one issue that needs to be addressed to meet all requirements. The volume for the library data should follow the `/DockerVol/` path convention. \ No newline at end of file