From a8a922f3e8543074c1aca4bda6155f1bfc481956 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Mon, 23 Mar 2026 01:30:21 +0100 Subject: [PATCH] README ia.enso: curl example for /ollama/api/tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Motivations:** - Match documented full URL with verification command. **Root causes:** - N/A. **Correctifs:** - N/A. **Evolutions:** - Native Ollama curl check in README. **Pages affectées:** - deploy/nginx/README-ia-enso.md --- deploy/nginx/README-ia-enso.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/nginx/README-ia-enso.md b/deploy/nginx/README-ia-enso.md index 9b75a70..ce85a78 100644 --- a/deploy/nginx/README-ia-enso.md +++ b/deploy/nginx/README-ia-enso.md @@ -127,6 +127,12 @@ curl -sS -o /dev/null -w "%{http_code}\n" \ Attendu : **200** avec le bon secret ; **401** sans en-tête ou secret incorrect. +API native Ollama (même Bearer) : + +```bash +curl -sS -H "Authorization: Bearer " https://ia.enso.4nkweb.com/ollama/api/tags +``` + ### AnythingLLM Navigateur : `https://ia.enso.4nkweb.com/anythingllm/` (redirection vers `/anythingllm/`). Connexion avec les identifiants **AnythingLLM**.