Commit Graph

1987 Commits

Author SHA1 Message Date
Classic298
57f1b79bb8 Update env-configuration.mdx 2025-11-12 18:41:23 +01:00
Classic298
d8ab6ee366 Update env-configuration.mdx 2025-11-12 18:32:30 +01:00
Classic298
3f165ca650 Update env-configuration.mdx 2025-11-12 18:26:59 +01:00
Classic298
3d40a8ab59 Update env-configuration.mdx 2025-11-11 18:23:58 +01:00
Classic298
b45b765c6f Update env-configuration.mdx 2025-11-11 18:12:37 +01:00
Classic298
dab2190019 Update env-configuration with maintenance warnings
Added warnings and information about community-maintained vector stores and multitenancy risks.
2025-11-10 16:28:46 +01:00
Classic298
177685d394 Merge pull request #806 from silentoplayz/docs-enhance-jina-integration-guide 2025-11-10 08:36:43 +01: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
be276c25a5 Update jina.md 2025-11-09 18:32:31 -05:00
Tim Baek
a032e16c86 Merge pull request #805 from silentoplayz/docs-exa-ai-integration
docs: add documentation for Exa AI web search integration
2025-11-09 17:14:19 -05:00
silentoplayz
0f77b3c120 docs: add documentation for Exa AI web search integration
Creates a new documentation page for the Exa AI web search engine.

This page provides a comprehensive guide that includes:
- An overview of Exa AI's features.
- A clear explanation of its credit-based pricing model, including the initial free credits for new users.
- Step-by-step instructions on how to obtain an API key.
- Configuration details for setting up the integration in Open WebUI, both through the admin panel and via environment variables.
2025-11-09 16:44:17 -05:00
Tim Baek
e3338ef734 Merge pull request #780 from silentoplayz/webhook-integrations
docs: update webhook integrations documentation
2025-11-09 15:52:24 -05:00
Tim Baek
fed774c57b Merge pull request #781 from silentoplayz/customizable-banners
docs: update Customizable Banners documentation
2025-11-09 15:52:00 -05:00
Tim Baek
ffd868a260 Merge pull request #803 from westbrook-ai/quickstart-docker-extension
feat: Add Docker Desktop Extension to quickstart guide
2025-11-08 21:37:08 -05:00
westbrook_ai
ba35b1883b feat: Add Docker Desktop Extension to quickstart guide 2025-11-08 18:39:17 -07:00
Classic298
b0c3da037f Merge pull request #802 from silentoplayz/docs-redis-cors-mention 2025-11-08 22:14:13 +01: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
c8fb59781e Merge pull request #796 from rrg92/patch-1 2025-11-07 22:59:10 +01:00
Classic298
5d8afea367 Fix typo in CORS and Direct Tools section
Corrected the term 'OpenWeb UI' to 'Open WebUI' for consistency.
2025-11-07 22:56:44 +01:00
Rodrigo Ribeiro Gomes
04c90de2a5 Document CORS requirements for direct external tools
Added section on CORS and direct tools, including example code for Node.js.
2025-11-07 12:18:20 -03:00
Classic298
634ab19d99 Document OAUTH_GROUPS_SEPARATOR environment variable
Added documentation for OAUTH_GROUPS_SEPARATOR variable.
2025-11-06 22:48:26 +01:00
Classic298
20364c627c Update redis.md 2025-11-06 22:11:53 +01:00
Classic298
ce5cc47370 Revise env configuration for multi-worker deployments
Updated environment variable documentation for OAUTH, Redis, and websocket support in multi-worker deployments.
2025-11-06 22:05:11 +01:00
Classic298
16ddb44ee5 Merge pull request #793 from open-webui/dev 2025-11-06 19:42:56 +01:00
Classic298
74843bff0e Update env-configuration.mdx 2025-11-06 10:06:49 +01:00
Classic298
e36e418543 Update env-configuration.mdx 2025-11-06 08:07:24 +01:00
Classic298
bdeefa3c13 Update env-configuration.mdx 2025-11-06 08:01:53 +01:00
Classic298
9b95bb47dc Update env-configuration.mdx 2025-11-06 08:00:52 +01:00
Classic298
6ebc7f29bf Merge pull request #792 from open-webui/main 2025-11-06 07:57:22 +01:00
Classic298
5da35b9d09 Merge pull request #790 from silentoplayz/add-WSL-docs 2025-11-04 20:30:32 +01:00
silentoplayz
5e30c6763c feat(docs): add WSL-specific documentation for Docker
Adds a new tab to the Docker quick start guide with instructions for setting up Open WebUI in a WSL environment. This should help users who are new to WSL and Docker get up and running more easily.
2025-11-04 14:17:05 -05:00
Classic298
49507377e5 Merge pull request #787 from MathisRouget/docs-fix-inadequate-tool-server-connections-json 2025-11-04 19:13:22 +01:00
MathisRouget
bf46b61798 docs: add warning about tool connections data structure possible evolution overtime 2025-11-02 11:47:35 +01:00
MathisRouget
3f19a66f5c docs: fix inadequate tool server connections json 2025-10-31 11:31:04 +01:00
Classic298
cbd51cb12e Merge pull request #786 from open-webui/main 2025-10-30 23:18:26 +01:00
Classic298
0e5f249391 Merge pull request #783 from EnigmaCurry/fix-trusted-header-examples 2025-10-28 22:35:12 +01:00
EnigmaCurry
148f35ccd5 Remove HOST var for Trusted Header examples in Docker Compose. 2025-10-28 14:57:04 -06:00
Timothy Jaeryang Baek
58655fca72 refac 2025-10-26 14:49:21 -07:00
Classic298
58d179e3c4 Merge pull request #776 from attilaolah/pr-18572
feat: document OAUTH_ROLES_SEPARATOR
2025-10-26 19:07:39 +01:00
Timothy Jaeryang Baek
6057fdc3f9 rm 2025-10-25 23:07:21 -07:00
silentoplayz
586f312f9b docs: update Customizable Banners documentation 2025-10-26 00:38:33 -04:00
silentoplayz
f59f01525a docs: update webhook integrations documentation 2025-10-25 23:17:02 -04:00
Classic298
e96c6a8218 Merge pull request #779 from silentoplayz/dev-note 2025-10-25 11:38:54 +02:00
silentoplayz
126b1cb9a2 Update development.md
Revert "Update development.md"

This reverts commit 6b8ef524db3de05219a4e12352632d133a9c8703.

Update development.md
2025-10-24 19:07:28 -04:00
Classic298
abf6f162b7 Merge pull request #778 from iPagar/mobile-menu 2025-10-24 17:52:09 +02:00
iPagar
abf4cc4c76 Merge branch 'main' into mobile-menu 2025-10-24 18:47:53 +04:00
Classic298
c9a2967d0c Merge pull request #777 from iPagar/socials 2025-10-24 16:40:48 +02:00
Pavel Garaev
49082b8d76 Add "Docs" and "Discord" links to header; style adjustments for GitHub and Discord links 2025-10-24 18:26:41 +04:00
Pavel Garaev
3a59258de5 fix: Visually group social icons 2025-10-24 17:40:40 +04:00