Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 884 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 884 Bytes

SearXNG

Deploy

For more configurations and information see 👉 SearXNG.

  • After deployment the service starts at http://[ip]:7980
git clone https://github.com/zmh-program/searxng.git
cd searxng

sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml # Generate the secret key

# Edit the [.env](https://github.com/searxng/searxng-docker/blob/master/.env) file to set the hostname and an email
# Edit the [searxng/settings.yml](https://github.com/searxng/searxng-docker/blob/master/searxng/settings.yml) file according to your need

# Check everything is working: `docker-compose up`

docker-compose up -d

Update

git pull
docker-compose pull
docker-compose up -d

Arch Support