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

This commit is contained in:
traveler 2026-04-13 06:10:42 -05:00
parent 854c63cb60
commit 0640328d90

View file

@ -0,0 +1,43 @@
---
title: Audit - dozzle.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:10:42.155Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:10:42.155Z
---
# Audit Report — dozzle.yaml
**Date:** 2026-04-13
**File:** swarm/dozzle.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Results:
#### Homepage Labels:
- **PASS**: homepage.group, homepage.name, homepage.icon, homepage.href, homepage.description
#### Uptime Kuma Labels:
- **PASS**: kuma.dozzle.http.name, kuma.dozzle.http.url
#### Caddy Labels on Exposed Services:
- **FAIL**: No `caddy` labels found on exposed services.
- **Fix**: Add `caddy=<domain>` and `caddy.reverse_proxy` labels to the `dozzle` service.
#### Placement Constraints:
- **FAIL**: No placement constraints specified (`node.hostname`).
- **Fix**: Consider adding placement constraints if specific nodes are required for deployment.
#### Volumes Use `/DockerVol/<service>` Path Convention:
- **FAIL**: Volume path is `/var/run/docker.sock`.
- **Fix**: Update the volume path to use the convention `/DockerVol/dozzle`.
#### Network References External `netgrimoire` Overlay:
- **PASS**: The `dozzle` service references the external `netgrimoire` network.
### Final VERDICT: FAIL