From 79b034c3e4e18834bbb7c6d67ac2719ae29c00fc Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 20 Apr 2026 06:29:39 -0500 Subject: [PATCH] audit(gremlin): ollama FAIL 2026-04-20 --- Netgrimoire/Audits/ollama-2026-04-20.md | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Netgrimoire/Audits/ollama-2026-04-20.md diff --git a/Netgrimoire/Audits/ollama-2026-04-20.md b/Netgrimoire/Audits/ollama-2026-04-20.md new file mode 100644 index 0000000..f39469d --- /dev/null +++ b/Netgrimoire/Audits/ollama-2026-04-20.md @@ -0,0 +1,42 @@ +--- +title: Audit - ollama.yaml +description: Gremlin audit report 2026-04-20 +published: true +date: 2026-04-20T11:29:39.562Z +tags: gremlin,audit +editor: markdown +dateCreated: 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. \ No newline at end of file