Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.29 KB

searxng.md

File metadata and controls

56 lines (36 loc) · 1.29 KB

Install SearXNG

  • This container does not use Caddy - we're using NPM for SSL
  • This container does not use redis - it causes the SearXNG container's CPU usage to spike into the red every few seconds.

Install

# Escalate to root
sudo -i
password

# Go here
cd /volume1/docker

# Create volumes
mkdir searxng

# Get files
cd searxng

curl -f https://raw.githubusercontent.com/wcDogg/synology/main/docker/searxng/docker.compose.yml -o docker-compose.yml

curl -f https://raw.githubusercontent.com/wcDogg/synology/main/docker/searxng/settings.yml -o settings.yml

# Review compose file
# Server time zone
nano docker-compose.yml

# Review settings file
nano settings.yml

# Docker up
docker-compose up -d

Access

TODO

  • Fix ERROR:searx.shared: uwsgi.ini configuration error, add this line to your uwsgi.ini

References