From cccf3afc4f2170d2e4a359f80cbf24507580120e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 03:41:11 +0000 Subject: [PATCH] Enable tool servers and auth in Open WebUI config - WEBUI_AUTH=true: require login (auth was disabled by default) - ENABLE_TOOL_SERVERS=true: unlocks the MCP/OpenAPI tool server UI https://claude.ai/code/session_012gDnantBmFTWZGCiKyjazx --- local-ai-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local-ai-setup.sh b/local-ai-setup.sh index 263be2c..92d6a45 100755 --- a/local-ai-setup.sh +++ b/local-ai-setup.sh @@ -554,7 +554,8 @@ services: - ENABLE_RAG_WEB_SEARCH=true - RAG_WEB_SEARCH_ENGINE=searxng - SEARXNG_QUERY_URL=http://searxng:8080/search?q=&format=json - - WEBUI_AUTH=false + - WEBUI_AUTH=true + - ENABLE_TOOL_SERVERS=true depends_on: ollama: {condition: service_healthy}