Make the installer aka root user aware that lets Encrypt can be installed
authorDavid Tye <djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:10 +0000 (23:15 +0100)
committerDavid Tye <djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:10 +0000 (23:15 +0100)
samples/standalone.yml

index 41fd5a45548a544f49eb7adcf1167c841777d29a..ab7d7c68adb8487d311c9aa917ebb624aeb7716e 100644 (file)
@@ -17,10 +17,12 @@ templates:
   - "templates/postgres.template.yml"
   - "templates/redis.template.yml"
   - "templates/web.template.yml"
-  - "templates/web.ssl.template.yml"
-  - "templates/web.letsencrypt.ssl.template.yml"
   - "templates/web.ratelimited.template.yml"
 
+ ## Comment out the following lines if you wish to add Lets Encrypt for your Discourse install
+ # - "templates/web.ssl.template.yml"
+ # - "templates/web.letsencrypt.ssl.template.yml"
+
 ## which TCP/IP ports should this container expose?
 expose:
   - "80:80"   # fwd host port 80   to container port 80 (http)
@@ -70,8 +72,8 @@ env:
   #DISCOURSE_SMTP_PASSWORD: pa$$word               # (optional, WARNING the char '#' in pw can cause problems!)
   #DISCOURSE_SMTP_ENABLE_START_TLS: true           # (optional, default true)
   
-  ## The Lets Encrypt email will aloow you to register a FREE SSL certificate
-  LETSENCRYPT_ACCOUNT_EMAIL: email@awesomedomain.com
+  ## The Lets Encrypt email will allow you to register a FREE SSL certificate if you added the Lets Encrypt template, comment it out if you have set this up
+  LETSENCRYPT_ACCOUNT_EMAIL: email@awesomedomain.com
 
   ## The CDN address for this Discourse instance (configured to pull)
   #DISCOURSE_CDN_URL: //discourse-cdn.example.com