add SKIP_LETSENCRYPT

This commit is contained in:
Zsolt Ero
2024-10-23 23:16:18 +02:00
parent ff8041000f
commit fb44bb0241
2 changed files with 8 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ def upload_config_json(c):
domain_le = dotenv_val('DOMAIN_LE').lower()
domain_ledns = dotenv_val('DOMAIN_LEDNS').lower()
skip_planet = dotenv_val('SKIP_PLANET').lower() == 'true'
skip_letsencrypt = dotenv_val('SKIP_LETSENCRYPT').lower() == 'true'
le_email = dotenv_val('LE_EMAIL').lower()
if not (domain_le or domain_ledns):