audit(gremlin): dockpeek FAIL 2026-04-20
This commit is contained in:
parent
e48dbaf594
commit
94a23d2719
1 changed files with 48 additions and 0 deletions
48
Netgrimoire/Audits/dockpeek-2026-04-20.md
Normal file
48
Netgrimoire/Audits/dockpeek-2026-04-20.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: Audit - dockpeek.yaml
|
||||
description: Gremlin audit report 2026-04-20
|
||||
published: true
|
||||
date: 2026-04-20T11:10:08.977Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-20T11:10:08.977Z
|
||||
---
|
||||
|
||||
# Audit Report — dockpeek.yaml
|
||||
|
||||
**Date:** 2026-04-20
|
||||
**File:** swarm/dockpeek.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
**SWARM AUDIT**
|
||||
|
||||
1. **Homepage labels**:
|
||||
- `homepage.group`: "Monitoring" - PASS
|
||||
- `homepage.name`: "Dockpeek" - PASS
|
||||
- `homepage.icon`: "docker" - PASS
|
||||
- `homepage.href`: "https://dockpeek.netgrimoire.com" - PASS
|
||||
|
||||
2. **Uptime Kuma labels**:
|
||||
- `kuma.dockpeek.http.name`: "Dockpeek" - PASS
|
||||
- `kuma.dockpeek.http.url`: "https://dockpeek.netgrimoire.com" - PASS
|
||||
|
||||
3. **Caddy labels on exposed services**:
|
||||
- `caddy=dockpeek.netgrimoire.com` - PASS
|
||||
- `caddy.reverse_proxy: "{{upstreams 8000}}"` - PASS
|
||||
|
||||
4. **Placement constraints**:
|
||||
- `node.role == manager` - PASS
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention**:
|
||||
- `/var/run/docker.sock:/var/run/docker.sock` - FAIL
|
||||
- Fix: Change to `/DockerVol/dockpeek/docker.sock`
|
||||
|
||||
6. **Network references external netgrimoire overlay**:
|
||||
- `netgrimoire` - PASS
|
||||
|
||||
**VERDICT: FAIL**
|
||||
|
||||
The volume path for Docker should follow the convention of `/DockerVol/<service>`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue