xng / README.md
fomext's picture
Upload 4 files
700c429 verified
|
Raw
History Blame Contribute Delete
673 Bytes
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

  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.