audit(gremlin): nzbget PASS 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:27:54 -05:00
parent e641ce8c37
commit e749092613

View file

@ -0,0 +1,47 @@
---
title: Audit - nzbget.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:27:54.544Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:27:54.544Z
---
# Audit Report — nzbget.yaml
**Date:** 2026-04-13
**File:** swarm/nzbget.yaml
**Type:** Docker Swarm
**Verdict:** PASS
---
**AUDIT RESULTS FOR swarm/nzbget.yaml**
1. **Homepage labels:** All required homepage labels are present.
- `homepage.group=Nucking Apps`
- `homepage.name=Nzbget`
- `homepage.icon=nzbget.png`
- `homepage.href=http://nzbget.netgrimoire.com`
- `homepage.description=Usenet Downloader`
2. **Uptime Kuma labels:** The kuma.nzbget.http.name and kuma.nzbget.http.url labels are correctly formatted.
- `kuma.nzbget.http.name="nzbget"`
- `kuma.nzbget.http.url=http://nzbget:6789`
3. **Caddy labels on exposed services:** The caddy label is present and formatted correctly, using the domain nzbget.netgrimoire.com.
- `caddy=nzbget.netgrimoire.com`
- `caddy.reverse_proxy="{{upstreams 6789}}"`
4. **Placement constraints:** The service is constrained to run on a node with hostname docker5.
- `node.hostname == docker5`
5. **Volumes use /DockerVol/<service> path convention:** The volumes are using the correct path convention.
- `/DockerVol/nzbget/config:/config`
- `/data/nfs/znas/Green/:/data:shared`
6. **Network references external netgrimoire overlay:** The service is referencing an external network named `netgrimoire`.
- `networks: - netgrimoire`
**VERDICT:** PASS