You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.env | 1 year ago | |
docker-compose.yml | 1 year ago | |
nginx.conf | 1 year ago | |
readme.md | 1 year ago |
readme.md
SearxNG & NGINX
SearxNG using an external NGINX container through net-searxng
external network.
You can use certginx to manage NGINX.
Docker Configuration
Create the external network
docker network create net-searxng
Filtron Configuration
Import the rules from searxng
curl https://raw.githubusercontent.com/searxng/searxng-docker/master/rules.json -O rules.json
SearxNG Configuration
Update the .env
file.
Generate settings.yml
docker-compose up -d && docker-compose down
NGINX Configuration
Replace the template domain with your real domain (Change my_domain.example
with your real domain name)
sed -i "s/change_me.example/my_domain.example/g" nginx.conf
If your are using certginx, move nginx.conf
to your certginx instance in ./nginx/conf.d/<your-domain>.conf