mirror of
https://github.com/Mailu/Mailu.git
synced 2025-04-25 12:15:02 +02:00
Add dist files options for certbot certificate generaion
This commit is contained in:
parent
b4f48d53ba
commit
8c32971ec4
@ -45,6 +45,9 @@ WEBMAIL=none
|
|||||||
# Expose the admin interface in publicly (values: yes, no)
|
# Expose the admin interface in publicly (values: yes, no)
|
||||||
EXPOSE_ADMIN=no
|
EXPOSE_ADMIN=no
|
||||||
|
|
||||||
|
# Use Letsencrypt to generate a TLS certificate (uncomment to enable)
|
||||||
|
# ENABLE_CERTBOT=True
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# Mail settings
|
# Mail settings
|
||||||
###################################
|
###################################
|
||||||
@ -67,5 +70,5 @@ FETCHMAIL_DELAY=600
|
|||||||
# Developers
|
# Developers
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
# Set this to enable debugging globally
|
# Uncomment this to enable debugging globally
|
||||||
DEBUG=False
|
# DEBUG=True
|
||||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,6 +5,16 @@ Notable changes to this project are documented in the current file. For more
|
|||||||
details about individual changes, see the Git log. You should read this before
|
details about individual changes, see the Git log. You should read this before
|
||||||
upgrading Freposte.io as some changes will include useful notes.
|
upgrading Freposte.io as some changes will include useful notes.
|
||||||
|
|
||||||
|
v1.4.0 - unreleased
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Global: make sure that ``DEBUG`` is commented in your ``.env`` if you
|
||||||
|
disabled it and update your ``docker-compose.yml``
|
||||||
|
- Security: disable verbose logging of passwords by the fetchmail script
|
||||||
|
- Feature: certbot certificate generation is available, uncomment
|
||||||
|
``ENABLE_CERTBOT`` in your ``.env`` to enable it
|
||||||
|
- L10N: french loca is now available
|
||||||
|
|
||||||
v1.3.0 - 2016-11-05
|
v1.3.0 - 2016-11-05
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/data:/data"
|
- "$ROOT/data:/data"
|
||||||
- "$ROOT/dkim:/dkim"
|
- "$ROOT/dkim:/dkim"
|
||||||
|
- "$ROOT/certs:/certs"
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user