audit(gremlin): wiki FAIL 2026-04-20

This commit is contained in:
traveler 2026-04-20 06:45:10 -05:00
parent 303bb5bfbf
commit 253d30aa2b

View file

@ -0,0 +1,48 @@
---
title: Audit - wiki.yaml
description: Gremlin audit report 2026-04-20
published: true
date: 2026-04-20T11:45:10.043Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-20T11:45:10.043Z
---
# Audit Report — wiki.yaml
**Date:** 2026-04-20
**File:** swarm/wiki.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
**AUDIT RESULTS FOR swarm/wiki.yaml**
1. **Homepage labels**:
- **PASS**: `wikijs`, `drawio` services have all the required homepage labels.
2. **Uptime Kuma labels**:
- **FAIL**: Both `wikijs` and `drawio` services do not have `kuma.<n>.http.name` and `kuma.<n>.http.url` labels defined.
**Fix**: Add the following to each service's deploy block:
```yaml
labels:
kuma.wikijs.http.name: "Wiki.js"
kuma.wikijs.http.url: "https://wiki.netgrimoire.com"
kuma.drawio.http.name: "draw.io"
kuma.drawio.http.url: "https://draw.netgrimoire.com"
```
3. **Caddy labels on exposed services**:
- **PASS**: Both `wikijs` and `drawio` services have the required Caddy labels.
4. **Placement constraints**:
- **PASS**: All services are constrained to run on `dockerpi1`.
5. **Volumes use /DockerVol/<service> path convention**:
- **PASS**: All services use the correct `/DockerVol/<service>` volume naming convention.
6. **Network references external netgrimoire overlay**:
- **PASS**: Both services reference the external `netgrimoire` network.
**VERDICT: FAIL**