audit(gremlin): radarr PASS 2026-04-27

This commit is contained in:
traveler 2026-04-27 06:31:48 -05:00
parent b9a8579c6b
commit fb1a8b6a49

View file

@ -0,0 +1,38 @@
---
title: Audit - radarr.yaml
description: Gremlin audit report 2026-04-27
published: true
date: 2026-04-27T11:31:48.067Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-27T11:31:48.067Z
---
# Audit Report — radarr.yaml
**Date:** 2026-04-27
**File:** swarm/radarr.yaml
**Type:** Docker Swarm
**Verdict:** PASS
---
**Homepage Labels Check**
PASS: All required homepage labels (`homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description`) are present and correctly configured.
**Uptime Kuma Labels Check**
PASS: Both Uptime Kuma labels (`kuma.radarr.http.name` and `kuma.radarr.http.url`) are present and correctly configured.
**Caddy Labels on Exposed Services Check**
PASS: Caddy labels for the Radarr service (`caddy=radarr.netgrimoire.com` and `caddy.reverse_proxy=radarr:7878`) are present and correctly configured.
**Placement Constraints Check**
PASS: Node hostname constraint (`node.hostname==docker5`) is correctly set. The constraints excluding `arm64` and `arm` architectures should be reviewed if not applicable to the cluster configuration.
**Volumes Use /DockerVol/<service> Path Convention Check**
PASS: Volume paths follow the `/DockerVol/Radarr:/config` convention, which is consistent with the naming convention.
**Network References External netgrimoire Overlay Check**
PASS: The service references an external network `netgrimoire`, which is correctly set to be used by other services in the swarm.
**VERDICT: PASS**