[PR #807] [CLOSED] Redis additional options #825

Closed
opened 2026-02-15 18:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/807
Author: @adam-skalicky
Created: 11/10/2025
Status: Closed

Base: devHead: redis_additional_options


📝 Commits (10+)

  • f59f015 docs: update webhook integrations documentation
  • 586f312 docs: update Customizable Banners documentation
  • 095e88f docs: Mention CORS_ALLOW_ORIGIN in Redis documentation
  • b0c3da0 Merge pull request #802 from silentoplayz/docs-redis-cors-mention
  • ba35b18 feat: Add Docker Desktop Extension to quickstart guide
  • ffd868a Merge pull request #803 from westbrook-ai/quickstart-docker-extension
  • fed774c Merge pull request #781 from silentoplayz/customizable-banners
  • e3338ef Merge pull request #780 from silentoplayz/webhook-integrations
  • 0f77b3c docs: add documentation for Exa AI web search integration
  • a032e16 Merge pull request #805 from silentoplayz/docs-exa-ai-integration

📊 Changes

9 files changed (+437 additions, -73 deletions)

View changed files

📝 docs/features/interface/banners.md (+57 -38)
📝 docs/features/interface/webhooks.md (+74 -29)
📝 docs/getting-started/env-configuration.mdx (+84 -3)
📝 docs/getting-started/quick-start/index.mdx (+9 -2)
docs/getting-started/quick-start/tab-docker/DockerDesktopExtension.md (+6 -0)
📝 docs/tutorials/integrations/redis.md (+44 -0)
📝 docs/tutorials/tab-nginx/NginxProxyManager.md (+17 -0)
📝 docs/tutorials/web-search/exa.md (+62 -1)
📝 docs/tutorials/web-search/jina.md (+84 -0)

📄 Description

Added docs for additional redis options added in https://github.com/open-webui/open-webui/pull/19091


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/807 **Author:** [@adam-skalicky](https://github.com/adam-skalicky) **Created:** 11/10/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `redis_additional_options` --- ### 📝 Commits (10+) - [`f59f015`](https://github.com/open-webui/docs/commit/f59f01525ae923fa12dc72d4dcce02dc3d057273) docs: update webhook integrations documentation - [`586f312`](https://github.com/open-webui/docs/commit/586f312f9b209196498a1eaed2630b45e8ff5403) docs: update Customizable Banners documentation - [`095e88f`](https://github.com/open-webui/docs/commit/095e88f79603340ed93454e432a87871b3286393) docs: Mention CORS_ALLOW_ORIGIN in Redis documentation - [`b0c3da0`](https://github.com/open-webui/docs/commit/b0c3da037fdef0ceb135c163ac1c862e1add1d3d) Merge pull request #802 from silentoplayz/docs-redis-cors-mention - [`ba35b18`](https://github.com/open-webui/docs/commit/ba35b1883ba9c68585a3fd5956e465921991c3e5) feat: Add Docker Desktop Extension to quickstart guide - [`ffd868a`](https://github.com/open-webui/docs/commit/ffd868a26014b508209c57e414d8c1ba6406c65b) Merge pull request #803 from westbrook-ai/quickstart-docker-extension - [`fed774c`](https://github.com/open-webui/docs/commit/fed774c57ba31b500f775047c835f3c554d0f8e1) Merge pull request #781 from silentoplayz/customizable-banners - [`e3338ef`](https://github.com/open-webui/docs/commit/e3338ef73491a8a40a929bd634facbba0bba7e2e) Merge pull request #780 from silentoplayz/webhook-integrations - [`0f77b3c`](https://github.com/open-webui/docs/commit/0f77b3c120db4ae068fffa53ed35d7d512601fe9) docs: add documentation for Exa AI web search integration - [`a032e16`](https://github.com/open-webui/docs/commit/a032e16c86003a66f5f698493385145d8c2682e3) Merge pull request #805 from silentoplayz/docs-exa-ai-integration ### 📊 Changes **9 files changed** (+437 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/interface/banners.md` (+57 -38) 📝 `docs/features/interface/webhooks.md` (+74 -29) 📝 `docs/getting-started/env-configuration.mdx` (+84 -3) 📝 `docs/getting-started/quick-start/index.mdx` (+9 -2) ➕ `docs/getting-started/quick-start/tab-docker/DockerDesktopExtension.md` (+6 -0) 📝 `docs/tutorials/integrations/redis.md` (+44 -0) 📝 `docs/tutorials/tab-nginx/NginxProxyManager.md` (+17 -0) 📝 `docs/tutorials/web-search/exa.md` (+62 -1) 📝 `docs/tutorials/web-search/jina.md` (+84 -0) </details> ### 📄 Description Added docs for additional redis options added in https://github.com/open-webui/open-webui/pull/19091 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:18 -05:00
yindo closed this issue 2026-02-15 18:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#825