86f1f7e22d
- Add searx/searx-checker image with automatic check everyday. Result https://${HOSTNAME}/status - Cache /static files - Add start.sh, stop.sh, update.sh
21 lines
681 B
Bash
21 lines
681 B
Bash
# hostname and protocol (empty except for localhost, set to "https://")
|
|
SEARX_HOSTNAME=localhost
|
|
SEARX_PROTOCOL=https://
|
|
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
|
|
|
|
# Let's encrypt contact information
|
|
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=RemplaceWithARealKey!
|
|
|
|
# filtron ( /filtron/rules ), use for example "tr -cd '[:alnum:]' < /dev/urandom | fold -w12 | head -n1"
|
|
FILTRON_USER=filtron
|
|
FILTRON_PASSWORD=SetARealPassword
|