From ee86f149f4901427ef53c4e7c9d4b41ce48236b9 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 4 May 2026 06:33:58 -0500 Subject: [PATCH] audit(gremlin): radarr FAIL 2026-05-04 --- Netgrimoire/Audits/radarr-2026-05-04.md | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Netgrimoire/Audits/radarr-2026-05-04.md diff --git a/Netgrimoire/Audits/radarr-2026-05-04.md b/Netgrimoire/Audits/radarr-2026-05-04.md new file mode 100644 index 0000000..4bd8cbd --- /dev/null +++ b/Netgrimoire/Audits/radarr-2026-05-04.md @@ -0,0 +1,42 @@ +--- +title: Audit - radarr.yaml +description: Gremlin audit report 2026-05-04 +published: true +date: 2026-05-04T11:33:58.204Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-05-04T11:33:58.204Z +--- + +# Audit Report — radarr.yaml + +**Date:** 2026-05-04 +**File:** swarm/radarr.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### Audit Report for `radarr.yaml` + +#### 1. Homepage Labels: +- **PASS**: All homepage labels (`homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description`) are present and correctly configured. + +#### 2. Uptime Kuma Labels: +- **PASS**: Both `kuma.radarr.http.name` and `kuma.radarr.http.url` are set correctly. + +#### 3. Caddy Labels on Exposed Services: +- **FAIL**: + - The `caddy.import_1: authentik` label is commented out and not included in the deployment. + - Solution: Uncomment or remove the comment to include the label if it's necessary. + +#### 4. Placement Constraints: +- **PASS**: Node hostname constraint (`node.hostname == docker5`) is correctly set. + +#### 5. Volumes Use /DockerVol/ Path Convention: +- **PASS**: The volume `/DockerVol/Radarr:/config` follows the `/DockerVol/` path convention. + +#### 6. Network References External Netgrimoire Overlay: +- **PASS**: The service references the external `netgrimoire` network correctly. + +### VERDICT: FAIL \ No newline at end of file