mirror of
https://github.com/searxng/searxng-docker
synced 2024-11-15 06:13:03 +00:00
15 lines
516 B
Bash
15 lines
516 B
Bash
# By default listen on https://localhost
|
|
# To change this:
|
|
# * uncomment SEARXNG_HOSTNAME, and replace <host> by the SearXNG hostname
|
|
# * uncomment LETSENCRYPT_EMAIL, and replace <email> by your email (require to create a Let's Encrypt certificate)
|
|
|
|
# SEARXNG_HOSTNAME=<host>
|
|
# LETSENCRYPT_EMAIL=<email>
|
|
|
|
# automatically update settings to the new version
|
|
# comment this line if you made / will make some modifications to the settings
|
|
SEARXNG_COMMAND=-f
|
|
|
|
# use openssl rand -base64 33
|
|
MORTY_KEY=ReplaceWithARealKey!
|