audit(gremlin): glance FAIL 2026-05-04
This commit is contained in:
parent
35f93bef89
commit
7caa2f3bf8
1 changed files with 34 additions and 0 deletions
34
Netgrimoire/Audits/glance-2026-05-04.md
Normal file
34
Netgrimoire/Audits/glance-2026-05-04.md
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
title: Audit - glance.yaml
|
||||||
|
description: Gremlin audit report 2026-05-04
|
||||||
|
published: true
|
||||||
|
date: 2026-05-04T11:14:52.434Z
|
||||||
|
tags: gremlin,audit
|
||||||
|
editor: markdown
|
||||||
|
dateCreated: 2026-05-04T11:14:52.434Z
|
||||||
|
---
|
||||||
|
|
||||||
|
# Audit Report — glance.yaml
|
||||||
|
|
||||||
|
**Date:** 2026-05-04
|
||||||
|
**File:** swarm/glance.yaml
|
||||||
|
**Type:** Docker Swarm
|
||||||
|
**Verdict:** FAIL
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**SWARM AUDIT**
|
||||||
|
|
||||||
|
1. **Homepage labels**: All homepage labels are present and correctly formatted.
|
||||||
|
2. **Uptime Kuma labels**: Both kuma.glance.http.name and kuma.glance.http.url are present and correctly formatted.
|
||||||
|
3. **Caddy labels on exposed services**:
|
||||||
|
- `caddy: "home.netgrimoire.com"` is correct.
|
||||||
|
- `caddy.reverse_proxy: "glance:8080"` is correct, but should be `http://glance:8080` for clarity.
|
||||||
|
4. **Placement constraints**: There are no placement constraints defined in the YAML file.
|
||||||
|
5. **Volumes use /DockerVol/<service> path convention**:
|
||||||
|
- The volume path `/data/nfs/znas/Docker/glance:/app/config` does not follow the `/DockerVol/<service>` convention. It should be updated to match this pattern for consistency and clarity.
|
||||||
|
6. **Network references external netgrimoire overlay**: The network `netgrimoire` is correctly referenced as an external network.
|
||||||
|
|
||||||
|
**VERDICT: FAIL**
|
||||||
|
|
||||||
|
The volume path and possibly the Caddy reverse proxy URL need adjustments to meet the specified standards.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue