audit(gremlin): firefox FAIL 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:12:53 -05:00
parent 94e5007d24
commit ea17271d54

View file

@ -0,0 +1,56 @@
---
title: Audit - firefox.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:12:53.190Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:12:53.190Z
---
# Audit Report — firefox.yaml
**Date:** 2026-04-13
**File:** swarm/firefox.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
1. **Homepage labels**:
- `homepage.group`: "Remote Access"
- `homepage.name`: "Firefox"
- `homepage.icon`: "firefox.png"
- `homepage.href`: "https://firefox.netgrimoire.com"
- `homepage.description`: "Remote Browser"
**PASS**
2. **Uptime Kuma labels**:
- `kuma.ff.http.name`: "Firefox"
- `kuma.ff.http.url`: "http://firefox:5800"
**FAIL**: Uptime Kuma labels are missing. They should be named according to the convention used for other services.
3. **Caddy labels on exposed services**:
- `caddy`: "firefox.netgrimoire.com"
- `caddy.reverse_proxy`: "http://firefox:5800"
**PASS**
4. **Placement constraints**:
- No placement constraints defined.
**FAIL**: Placement constraints are missing for better service management and scalability.
5. **Volumes use /DockerVol/<service> path convention**:
- `/data/nfs/znas/Docker/firefox` does not follow the `/DockerVol/<service>` path convention.
**FAIL**: The volume path should be updated to `/DockerVol/firefox`.
6. **Network references external netgrimoire overlay**:
- `netgrimoire` network is external.
**PASS**
**VERDICT: FAIL**