Commit Graph

8 Commits (7e1ab7978eec83ebb9a6be2d1b4baeb58e5097d6)

Author SHA1 Message Date
Alexander Graf a29f066858
Move even more python deps to base image
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 ….
Tim Möhlmann 42e2dbe35d
Standarize image by using shared / similair layers
Pierre Jaury 6828231c28 Fix the path of the nginx pid in startup scripts, fixes
SunMar 6ec0fe7036 Adding options for mail-letsencrypt
Greg Fitzgerald f1ad2cf4d0 Use a predefined dhparam.pem, This fixes issue
kaiyou 4761646616 Make sure stale pid files are dealt with, fix
kaiyou 689be5f2d9 Move all directories per theme