audit(gremlin): radarr FAIL 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:33:58 -05:00
parent d97c8bdb64
commit ee86f149f4

View file

@ -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/<service> Path Convention:
- **PASS**: The volume `/DockerVol/Radarr:/config` follows the `/DockerVol/<service>` path convention.
#### 6. Network References External Netgrimoire Overlay:
- **PASS**: The service references the external `netgrimoire` network correctly.
### VERDICT: FAIL