searxng / searxng-docker

The docker-compose files for setting up a SearXNG instance with docker.
GNU Affero General Public License v3.0
1.01k stars 247 forks source link

fix documentation link #173

Closed lordkitsuna closed 10 months ago

lordkitsuna commented 10 months ago

in the settings yml there is this link "https://docs.searxng.org/admin/engines/settings.html#use-default-settings" however its a dead link. if you dig around you can find https://docs.searxng.org/admin/installation-searxng.html#configuration however that config looks nothing like the one found in this repo and has several options this one does not so i have no idea if its relevant or not

dalf commented 10 months ago

Thank you for reporting this issue.

See https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings

With use_default_settings: true, the configuration is based on the default settings.yml --> searxng/settings.yml describes only the changes from that default settings.

You can specify a full configuration by removing use_default_settings: true.