2019-07-13 11:28:18 +00:00
|
|
|
# hostname
|
2019-07-01 14:26:12 +00:00
|
|
|
SEARX_HOSTNAME=localhost
|
2019-07-13 11:28:18 +00:00
|
|
|
|
|
|
|
# comment both if SEARX_HOSTNAME is NOT localhost
|
2019-07-06 12:54:05 +00:00
|
|
|
SEARX_PROTOCOL=https://
|
2019-07-09 16:05:05 +00:00
|
|
|
SEARX_TLS=self_signed
|
|
|
|
|
|
|
|
# automaticaly update settings to the new version
|
|
|
|
# comment this line if you made / will make some modifications to the settings
|
|
|
|
SEARX_COMMAND=-f
|
2019-07-06 12:54:05 +00:00
|
|
|
|
2019-07-09 16:05:05 +00:00
|
|
|
# Let's encrypt contact information
|
2019-07-06 12:54:05 +00:00
|
|
|
LETSENCRYPT_EMAIL=email@example.com
|
|
|
|
|
|
|
|
# Do you agree Let's Encrypt TOS https://letsencrypt.org/repository/
|
|
|
|
LETSENCRYPT_AGREE=false
|
|
|
|
|
2019-07-01 14:26:12 +00:00
|
|
|
# use openssl rand -base64 33
|
2019-07-06 12:54:05 +00: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
|