You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to connect my open-webui to searxng. I enabled json format by:
search:
···
# remove format to deny access, use lower case.
formats: [html, csv, json, rss]
I typed in the test url http://127.0.0.1:3001/search?q=this+is+a+test+query&format=json into my browser on my host machine and I got the json formating result in the brower. However, when I tested it using another container (open-webui container) in the same network by curl http://host.docker.internal:3001/search?q=this+is+a+test+query&format=json, I could only get html format response.
How To Reproduce
Install using docker desktop and docker-compose.yml as aforementioned.
Change only the formats value in the search part in the default settings.yaml as aforementioned.
This discussion was converted from issue #4470 on March 08, 2025 10:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Docker image Tag: 2025.3.7-488474750
Installed using docker desktop.
How did you install SearXNG?
Installed using a docker compose file as followed:
What happened?
I was trying to connect my
open-webuitosearxng. I enabled json format by:I typed in the test url http://127.0.0.1:3001/search?q=this+is+a+test+query&format=json into my browser on my host machine and I got the json formating result in the brower. However, when I tested it using another container (open-webui container) in the same network by
curl http://host.docker.internal:3001/search?q=this+is+a+test+query&format=json, I could only get html format response.How To Reproduce
Install using docker desktop and docker-compose.yml as aforementioned.
Change only the formats value in the search part in the default settings.yaml as aforementioned.
Expected behavior
Screenshots & Logs
Additional context
Beta Was this translation helpful? Give feedback.
All reactions