This commit is contained in:
Zsolt Ero
2024-11-08 20:23:54 +01:00
parent 44186967d6
commit e0e0aa375c
6 changed files with 25 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
# Leave this empty if you use SSH keys
SSH_PASSWD=
# Domain, using Let's Encrypt certificates
# domain, set this up using an A record in your domain registrar's control panel
DOMAIN_DIRECT=
# Let's Encrypt account email
LE_EMAIL=
LETSENCRYPT_EMAIL=
# Skip the full planet download, useful for testing (true/false)
SKIP_PLANET=false
@@ -14,7 +14,7 @@ SKIP_PLANET=false
# 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
SELF_SIGNED_CERTS=false