mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
comments in .env.sample
This commit is contained in:
@@ -10,25 +10,24 @@ LE_EMAIL=
|
||||
# Skip the full planet download, useful for testing (true/false)
|
||||
SKIP_PLANET=false
|
||||
|
||||
# Skip the certificate management part.
|
||||
# If you are using a custom solution, like VPN, Traefik
|
||||
# or Cloudflare managed certificates, set this to true
|
||||
# In this case you'll have self-signed certificates after the script completes.
|
||||
SKIP_LETSENCRYPT=false
|
||||
|
||||
# --- Let's Encrypt DNS related variables, not needed for self-hosting
|
||||
|
||||
|
||||
### --- Advanced setup below this line --- ###
|
||||
### --- 99.9% you don't need any of this! --- ###
|
||||
|
||||
# ledns is a very special feature for getting the certificates on one server,
|
||||
# uploading it to a bucket and then downloading it to multiple http-host servers.
|
||||
# For a single host you don't need it!
|
||||
DOMAIN_LEDNS=
|
||||
|
||||
# --- host list
|
||||
|
||||
# Variables used by the load balancer script, you don't need it!
|
||||
HTTP_HOST_LIST=
|
||||
|
||||
|
||||
# --- Load Balancer script
|
||||
|
||||
TELEGRAM_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
|
||||
|
||||
# --- Advanced setup, for specific use cases
|
||||
|
||||
# Skip the certificate management part.
|
||||
# You have to manage your certs yourself, or stay with the default, self-signed certs.
|
||||
SKIP_LETSENCRYPT=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user