From 9d925f2fd5a236617c620738c00a80147a6bc2e5 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Mon, 24 Jun 2024 15:49:20 +0200 Subject: [PATCH] cloudflare related fixes --- config/.env.sample | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config/.env.sample b/config/.env.sample index f1e1043..83f1a02 100644 --- a/config/.env.sample +++ b/config/.env.sample @@ -7,9 +7,7 @@ DOMAIN_LE= # Let's Encrypt account email LE_EMAIL= -# CloudFlare subdomain, using origin certificates -# Please put ofm_cf.key and ofm_cf.cert files in config/certs -DOMAIN_CF=tiles.openfreemap.org + # Skip the full planet download, useful for testing (true/false) SKIP_PLANET=false @@ -17,7 +15,7 @@ SKIP_PLANET=false # --- Let's Encrypt DNS related variables, not needed for self-hosting -DOMAIN_LEDNS=direct.openfreemap.org +DOMAIN_LEDNS= # --- host list @@ -27,4 +25,10 @@ HTTP_HOST_LIST= # --- Load Balancer script TELEGRAM_TOKEN= -TELEGRAM_CHAT_ID= \ No newline at end of file +TELEGRAM_CHAT_ID= + +# --- Cloudflare proxied endpoint + +# CloudFlare subdomain, using origin certificates +# Please put ofm_cf.key and ofm_cf.cert files in config/certs +DOMAIN_CF= \ No newline at end of file