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
This commit is contained in:
Claude
2026-03-21 03:41:11 +00:00
parent e5e357a37d
commit cccf3afc4f
+2 -1
View File
@@ -554,7 +554,8 @@ services:
- ENABLE_RAG_WEB_SEARCH=true
- RAG_WEB_SEARCH_ENGINE=searxng
- SEARXNG_QUERY_URL=http://searxng:8080/search?q=<query>&format=json
- WEBUI_AUTH=false
- WEBUI_AUTH=true
- ENABLE_TOOL_SERVERS=true
depends_on:
ollama: {condition: service_healthy}