diff --git a/Netgrimoire/Audits/dozzle-2026-04-13.md b/Netgrimoire/Audits/dozzle-2026-04-13.md new file mode 100644 index 0000000..0eecbe5 --- /dev/null +++ b/Netgrimoire/Audits/dozzle-2026-04-13.md @@ -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=` 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/` 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 \ No newline at end of file