mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 14:32:15 +00:00
comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Leave it empty if you use SSH keys
|
# Leave this empty if you use SSH keys
|
||||||
SSH_PASSWD=
|
SSH_PASSWD=
|
||||||
|
|
||||||
# Direct subdomain, using Let's Encrypt certificates
|
# Domain, using Let's Encrypt certificates
|
||||||
DOMAIN_LE=
|
DOMAIN_LE=
|
||||||
|
|
||||||
# Let's Encrypt account email
|
# Let's Encrypt account email
|
||||||
@@ -11,9 +11,9 @@ LE_EMAIL=
|
|||||||
SKIP_PLANET=false
|
SKIP_PLANET=false
|
||||||
|
|
||||||
# Skip the certificate management part.
|
# Skip the certificate management part.
|
||||||
# If you are using a custom solution, like VPN, Traefik
|
# If you are using a custom solution like VPN, Traefik,
|
||||||
# or Cloudflare managed certificates, set this to true
|
# or Cloudflare managed certificates, set this to true.
|
||||||
# In this case you'll have self-signed certificates after the script completes.
|
# In this case, you'll have self-signed certificates after the script completes.
|
||||||
SKIP_LETSENCRYPT=false
|
SKIP_LETSENCRYPT=false
|
||||||
|
|
||||||
|
|
||||||
@@ -21,13 +21,12 @@ SKIP_LETSENCRYPT=false
|
|||||||
### --- Advanced setup below this line --- ###
|
### --- Advanced setup below this line --- ###
|
||||||
### --- 99.9% you don't need any of this! --- ###
|
### --- 99.9% you don't need any of this! --- ###
|
||||||
|
|
||||||
# ledns is a very special feature for getting the certificates on one server,
|
# LEDNS is a very special feature for getting certificates on one server,
|
||||||
# uploading it to a bucket and then downloading it to multiple http-host servers.
|
# uploading them to a bucket, and then downloading them to multiple http-host servers.
|
||||||
# For a single host you don't need it!
|
# For a single host, you don't need it!
|
||||||
DOMAIN_LEDNS=
|
DOMAIN_LEDNS=
|
||||||
|
|
||||||
# Variables used by the load balancer script, you don't need it!
|
# Variables used by the load balancer script - you don't need these!
|
||||||
HTTP_HOST_LIST=
|
HTTP_HOST_LIST=
|
||||||
TELEGRAM_TOKEN=
|
TELEGRAM_TOKEN=
|
||||||
TELEGRAM_CHAT_ID=
|
TELEGRAM_CHAT_ID=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user