Samantha-cl/searxng
0
SearXNG on Hugging Face Spaces
This is a self-hosted SearXNG instance for private web search.
Usage
Once deployed, use the Space URL as your SearXNG endpoint:
https://YOUR_USERNAME-searxng.hf.spaceConfiguration for OpenClaw
Add this to your OpenClaw config:
"plugins": {
"entries": {
"searxng": {
"enabled": true,
"config": {
"webSearch": {
"baseUrl": "https://YOUR_USERNAME-searxng.hf.space"
}
}
}
}
}