173 Commits

Author SHA1 Message Date
Jakob Gruber
998f7b854d oauth 2.1 static 2026-03-25 11:02:07 +01:00
Thien Nguyen
66c716362b docs: add support mariadb-vector capabilities 2026-03-09 22:04:26 +07:00
DrMelone
1823165165 new env var 2026-03-08 02:07:06 +01:00
Idan Zairi
fafb49f9d8 docs: move Unraid guide to tutorials/integrations 2026-03-04 12:30:16 +02:00
Classic298
7cfe5d0194 Update langfuse.md 2026-03-03 20:52:08 +01:00
Felix Hummel
c5cdb10154 custom CA cert: use SSL_CERT_FILE
REQUESTS_CA_BUNDLE is proprietary to requests.

SSL_CERT_FILE is part of [PEP 476](https://peps.python.org/pep-0476/#trust-database).

Requests supports SSL_CERT_FILE too: https://github.com/psf/requests/issues/2899
2026-02-26 14:21:50 +01:00
Claude
9830bc151b Restructure OpenAI provider pages with tabbed mini-tutorials
- OpenAI page: Focus on OpenAI/Azure only, link to compatible page
  for all other providers
- OpenAI-Compatible page: Complete rewrite with tabbed provider guides
  - Cloud tabs: Anthropic, Google Gemini, DeepSeek, Mistral, Groq,
    Perplexity, MiniMax, OpenRouter, Amazon Bedrock
  - Local tabs: Lemonade, LM Studio, vLLM, LocalAI, Docker Model Runner
  - Added prominent warning about /models endpoint failing for some
    providers (Anthropic, Perplexity, MiniMax) with solution table
  - Fixed Google Gemini URL (removed trailing slash)
- Deleted minimax.md and amazon-bedrock.md tutorials (content moved
  into the compatible page tabs)

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 13:17:10 +00:00
Claude
68c7feca10 Add cross-links between scaling guide and troubleshooting docs
- scaling.md: Link each step to relevant troubleshooting sections
  (DB corruption, WebSocket errors, login loops, worker crashes,
  file access issues, logging, OpenTelemetry)
- multi-replica.mdx: Add scaling guide link in intro and Related Docs,
  plus links to Redis and RAG troubleshooting
- performance.md: Add scaling guide link in Scaling Infrastructure section
- redis.md: Add scaling guide link in "When is Redis Required?"
- connection-error.mdx: Add links to Redis tutorial, scaling guide,
  and multi-replica WebSocket troubleshooting
- Helm.md: Add scaling guide link alongside existing HA guide link

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 13:02:57 +00:00
Claude
c270f4b934 Document ChromaDB SQLite limitation for multi-worker/multi-replica deployments
ChromaDB's default local PersistentClient uses SQLite which is not fork-safe.
When uvicorn forks multiple workers, concurrent writes crash workers instantly.
Added warnings and guidance across env config, HA/scaling, performance,
troubleshooting, Docker Swarm, Helm, Redis, RAG, and enterprise architecture docs.

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 11:04:51 +00:00
DrMelone
583d65e13b slugs 2026-02-14 01:19:41 +01:00
DrMelone
380196a2b9 prettier 2026-02-14 01:03:59 +01:00
DrMelone
c10c8d15ec complete docs overhaul 2026-02-14 01:02:31 +01:00
Classic298
1e543ab28d Merge branch 'dev' into dev 2026-02-13 00:50:59 +01:00
Classic298
05cef7d75d Merge pull request #1057 from open-webui/main
sync
2026-02-12 18:43:40 +01:00
DrMelone
b82465c86a minimax 2026-02-12 18:35:00 +01:00
Colin Chen
c66159d0cc Update MiniMax integration instructions
Added additional information regarding connection verification errors related to model whitelisting.
2026-02-09 09:48:28 +08:00
DrMelone
c593e9fec9 Update amazon-bedrock.md 2026-02-04 18:49:20 +01:00
Classic298
9a6afbe143 Merge branch 'open-webui:dev' into dev 2026-02-04 18:45:41 +01:00
DrMelone
5c3f2562c0 redis 2026-02-03 21:26:28 +01:00
Classic298
99faa731e9 Update redis.md 2026-01-30 11:56:32 +01:00
Classic298
d63d247c37 Dev (#1041) 2026-01-29 17:53:35 +01:00
Classic298
27f9defab4 sync (#1040)
Co-authored-by: Friedrich Staufenbiel <friedrich.staufenbiel@berlin-bytes.de>
Co-authored-by: Alex Zolotarov <62614322+webgtx@users.noreply.github.com>
Co-authored-by: MaxDevNix <maxik.falb@gmail.com>
2026-01-29 08:38:52 +01:00
Friedrich Staufenbiel
bb26891736 docs: add entra group name sync tutorial 2026-01-14 19:10:03 +01:00
Classic298
122162e1bf Merge pull request #957 from open-webui/main 2026-01-04 23:35:13 +01:00
Classic298
3502f69b15 Update minimax.md 2026-01-04 23:34:00 +01:00
Classic298
8a2d3a35db Merge pull request #956 from open-webui/main 2026-01-04 23:29:31 +01:00
DrMelone
7629475ba8 minimax tutorial 2026-01-04 23:28:10 +01:00
DrMelone
bf51b74630 mcp 2025-12-28 21:24:46 +01:00
DrMelone
17a9e0e1cf temporary chat information on document processing 2025-12-21 11:36:45 +01:00
DrMelone
77acd2064f fix more links 2025-12-20 21:26:51 +01:00
DrMelone
80d6b78caa webui secret key 2025-12-20 21:01:56 +01:00
Classic298
d14549c62e Update redis.md 2025-12-08 23:28:03 +01:00
silentoplayz
7b732b6429 Update mcp-notion.mdx 2025-11-28 23:13:11 -05:00
silentoplayz
1719934e10 docs: Notion MCP refactor 2025-11-27 06:16:02 -05:00
silentoplayz
8cf906925f wording 2025-11-27 04:53:27 -05:00
silentoplayz
f1d6906eb7 docs: Notion MCP refac 2025-11-27 04:50:20 -05:00
silentoplayz
bd70b91346 Update mcp-notion.mdx 2025-11-26 00:06:47 -05:00
silentoplayz
bd1da2b827 feat(docs): Add documentation for Notion (MCP) Integration
Adds a new, detailed guide for connecting Open WebUI to a Notion workspace using the Model Context Protocol (MCP).

This documentation covers the entire setup process, from creating an internal integration in Notion to configuring the tool in Open WebUI using both Streamable HTTP and local CLI methods. It also includes usage examples and troubleshooting tips.
2025-11-25 23:41:24 -05:00
Classic298
bd20fa2b69 Update onedrive-sharepoint.mdx 2025-11-23 21:21:10 +01:00
Classic298
81b44d6d0d Update onedrive-sharepoint.mdx 2025-11-23 21:20:24 +01:00
Timothy Jaeryang Baek
365e40a9d5 refac: reorganisation 2025-11-13 18:39:14 -05:00
silentoplayz
3ca92b8ee6 Remove emojis as requested 2025-11-13 16:03:29 -05:00
silentoplayz
551a24b417 docs: Reorganize and expand ComfyUI image-generation docs
- Move all image-generation content into docs/image-generation-and-editing/
- Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation)
- Explain how to set node IDs in Open WebUI
- Add example setups for Qwen and FLUX.1 models
- Fix broken links and tidy formatting
2025-11-11 21:03:33 -05:00
silentoplayz
12df94fe51 semicolon 2025-11-10 02:03:56 -05:00
silentoplayz
dcf6337614 docs: Strengthen CORS warnings for WebSocket connections
This commit strengthens the warnings in the Redis and Nginx Proxy Manager documentation regarding the `C-S_ALLOW_ORIGIN` environment variable.

- Replaced the `:::tip` block with a more prominent `:::danger` block in both files.
- Clarified that a misconfigured `CORS_ALLOW_ORIGIN` is a common and difficult-to-debug cause of WebSocket connection failures, especially in production or reverse-proxied setups.
- Emphasized that this step is critical and should not be skipped.
2025-11-10 02:00:13 -05:00
silentoplayz
095e88f796 docs: Mention CORS_ALLOW_ORIGIN in Redis documentation
Adds a tip to the Redis integration documentation to mention the necessity of `CORS_ALLOW_ORIGIN` for WebSocket connections. This is a common issue that can be difficult to debug.
2025-11-08 16:12:10 -05:00
Classic298
20364c627c Update redis.md 2025-11-06 22:11:53 +01:00
Selene Blok
247922a43e docs(Azure OpenAI): Add initial version of Azure OpenAI with EntraID docs 2025-10-10 17:15:09 +02:00
silentoplayz
06fe790116 revert: ## -> # 2025-10-09 15:22:08 -04:00
silentoplayz
3e3da9e0a0 chore: format 2025-10-09 12:47:06 -04:00