audit(gremlin): glance FAIL 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:14:52 -05:00
parent 35f93bef89
commit 7caa2f3bf8

View 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.