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

This commit is contained in:
traveler 2026-05-04 06:22:42 -05:00
parent c072c28729
commit d1b241b467

View file

@ -0,0 +1,43 @@
---
title: Audit - linkding.yaml
description: Gremlin audit report 2026-05-04
published: true
date: 2026-05-04T11:22:42.817Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-05-04T11:22:42.817Z
---
# Audit Report — linkding.yaml
**Date:** 2026-05-04
**File:** swarm/linkding.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
1. **Homepage labels**:
- `homepage.group`: PASS
- `homepage.name`: PASS
- `homepage.icon`: PASS
- `homepage.href`: PASS
- `homepage.description`: PASS
2. **Uptime Kuma labels**:
- No Uptime Kuma labels are present in the file. To pass this, you should add appropriate labels under the `deploy.labels` section.
3. **Caddy labels on exposed services**:
- `caddy=link.netgrimoire.com`: PASS
- `caddy.reverse_proxy`: PASS
4. **Placement constraints**:
- No placement constraints are present in the file. To pass this, you should add appropriate constraints under the `deploy.placement.constraints` section.
5. **Volumes use /DockerVol/<service> path convention**:
- The volume is specified as `/data/nfs/Baxter/Docker/linkding/data`. This does not follow the `/DockerVol/<service>` path convention. To pass this, you should change it to `/DockerVol/linkding`.
6. **Network references external netgrimoire overlay**:
- The network `netgrimoire` is referenced externally. This is correct and passes.
**VERDICT: FAIL**