You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/nginx
Dario Ernst 1aa97c9914 Add certificate watcher for external certs to reload nginx
In case of TLS_FLAVOR=[mail,cert], the user supplies their own certificates.
However, since nginx is not aware of changes to these files, it cannot
reload itself e.g. when the certs get renewed.

To solve this, let’s add a small daemon in the place of
`letsencrypt.py`, which uses a flexible file-watching framework and
reloads nginx in the case the certificates change ….
6 years ago
..
conf Merge pull request #2 from usrpro/fix-nginx-healthcheck 6 years ago
Dockerfile Add certificate watcher for external certs to reload nginx 6 years ago
certwatcher.py Add certificate watcher for external certs to reload nginx 6 years ago
config.py Standarize image by using shared / similair layers 6 years ago
letsencrypt.py Standarize image by using shared / similair layers 6 years ago
start.py Add certificate watcher for external certs to reload nginx 6 years ago