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

This commit is contained in:
traveler 2026-04-02 20:40:22 -05:00
parent 5d3477e986
commit 33d47b50fd

View file

@ -0,0 +1,50 @@
---
title: Audit - beszel.yaml
description: Gremlin audit report 2026-04-03
published: true
date: 2026-04-03T01:40:22.839Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-03T01:40:22.839Z
---
# Audit Report — beszel.yaml
**Date:** 2026-04-03
**File:** swarm/beszel.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Report for `swarm/beszel.yaml`
1. **Homepage Labels**:
- `homepage.group`: **PASS**
- `homepage.name`: **PASS**
- `homepage.icon`: **PASS**
- `homepage.href`: **PASS**
- `homepage.description`: **PASS**
2. **Uptime Kuma Labels**:
- `kuma.beszel.http.name`: **PASS**
- `kuma.beszel.http.url`: **PASS**
3. **Caddy Labels on Exposed Services**:
- `caddy=beszel.netgrimoire.com`: **PASS**
- `caddy.reverse_proxy={{upstreams 8090}}`: **PASS**
4. **Placement Constraints**:
- `node.labels.general == true`: **FAIL**
- **Issue**: The placement constraint refers to a node label (`general`) that is not explicitly defined in the constraints section.
- **Fix**: Define a specific label on nodes or correct the label name if it should be another predefined one.
5. **Volumes Use /DockerVol/<service> Path Convention**:
- `/data/nfs/znas/Docker/beszel:/beszel_data`: **FAIL**
- **Issue**: The volume path does not follow the expected convention (`/DockerVol/<service>`).
- **Fix**: Change the volume path to use the standard convention, e.g., `/DockerVol/beszel:/beszel_data`.
6. **Network References External Netgrimoire Overlay**:
- `netgrimoire`: **PASS**
### VERDICT: FAIL