xng / README.md
fomext's picture
Upload 4 files
700c429 verified
|
Raw
History Blame Contribute Delete
673 Bytes
---
title: SearXNG
emoji: πŸ”
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
---
# SearXNG on Hugging Face Spaces
A private, self-hosted metasearch engine. No tracking, no profiling.
## Setup
1. Push these files to your HF Space repository (Docker SDK).
2. In the Space **Settings β†’ Variables**, add:
- `SEARXNG_SECRET` β†’ any long random string (e.g. output of `openssl rand -hex 32`)
3. The Space will build and be live in ~2 minutes.
## Notes
- Runs on port 7860 as required by HF Spaces.
- The rate limiter is disabled (no Redis available in this setup).
- For a public instance, consider enabling `server.limiter: true` with an external Redis.