Add env var to enable/disable thumbnail generation

This commit is contained in:
Joachim
2021-06-07 19:52:25 +02:00
parent 7ed2ed116a
commit 2731ea9aa9
6 changed files with 117 additions and 103 deletions

View File

@ -50,5 +50,8 @@ EMAIL_HOST_PASSWORD=emailpassword123
EMAIL_USE_TLS=true
EMAIL_USE_SSL=false
# Thumbnails Generation
ENABLE_THUMBNAIL_GENERATION=false
# Set this to true when initializing certbot for domain, false when not
CERTBOT_INIT=false