SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
Follow these steps to get the add-on installed on your system:
- Navigate in your Home Assistant frontend to Supervisor -> Add-on Store.
- Find the "hass-searxng" add-on and click it.
- Click on the "INSTALL" button.
In the configuration section, set the port if the default one is not good for you. Enable auth if you want and SSL to. Even if unused, let the default variables set.
Add-on configuration:
certfile: fullchain.pem
keyfile: privkey.pem
The cert of the SSL certificate if the https protocol is provided
The private key of the SSL certificate if https enabled
Just start the addon and head to the webui at http(s)://host:port (here 8080 by default)
https://docs.searxng.org/ https://github.com/searxng/searxng
This addon is published under the apache 2 license. Original author of the addon's bundled software is searxng