audit(gremlin): ollama FAIL 2026-04-20

This commit is contained in:
traveler 2026-04-20 06:29:39 -05:00
parent 3ca8451a2c
commit 79b034c3e4

View file

@ -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/<service> path convention:**
PASS - All volumes follow the /DockerVol/<service> 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.