Skip to content

zmh-program/searxng

 
 

Repository files navigation

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

About

SearXNG Docker Deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published