docs(self_hosting.md): clarify instructions for setting up environment variables and provide feedback loop recommendation for SKIP_PLANET

refactor(tasks.py): remove unnecessary assertion for cloudflare.ini existence to streamline configuration process
This commit is contained in:
Zsolt Ero
2024-10-11 23:27:29 +03:00
parent 72141bac52
commit 4d93db437a
2 changed files with 8 additions and 3 deletions

View File

@@ -212,7 +212,6 @@ def upload_config_json(c):
sys.exit('Please add your email to LE_EMAIL when using DOMAIN_LE')
http_host_list = [h.strip() for h in dotenv_val('HTTP_HOST_LIST').split(',') if h.strip()]
assert (CONFIG_DIR / 'cloudflare.ini').exists()
config = {
'domain_le': domain_le,