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

Provide premade ssl certificates to docker image #163

Closed Apacelus closed 1 year ago

Apacelus commented 1 year ago

Im using the default docker image, without docker compose, so just docker pull searxng/searxng and then docker run --name searxng --rm -p 8080:8080 -v "/etc/searxng:/etc/searxng" -e "BASE_URL=http://my.domain:8080/" -e "INSTANCE_NAME=searxng-search" searxng/searxng.

Everything works fine, http works fine, https does not work.

I used home assistant's duckdns letsencrypt addon (basically another docker container) to create ssl certificates. How can I pass them to the searxng docker?