audit(gremlin): hydra PASS 2026-04-13
This commit is contained in:
parent
1438168279
commit
812292281d
1 changed files with 47 additions and 0 deletions
47
Netgrimoire/Audits/hydra-2026-04-13.md
Normal file
47
Netgrimoire/Audits/hydra-2026-04-13.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
title: Audit - hydra.yaml
|
||||
description: Gremlin audit report 2026-04-13
|
||||
published: true
|
||||
date: 2026-04-13T11:16:01.613Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-13T11:16:01.613Z
|
||||
---
|
||||
|
||||
# Audit Report — hydra.yaml
|
||||
|
||||
**Date:** 2026-04-13
|
||||
**File:** swarm/hydra.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** PASS
|
||||
|
||||
---
|
||||
|
||||
**SWARM AUDIT — Check ALL of the following:**
|
||||
|
||||
1. **Homepage labels:**
|
||||
- `homepage.group`: `Media Search` (PASS)
|
||||
- `homepage.name`: `NZBHydra` (PASS)
|
||||
- `homepage.icon`: `nzbhydra2.png` (PASS)
|
||||
- `homepage.href`: `https://hydra.netgrimoire.com` (PASS)
|
||||
- `homepage.description`: `Usenet Search` (PASS)
|
||||
|
||||
2. **Uptime Kuma labels:**
|
||||
- `kuma.hydra.http.name`: `NZBHydra` (PASS)
|
||||
- `kuma.hydra.http.url`: `http://hydra2:5076` (PASS)
|
||||
|
||||
3. **Caddy labels on exposed services:**
|
||||
- `caddy=hydra.netgrimoire.com` (PASS)
|
||||
- `caddy.reverse_proxy=hydra2:5076` (PASS)
|
||||
|
||||
4. **Placement constraints:**
|
||||
- `node.labels.general == true` (PASS)
|
||||
|
||||
5. **Volumes use /DockerVol/<service> path convention:**
|
||||
- `/data/nfs/znas/Docker/hydra2/config` does not follow the `/DockerVol/` convention (FAIL). Fix: Use a path like `/DockerVol/hydra2/config`.
|
||||
- `/data/nfs/znas/Docker/hydra2/downloads` does not follow the `/DockerVol/` convention (FAIL). Fix: Use a path like `/DockerVol/hydra2/downloads`.
|
||||
|
||||
6. **Network references external netgrimoire overlay:**
|
||||
- `netgrimoire` is referenced as an external network (PASS)
|
||||
|
||||
**Final VERDICT:** FAIL
|
||||
Loading…
Add table
Add a link
Reference in a new issue