--- 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.