mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
renames
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
# Leave this empty if you use SSH keys
|
||||
SSH_PASSWD=
|
||||
|
||||
# domain, set this up using an A record in your domain registrar's control panel
|
||||
DOMAIN_DIRECT=
|
||||
# domain/subdomain
|
||||
# Set up an A record pointing to your server's IP address and
|
||||
# write the full domain here
|
||||
DOMAIN_DIRECT=maps.example.com
|
||||
|
||||
# Let's Encrypt account email
|
||||
# Your email address to be used for the Let's Encrypt certificates
|
||||
LETSENCRYPT_EMAIL=
|
||||
|
||||
# Skip the full planet download, useful for testing (true/false)
|
||||
SKIP_PLANET=false
|
||||
|
||||
# Skip the certificate management part.
|
||||
# Use self-signed certs / 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.
|
||||
@@ -21,7 +23,7 @@ SELF_SIGNED_CERTS=false
|
||||
### --- Advanced setup below this line --- ###
|
||||
### --- 99.9% you don't need any of this! --- ###
|
||||
|
||||
# ROUNDROBIN is a very special feature for getting certificates on one server,
|
||||
# DOMAIN_ROUNDROBIN is a very special feature for getting certificates on one server,
|
||||
# uploading them to a bucket, and then downloading them to multiple http-host servers.
|
||||
# For a single host, you don't need it!
|
||||
DOMAIN_ROUNDROBIN=
|
||||
@@ -30,3 +32,4 @@ DOMAIN_ROUNDROBIN=
|
||||
HTTP_HOST_LIST=
|
||||
TELEGRAM_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user