Sanitized mirror from private repository - 2026-03-24 12:45:58 UTC
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled

This commit is contained in:
Gitea Mirror Bot
2026-03-24 12:45:58 +00:00
commit c727d0bfb1
1265 changed files with 311415 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