audit(gremlin): ntfy FAIL 2026-04-20
This commit is contained in:
parent
73d7e7257e
commit
7c87d26f76
1 changed files with 56 additions and 0 deletions
56
Netgrimoire/Audits/ntfy-2026-04-20.md
Normal file
56
Netgrimoire/Audits/ntfy-2026-04-20.md
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
title: Audit - ntfy.yaml
|
||||
description: Gremlin audit report 2026-04-20
|
||||
published: true
|
||||
date: 2026-04-20T11:27:50.274Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-20T11:27:50.274Z
|
||||
---
|
||||
|
||||
# Audit Report — ntfy.yaml
|
||||
|
||||
**Date:** 2026-04-20
|
||||
**File:** swarm/ntfy.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
### SWARM AUDIT - ntfy.yaml
|
||||
|
||||
#### 1. Homepage Labels
|
||||
- **PASS**: homepage.group=Services
|
||||
- **PASS**: homepage.name=ntfy
|
||||
- **PASS**: homepage.icon=ntfy.png
|
||||
- **PASS**: homepage.href=https://ntfy.netgrimoire.com
|
||||
- **PASS**: homepage.description=Push Notifications
|
||||
|
||||
#### 2. Uptime Kuma Labels
|
||||
- **PASS**: kuma.ntfy.http.name=ntfy
|
||||
- **PASS**: kuma.ntfy.http.url=https://ntfy.netgrimoire.com
|
||||
|
||||
#### 3. Caddy Labels on Exposed Services
|
||||
- **FAIL**: No `caddy` labels are set on exposed services.
|
||||
|
||||
**Fix**:
|
||||
Add the following labels to the `services.ntfy` section:
|
||||
```yaml
|
||||
labels:
|
||||
caddy: ntfy.netgrimoire.com
|
||||
caddy.reverse_proxy: ntfy:80
|
||||
```
|
||||
|
||||
#### 4. Placement Constraints
|
||||
- **FAIL**: The placement constraints are using `node.platform.arch`, but there is no specific hostname constraint.
|
||||
|
||||
**Fix**:
|
||||
Add a specific hostname constraint if needed, or remove the platform architecture constraints if not relevant.
|
||||
|
||||
#### 5. Volumes Use /DockerVol/<service> Path Convention
|
||||
- **PASS**: Volumes follow the `/data/nfs/znas/Docker/ntfy` convention.
|
||||
|
||||
#### 6. Network References External netgrimoire Overlay
|
||||
- **PASS**: The network `netgrimoire` is referenced as an external overlay.
|
||||
|
||||
### VERDICT: FAIL
|
||||
Loading…
Add table
Add a link
Reference in a new issue