2019-07-06 14:54:05 +02:00
|
|
|
# hostname and protocol
|
2019-07-01 16:26:12 +02:00
|
|
|
SEARX_HOSTNAME=localhost
|
2019-07-06 14:54:05 +02:00
|
|
|
|
|
|
|
# empty unless SEARX_HOSTNAME is localhost in this case "https://"
|
|
|
|
SEARX_PROTOCOL=https://
|
|
|
|
|
|
|
|
# Let's Encrypt : email provided
|
|
|
|
LETSENCRYPT_EMAIL=email@example.com
|
|
|
|
|
|
|
|
# Do you agree Let's Encrypt TOS https://letsencrypt.org/repository/
|
|
|
|
LETSENCRYPT_AGREE=false
|
|
|
|
|
2019-07-01 16:26:12 +02:00
|
|
|
# use openssl rand -base64 33
|
2019-07-06 14:54:05 +02:00
|
|
|
MORTY_KEY=RemplaceWithARealKey!
|
|
|
|
|
|
|
|
# filtron ( /filtron/rules ), use for example "tr -cd '[:alnum:]' < /dev/urandom | fold -w12 | head -n1"
|
|
|
|
FILTRON_USER=filtron
|
|
|
|
FILTRON_PASSWORD=SetARealPassword
|