audit(gremlin): dozzle FAIL 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:10:27 -05:00
parent 06dbd5039f
commit cb0445ebd1

View file

@ -0,0 +1,42 @@
---
title: Audit - dozzle.yaml
description: Gremlin audit report 2026-05-04
published: true
date: 2026-05-04T11:10:27.930Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-05-04T11:10:27.930Z
---
# Audit Report — dozzle.yaml
**Date:** 2026-05-04
**File:** swarm/dozzle.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Results:
1. **Homepage labels**:
- **PASS**: All required homepage labels (`homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description`) are present and correctly configured.
2. **Uptime Kuma labels**:
- **FAIL**: No Uptime Kuma labels found. If Uptime Kuma is intended to be part of this stack, ensure the correct labels are added under the appropriate service section.
3. **Caddy labels on exposed services**:
- **PASS**: The `caddy` labels for `dozzle.netgrimoire.com` and reverse proxy configuration are present and correctly set up.
4. **Placement constraints**:
- **FAIL**: The placement constraint `node.hostname` is missing. Ensure that the correct `node.hostname` constraint is added to the `placement.constraints` section if specific node selection is required.
5. **Volumes use `/DockerVol/<service>` path convention**:
- **FAIL**: No volumes are defined in this file. If volume mappings are needed, add them under the appropriate service section using the `/DockerVol/<service>` path convention.
6. **Network references external `netgrimoire` overlay**:
- **PASS**: The network `netgrimoire` is correctly referenced as an external overlay network.
### VERDICT: FAIL
There are issues with Uptime Kuma labels, missing placement constraints, and no volume mappings defined in the provided `dozzle.yaml` file. Address these items to ensure the configuration meets all requirements.