From 6d13c536ab020fb6fd394d71419b4a540a2a8535 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Fri, 8 Nov 2024 18:45:14 +0100 Subject: [PATCH] comments in .env.sample --- config/.env.sample | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/config/.env.sample b/config/.env.sample index 2ddf458..e7ce941 100644 --- a/config/.env.sample +++ b/config/.env.sample @@ -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 -