[PR #10684] [CLOSED] Searxng feature #61435

Closed
opened 2026-05-06 04:57:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10684
Author: @nabeelraza-7
Created: 2/24/2025
Status: Closed

Base: mainHead: searxng-feature


📝 Commits (10+)

  • 96c00d4 feat: adds user whitelisting for signup's
  • 550146a chore: merge upstream
  • 7cb4343 fix: increases node heap limit
  • 31488ed merge: new changes
  • 1d420d5 Merge branch 'open-webui-main'
  • 430b1e6 feat: adds searx integration
  • bd32794 chore: fixes volumes specs
  • e2c0d97 chore: updates env
  • df2030f chore: adds searx but broken
  • 9865e21 chore: resolves conflicts and merges upstream

📊 Changes

9 files changed (+702 additions, -26 deletions)

View changed files

📝 .env.example (+2 -1)
📝 Dockerfile (+1 -1)
backend/open_webui/apps/webui/routers/auths.py (+527 -0)
📝 backend/open_webui/constants.py (+20 -0)
📝 backend/open_webui/routers/auths.py (+29 -1)
📝 backend/requirements.txt (+1 -1)
📝 docker-compose.yaml (+33 -22)
searxng/settings.yml (+35 -0)
searxng/uwsgi.ini (+54 -0)

📄 Description

Ran using docker compose up -d


🔄 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/open-webui/pull/10684 **Author:** [@nabeelraza-7](https://github.com/nabeelraza-7) **Created:** 2/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `searxng-feature` --- ### 📝 Commits (10+) - [`96c00d4`](https://github.com/open-webui/open-webui/commit/96c00d40486f0a381922b03675dcfde2d46c5184) feat: adds user whitelisting for signup's - [`550146a`](https://github.com/open-webui/open-webui/commit/550146aebc73a539ea752aa79e636da0e8882aa1) chore: merge upstream - [`7cb4343`](https://github.com/open-webui/open-webui/commit/7cb434377fcfd4b4be7b4327f2126f4bc7dfd31d) fix: increases node heap limit - [`31488ed`](https://github.com/open-webui/open-webui/commit/31488ed1fcf6c3f36cf7ce0209aaefb348500cf0) merge: new changes - [`1d420d5`](https://github.com/open-webui/open-webui/commit/1d420d51234d8a0175ef00e4884a5d496bb0dc84) Merge branch 'open-webui-main' - [`430b1e6`](https://github.com/open-webui/open-webui/commit/430b1e6af474beaef964e111c63aa1d30d9fcf4a) feat: adds searx integration - [`bd32794`](https://github.com/open-webui/open-webui/commit/bd3279462631224535f92f5f25d1cc8c43c587cd) chore: fixes volumes specs - [`e2c0d97`](https://github.com/open-webui/open-webui/commit/e2c0d978ba37dd08cebd2dc0bc172814478deebc) chore: updates env - [`df2030f`](https://github.com/open-webui/open-webui/commit/df2030fb4c946c4e73081a1b5dcfad301fc778ba) chore: adds searx but broken - [`9865e21`](https://github.com/open-webui/open-webui/commit/9865e217a9adde73eb72a84cf178ab42518902af) chore: resolves conflicts and merges upstream ### 📊 Changes **9 files changed** (+702 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -1) 📝 `Dockerfile` (+1 -1) ➕ `backend/open_webui/apps/webui/routers/auths.py` (+527 -0) 📝 `backend/open_webui/constants.py` (+20 -0) 📝 `backend/open_webui/routers/auths.py` (+29 -1) 📝 `backend/requirements.txt` (+1 -1) 📝 `docker-compose.yaml` (+33 -22) ➕ `searxng/settings.yml` (+35 -0) ➕ `searxng/uwsgi.ini` (+54 -0) </details> ### 📄 Description Ran using `docker compose up -d` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 04:57:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#61435