From c07481ed1a86af9fafdc580566cecc6f6fd94b9f Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 20:38:40 -0500 Subject: [PATCH] audit(gremlin): bazarr FAIL 2026-04-03 --- Netgrimoire/Audits/bazarr-2026-04-03.md | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Netgrimoire/Audits/bazarr-2026-04-03.md diff --git a/Netgrimoire/Audits/bazarr-2026-04-03.md b/Netgrimoire/Audits/bazarr-2026-04-03.md new file mode 100644 index 0000000..36c4448 --- /dev/null +++ b/Netgrimoire/Audits/bazarr-2026-04-03.md @@ -0,0 +1,42 @@ +--- +title: Audit - bazarr.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T01:38:40.065Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T01:38:40.065Z +--- + +# Audit Report — bazarr.yaml + +**Date:** 2026-04-03 +**File:** swarm/bazarr.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### 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. + +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`. + +3. **Caddy labels on exposed services**: + - **PASS**: Caddy labels (`caddy`, `caddy.import`, `caddy.reverse_proxy`) are correctly defined. + +4. **Placement constraints**: + - **PASS**: The placement constraint `node.hostname == docker4` is correctly specified. + +5. **Volumes use /DockerVol/ path convention**: + - **PASS**: Volumes are correctly named with the `/DockerVol/bazarr/config` pattern. + +6. **Network references external netgrimoire overlay**: + - **PASS**: The network `netgrimoire` is correctly referenced as an external network. + +### 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