Sanitized mirror from private repository - 2026-04-22 22:02:15 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 5m18s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-04-22 22:02:15 +00:00
commit cc2b8752a2
1446 changed files with 364263 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# SearXNG — Privacy-respecting meta search engine
# Port: 8888
# URL: http://192.168.0.210:8888
# Aggregates results from Google, Bing, DuckDuckGo, etc. without tracking
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
ports:
- "8888:8080"
volumes:
- /home/homelab/docker/searxng:/etc/searxng
environment:
- SEARXNG_BASE_URL=http://192.168.0.210:8888/
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
restart: unless-stopped