From 52fca38f0fc87bfd984d45eeec2538876841aa5a Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 6 Jun 2026 14:39:49 +0200 Subject: [PATCH] =?UTF-8?q?docs(env):=20correct=20OLLAMA=5FAPI=5FKEY=20com?= =?UTF-8?q?ment=20=E2=80=94=20tested=20on=200.6.5=20and=200.30.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both versions were tested and neither enforces the key. Comment updated to say "0.6.5 or 0.30.6" and surface archiv-net as the sole effective control. Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4755b847..1971e5cb 100644 --- a/.env.example +++ b/.env.example @@ -87,8 +87,8 @@ OLLAMA_MEM_LIMIT=8g # Ollama API key — set on the Ollama service to restrict inference API access on archiv-net. # Generate with: openssl rand -hex 32 -# NOTE: Empirically verified that OLLAMA_API_KEY is NOT enforced in Ollama 0.6.5 (ADR-028 §7). -# Retained for forward compatibility. Leave empty for unauthenticated access. +# NOTE: Empirically verified that OLLAMA_API_KEY is NOT enforced in Ollama 0.6.5 or 0.30.6 (ADR-028 §7). +# archiv-net network isolation is the only effective access control. Retained for forward compatibility. OLLAMA_API_KEY= # Production SMTP — uncomment and fill in to send real emails instead of catching them