From ed56ed14bc5a71cf3c7eea999a8bebf53e4f57be Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Fri, 23 Feb 2024 17:51:50 +0100 Subject: [PATCH] .env --- config/.env.sample | 15 +++++++++++---- init-server.py | 1 - 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/config/.env.sample b/config/.env.sample index 385ad7a..10b54d1 100644 --- a/config/.env.sample +++ b/config/.env.sample @@ -1,4 +1,11 @@ -SSH_PASSWD= # Leave it empty if you use SSH keys -DOMAIN_DIRECT=direct.openfreemap.org # Domain to server directly, without CloudFlare -DOMAIN_CF=tiles.openfreemap.org # Domain via CloudFlare, using origin certificates -SKIP_PLANET=false # Set to true to skip the full planet download. Useful for testing. +# Leave it empty if you use SSH keys +SSH_PASSWD= + +# Domain to server directly, without CloudFlare +DOMAIN_DIRECT=direct.openfreemap.org + +# Domain via CloudFlare, using origin certificates +DOMAIN_CF=tiles.openfreemap.org + +# Set to true to skip the full planet download. Useful for testing. +SKIP_PLANET=false diff --git a/init-server.py b/init-server.py index f517cfa..e0894a7 100755 --- a/init-server.py +++ b/init-server.py @@ -244,7 +244,6 @@ def tile_gen(hostname, user, port): @common_options def debug(hostname, user, port): c = get_connection(hostname, user, port) - prepare_http_host(c) upload_http_host_config(c) upload_https_host_files(c)