diff --git a/Netgrimoire/Audits/vscode-2026-04-03.md b/Netgrimoire/Audits/vscode-2026-04-03.md new file mode 100644 index 0000000..88b7e43 --- /dev/null +++ b/Netgrimoire/Audits/vscode-2026-04-03.md @@ -0,0 +1,27 @@ +--- +title: Audit - vscode.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:23:58.891Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:23:58.891Z +--- + +# Audit Report — vscode.yaml + +**Date:** 2026-04-03 +**File:** swarm/vscode.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +1. **Homepage labels**: PASS - All required labels are present and correctly formatted. +2. **Uptime Kuma labels**: PASS - `kuma.cs.http.name` and `kuma.cs.http.url` are correctly set. +3. **Caddy labels on exposed services**: PASS - `caddy=code.netgrimoire.com` and `caddy.reverse_proxy=code-server:8443` are correctly specified. +4. **Placement constraints**: PASS - The constraint `node.hostname == znas` is present. +5. **Volumes use /DockerVol/ path convention**: FAIL - The volume for `Projects` does not follow the `/DockerVol/` path convention. It should be renamed to `/DockerVol/Code/projects`. +6. **Network references external netgrimoire overlay**: PASS - The network `netgrimoire` is correctly referenced as external. + +**VERDICT: FAIL** \ No newline at end of file