diff --git a/Netgrimoire/Audits/database-2026-05-04.md b/Netgrimoire/Audits/database-2026-05-04.md new file mode 100644 index 0000000..df0271c --- /dev/null +++ b/Netgrimoire/Audits/database-2026-05-04.md @@ -0,0 +1,50 @@ +--- +title: Audit - database.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:07:55.330Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:07:55.330Z +--- + +# Audit Report — database.yaml + +**Date:** 2026-05-04 +**File:** swarm/database.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +### SWARM AUDIT REPORT + +1. **Homepage labels**: + - `homepage.group`: PASS + - `homepage.name`: PASS + - `homepage.icon`: PASS + - `homepage.href`: PASS + - `homepage.description`: PASS + +2. **Uptime Kuma labels**: + - None found in the provided YAML. If this is intended, this can be considered a **PASS**. + +3. **Caddy labels on exposed services**: + - `caddy=pgadmin.netgrimoire.com`: PASS + - `caddy.reverse_proxy="{{upstreams 80}}"`: PASS + +4. **Placement constraints**: + - None specified, so this is considered a **PASS**. + +5. **Volumes use /DockerVol/ path convention**: + - No volumes are defined in the provided YAML, so this is considered a **PASS**. + +6. **Network references external netgrimoire overlay**: + - `networks:` + ```yaml + netgrimoire: + external: true + ``` + - This is correctly referencing an external network, so this is considered a **PASS**. + +### VERDICT: PASS \ No newline at end of file