diff --git a/Netgrimoire/Audits/forgejo-2026-04-13.md b/Netgrimoire/Audits/forgejo-2026-04-13.md new file mode 100644 index 0000000..83c6e21 --- /dev/null +++ b/Netgrimoire/Audits/forgejo-2026-04-13.md @@ -0,0 +1,48 @@ +--- +title: Audit - forgejo.yaml +description: Gremlin audit report 2026-04-13 +published: true +date: 2026-04-13T11:13:36.578Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-13T11:13:36.578Z +--- + +# Audit Report — forgejo.yaml + +**Date:** 2026-04-13 +**File:** swarm/forgejo.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### Audit Results: + +1. **Homepage labels:** + - `homepage.group`: PASS + - `homepage.name`: PASS + - `homepage.icon`: PASS + - `homepage.href`: PASS + - `homepage.description`: PASS + +2. **Uptime Kuma labels:** + - `kuma.git.http.name`: PASS + - `kuma.git.http.url`: PASS + +3. **Caddy labels on exposed services:** + - `caddy=git.netgrimoire.com`: PASS + - `caddy.reverse_proxy=forgejo:3000`: PASS + +4. **Placement constraints:** + - `node.hostname == znas`: PASS + +5. **Volumes use /DockerVol/ path convention:** + - `/DockerVol/forgejo:/data`: PASS + - `/etc/timezone:/etc/timezone:ro`: FAIL (Correct path should be `/DockerVol/common/timezone`) + - `/etc/localtime:/etc/localtime:ro`: FAIL (Correct path should be `/DockerVol/common/localtime`) + +6. **Network references external netgrimoire overlay:** + - `netgrimoire`: PASS + +### VERDICT: FAIL \ No newline at end of file