mirror of
https://github.com/searxng/searxng-docker.git
synced 2026-07-23 16:31:35 +00:00
Mainly add searx/searx-checker
- Add searx/searx-checker image with automatic check everyday. Result https://${HOSTNAME}/status - Cache /static files - Add start.sh, stop.sh, update.sh
This commit is contained in:
11
.env
11
.env
@@ -1,10 +1,13 @@
|
||||
# hostname and protocol
|
||||
# hostname and protocol (empty except for localhost, set to "https://")
|
||||
SEARX_HOSTNAME=localhost
|
||||
|
||||
# empty unless SEARX_HOSTNAME is localhost in this case "https://"
|
||||
SEARX_PROTOCOL=https://
|
||||
SEARX_TLS=self_signed
|
||||
|
||||
# Let's Encrypt : email provided
|
||||
# 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/
|
||||
|
||||
Reference in New Issue
Block a user