audit(gremlin): bazarr FAIL 2026-04-03

This commit is contained in:
traveler 2026-04-02 20:38:40 -05:00
parent dfcaba0272
commit c07481ed1a

View file

@ -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.<n>.http.name` and `kuma.<n>.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/<service> 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.