From c23ef646aedd3bd2b0f7a91d503cc2fe46fb7db3 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 2 Apr 2026 22:11:28 -0500 Subject: [PATCH] audit(gremlin): profilarr PASS 2026-04-03 --- Netgrimoire/Audits/profilarr-2026-04-03.md | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Netgrimoire/Audits/profilarr-2026-04-03.md diff --git a/Netgrimoire/Audits/profilarr-2026-04-03.md b/Netgrimoire/Audits/profilarr-2026-04-03.md new file mode 100644 index 0000000..77090a3 --- /dev/null +++ b/Netgrimoire/Audits/profilarr-2026-04-03.md @@ -0,0 +1,44 @@ +--- +title: Audit - profilarr.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T03:11:28.457Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T03:11:28.457Z +--- + +# Audit Report — profilarr.yaml + +**Date:** 2026-04-03 +**File:** swarm/profilarr.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +1. **Homepage labels**: + - `homepage.group`: "Jolly Roger" - PASS + - `homepage.name`: "Profilarr" - PASS + - `homepage.icon`: "profilarr" - PASS (Note: This should be a valid icon URL or path, not just the name of the service) + - `homepage.href`: "https://profilarr.netgrimoire.com" - PASS + - `homepage.description`: "Profilarr" - PASS + +2. **Uptime Kuma labels**: + - `kuma.profilarr.http.name`: "profilarr" - PASS + - `kuma.profilarr.http.url`: "http://profilarr.netgrimoire.com" - PASS + +3. **Caddy labels on exposed services**: + - `caddy: "profilarr.netgrimoire.com"` - PASS + - `caddy.reverse_proxy: "{{upstreams 6868}}"` - PASS + +4. **Placement constraints**: + - `node.hostname == docker4` - PASS + +5. **Volumes use /DockerVol/ path convention**: + - `/DockerVol/profilarr:/config` - PASS + +6. **Network references external netgrimoire overlay**: + - `netgrimoire` network is marked as `external: true`, ensuring it is referenced correctly in the compose file. - PASS + +VERDICT: PASS \ No newline at end of file