diff --git a/Netgrimoire/Audits/firefox-2026-04-13.md b/Netgrimoire/Audits/firefox-2026-04-13.md new file mode 100644 index 0000000..95aa01c --- /dev/null +++ b/Netgrimoire/Audits/firefox-2026-04-13.md @@ -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/ path convention**: + - `/data/nfs/znas/Docker/firefox` does not follow the `/DockerVol/` 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** \ No newline at end of file