Add a traefik frontend with basic features
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user