mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
add SKIP_LETSENCRYPT
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user