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:
+2
-1
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user