Thanks For Watching!
0:37 pull searxng image from docker
1:29 How to run searxng using docker desktop ui
2:59 Create internal docker network to allow open web-ui to make requests to searxng
4:54 Configure searxng yml file to allow json responses
6:30 Configure open web-ui web search settings
*Code To Copy & Paste*
docker pull docker.io/searxng/searxng:latest
/etc/searxng
docker network create ai-network
docker network connect ai-network searxng
docker network connect ai-network open-webui
curl -v "http://searxng:8080/search?q=docker&format=json"
http://searxng:8080/search?q=query&format=json