Netgrimoire/Netgrimoire/Audits/ollama-2026-04-20.md

1.3 KiB

title description published date tags editor dateCreated
Audit - ollama.yaml Gremlin audit report 2026-04-20 true 2026-04-20T11:29:39.562Z gremlin,audit markdown 2026-04-20T11:29:39.562Z

Audit Report — ollama.yaml

Date: 2026-04-20
File: swarm/ollama.yaml
Type: Docker Swarm
Verdict: FAIL


Homepage labels:
PASS - homepage.group, homepage.name, homepage.icon, homepage.href, homepage.description are correctly defined for all services.

Uptime Kuma labels:
FAIL - kuma.ollama.http.url is incorrect. It should be http://ollama:11434/api/tags instead of just /api/tags.

Caddy labels on exposed services:
PASS - caddy and reverse_proxy labels are correctly set for Open WebUI and n8n.

Placement constraints:
FAIL - node.hostname constraints are applied to all services, but docker4 should be docker-1 as per the environment configuration.

Volumes use /DockerVol/ path convention:
PASS - All volumes follow the /DockerVol/ naming convention.

Network references external netgrimoire overlay:
PASS - All services reference the external netgrimoire network correctly.

VERDICT: FAIL

Fixes required:

  1. Correct the kuma.ollama.http.url label.
  2. Update the docker4 hostname constraint to match the actual environment configuration.