Add a traefik frontend with basic features

This commit is contained in:
kaiyou
2017-09-10 18:07:19 +02:00
parent 856d6176ca
commit 9fc3ef4dd1
7 changed files with 107 additions and 4 deletions

View File

@@ -40,18 +40,18 @@ PASSWORD_SCHEME=SHA512-CRYPT
# Optional features
###################################
# Choose which frontend Web server to run if any (value: nginx, nginx-no-https, none)
# Choose which frontend Web server to run if any (value: nginx, traefik, none)
FRONTEND=none
# Choose how secure connections will behave (value: letsencrypt, cert, notls)
TLS_FLAVOR=cert
# Choose which webmail to run if any (values: roundcube, rainloop, none)
WEBMAIL=none
# Expose the admin interface in publicly (values: yes, no)
EXPOSE_ADMIN=no
# Use Letsencrypt to generate a TLS certificate (uncomment to enable)
# ENABLE_CERTBOT=True
# Dav server implementation (value: radicale, none)
WEBDAV=none