audit(gremlin): gremlin-stack FAIL 2026-04-13
This commit is contained in:
parent
9c7903ea89
commit
72d7561399
1 changed files with 43 additions and 0 deletions
43
Netgrimoire/Audits/gremlin-stack-2026-04-13.md
Normal file
43
Netgrimoire/Audits/gremlin-stack-2026-04-13.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: Audit - gremlin-stack.yml
|
||||
description: Gremlin audit report 2026-04-13
|
||||
published: true
|
||||
date: 2026-04-13T11:46:25.459Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-13T11:46:25.459Z
|
||||
---
|
||||
|
||||
# Audit Report — gremlin-stack.yml
|
||||
|
||||
**Date:** 2026-04-13
|
||||
**File:** swarm/stack/Gremlin/gremlin-stack.yml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
### Audit Results
|
||||
|
||||
#### Homepage Labels
|
||||
All services have the required homepage labels correctly configured. **PASS**
|
||||
|
||||
#### Uptime Kuma Labels
|
||||
The `kuma` labels are set for the `ollama`, `qdrant`, and `n8n` services, indicating the correct HTTP service names and URLs. **PASS**
|
||||
|
||||
#### Caddy Labels on Exposed Services
|
||||
- **FAIL**: The `open-webui` service is missing the `caddy=<domain>` label.
|
||||
- **Fix**: Add `caddy=ai.netgrimoire.com` to the labels of the `open-webui` service.
|
||||
|
||||
#### Placement Constraints
|
||||
All services are correctly constrained to run on the node with `hostname == docker4`. **PASS**
|
||||
|
||||
#### Volumes Use /DockerVol/<service> Path Convention
|
||||
All services use the specified `/DockerVol/<service>` path convention for their volumes. **PASS**
|
||||
|
||||
#### Network References External netgrimoire Overlay
|
||||
All services reference the external `netgrimoire` network correctly. **PASS**
|
||||
|
||||
### VERDICT: FAIL
|
||||
|
||||
The audit found one issue that needs to be addressed to ensure all components are fully compliant with the requirements.
|
||||
Loading…
Add table
Add a link
Reference in a new issue