diff --git a/Netgrimoire/Audits/bazarr-2026-04-03.md b/Netgrimoire/Audits/bazarr-2026-04-03.md index 36c4448..92b972b 100644 --- a/Netgrimoire/Audits/bazarr-2026-04-03.md +++ b/Netgrimoire/Audits/bazarr-2026-04-03.md @@ -2,10 +2,10 @@ title: Audit - bazarr.yaml description: Gremlin audit report 2026-04-03 published: true -date: 2026-04-03T01:38:40.065Z +date: 2026-04-03T01:48:20.514Z tags: gremlin,audit editor: markdown -dateCreated: 2026-04-03T01:38:40.065Z +dateCreated: 2026-04-03T01:48:20.514Z --- # Audit Report — bazarr.yaml @@ -17,26 +17,29 @@ dateCreated: 2026-04-03T01:38:40.065Z --- -### Audit Report for `swarm/bazarr.yaml` - -1. **Homepage labels**: - - **PASS**: All homepage labels (`homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description`) are correctly defined. +1. **Homepage labels**: + - `homepage.group`: PASSED + - `homepage.name`: PASSED + - `homepage.icon`: PASSED + - `homepage.href`: PASSED + - `homepage.description`: PASSED 2. **Uptime Kuma labels**: - - **FAIL**: No Uptime Kuma labels are found. To pass, add appropriate labels in the format `kuma..http.name` and `kuma..http.url`. - + - `kuma.bazarr.http.name`: PASSED + - `kuma.bazarr.http.url`: PASSED + 3. **Caddy labels on exposed services**: - - **PASS**: Caddy labels (`caddy`, `caddy.import`, `caddy.reverse_proxy`) are correctly defined. + - `caddy=bazarr.netgrimoire.com`: PASSED + - `caddy.reverse_proxy="{{upstreams 6767}}"`: PASSED 4. **Placement constraints**: - - **PASS**: The placement constraint `node.hostname == docker4` is correctly specified. + - `node.hostname == docker4`: PASSED -5. **Volumes use /DockerVol/ path convention**: - - **PASS**: Volumes are correctly named with the `/DockerVol/bazarr/config` pattern. +5. **Volumes use `/DockerVol/` path convention**: + - `/DockerVol/bazarr/config:/config`: PASSED + - `/data/nfs/Baxter/Data/:/data:shared`: WARNING - This volume does not follow the `/DockerVol/` path convention. -6. **Network references external netgrimoire overlay**: - - **PASS**: The network `netgrimoire` is correctly referenced as an external network. +6. **Network references external `netgrimoire` overlay**: + - `netgrimoire`: PASSED -### VERDICT: FAIL - -The audit report indicates that there is one failure, specifically related to the absence of Uptime Kuma labels. To resolve this, you need to add appropriate labels for Uptime Kuma according to your configuration. Once this issue is addressed, the overall status will be PASS. \ No newline at end of file +**Final line**: VERDICT: FAIL \ No newline at end of file