- 确保已经安装了 Docker。
- 拉取并启动 SearXNG 容器:
docker run --name searxng \ -p 8080:8080 \ -d searxng/searxng:latest
- 打开浏览器并访问
http://localhost:8080
,即可使用 SearXNG 搜索。 - 注:需要在配置中启用
json
返回才能使用以下功能,可参考官方配置文件 Use Default Settings
formats:
- html
- json
- 拉取并启动 SearXNG Search Plugin 容器:
docker run --name searxng_lobechat \ -p 3000:3000 \ -e PRODUCTION_URL="https://plugin.example.org" \ -d hezhijie0327/lobechat:searxng
- 打开 LobeChat 并添加插件
- 调整插件参数
- 注:若使用反向代理且使用与 LobeChat 相同主域名时,可使用 Rewrite 路径
/searxng-search/manifest.json
,/searxng-search/api/gateway
,/searxng-search/api/search