Add filtron (configuration not done / checked)

Drop capabilities
This commit is contained in:
Dalf
2019-07-06 14:54:05 +02:00
parent 40b14b1d52
commit 6dea64a9dc
3 changed files with 87 additions and 22 deletions

18
.env
View File

@@ -1,4 +1,18 @@
LETSENCRYPT_EMAIL=email@example.com
# hostname and protocol
SEARX_HOSTNAME=localhost
# 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
# use openssl rand -base64 33
MORTY_KEY=RemplaceThisBase64KeySharedBetweenMortyAndSearxByARealKey
MORTY_KEY=RemplaceWithARealKey!
# filtron ( /filtron/rules ), use for example "tr -cd '[:alnum:]' < /dev/urandom | fold -w12 | head -n1"
FILTRON_USER=filtron
FILTRON_PASSWORD=SetARealPassword