metadata
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
- Push these files to your HF Space repository (Docker SDK).
- In the Space Settings โ Variables, add:
SEARXNG_SECRETโ any long random string (e.g. output ofopenssl rand -hex 32)
- 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: truewith an external Redis.