hoellen
9de5dc2592
Use python package socrate instead of Mailustart
5 years ago
Dario Ernst
1dbda71401
Adapt shared layer conf to now really-missing mailustart in admin (after merging webpack)
5 years ago
Dario Ernst
0306be1eed
Re-add missing MailuStar in admin
...
It turns out we were all blind and admin *does* use MailuStart
5 years ago
Dario Ernst
ce0c24e076
Merge branch 'master' into HorayNarea-feat-upgrade-alpine
5 years ago
Dario Ernst
53f754f5ac
Remove MailuStart from admin and correct layer-sharing comments
5 years ago
Thomas Sänger
2c7d1d2f71
use HTTP/1.1 for proxyied connections
5 years ago
Dario Ernst
bb2edb6eb6
Revert "Move alpine version definition out to variable"
...
This reverts commit c787e4bdbd
.
5 years ago
Dario Ernst
c787e4bdbd
Move alpine version definition out to variable
5 years ago
Dario Ernst
a253ca47fe
Use official Mailu/MailuStart
5 years ago
Dario Ernst
d1f80cca99
Update Dockerfiles to most recent alpine 3.10
5 years ago
Thomas Sänger
ef3c6c407a
upgrade alpine base-image
5 years ago
Abel Alfonso Fírvida Donéstevez
39444c794e
Install bash in alpine based images.
...
This fix https://github.com/Mailu/Mailu/issues/918
Bash shell is used by default in Kubernetes' dashboard console, which is very
useful for admins.
6 years ago
Ionut Filip
f8dffe5a19
Resolve hosts in admin
6 years ago
Ionut Filip
004a431e97
Change to mailustart functions
6 years ago
Tim Möhlmann
049ca9941f
Cleanup syntax and fix typo
6 years ago
Tim Möhlmann
71cda7983e
Merge branch 'master' into feat-logging
6 years ago
Tim Möhlmann
7d01bb2a4d
LOG_LEVEL docs and changelog entry
6 years ago
Tim Möhlmann
b04a9d1c28
Implement debug logging for template rendering
6 years ago
Tim Möhlmann
5636e7f5a7
Remove to avoid matching webroot
6 years ago
Tim Möhlmann
4f93e09028
Implement favicon package
...
Credit to:
- https://stackoverflow.com/a/19590415/1816774
- https://realfavicongenerator.net/
6 years ago
Tim Möhlmann
24828615cf
Webmail on root, fixes #757
6 years ago
Tim Möhlmann
c7dcfee882
Merge pull request #713 from pgeorgi/extend-nginx
...
nginx: Allow extending config with overrides
6 years ago
Tim Möhlmann
6ca8ed437d
Merge pull request #732 from Nebukadneza/add_front_certificate_reload
...
Add certificate watcher for external certs to reload nginx
6 years ago
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
Tim Möhlmann
c00910ca4b
Merge remote-tracking branch 'upstream/master' into extend-nginx
6 years ago
Tim Möhlmann
97d338e68a
Rectify 'endif' placement
6 years ago
Tim Möhlmann
425cdd5e77
Fix syntax errors
6 years ago
Tim Möhlmann
20f1faf6d0
Send 404 when nothing server at '/'
...
Prevents Nginx welcome screen
6 years ago
Tim Möhlmann
2de4995fec
Don't redirect when webmail is served on '/'
6 years ago
Tim Möhlmann
9dd447e23b
Add login method to smtp_auth under ssl
...
Fixes #704
6 years ago
Patrick Georgi
eac4d553a9
nginx: Allow extending config with overrides
...
To facilitate this, the default redirect at / can be disabled, even if
the default remains at redirecting to the webmailer.
The extensions are within the host scope and are read from
$ROOT/overrides/nginx/*.conf.
6 years ago
Tim Möhlmann
42e2dbe35d
Standarize image by using shared / similair layers
6 years ago
Thomas Sänger
603b6e7390
Merge pull request #2 from usrpro/fix-nginx-healthcheck
...
Fix nginx healthcheck
6 years ago
Tim Möhlmann
81b24f61e8
Merge branch 'master' into feat-healthchecks
6 years ago
Tim Möhlmann
c3e89967fb
Fix front health checking
...
- Specified seperated /health path in order to allow for healthcheck even if webmail and admin are not seletectd. This also allows healthchecking fom external services like DNS load balancers;
- Make curl not to fail on TLS because localhost is not included in the certificates.
6 years ago
mergify[bot]
bce1487338
Merge pull request #576 from hacor/master
...
Kubernetes fixed for production
6 years ago
Paul Williams
78bd5aea1c
enable http2, because it's that easy
6 years ago
hoellen
d4f32c3e7d
remove rewrite if webmail is on root
6 years ago
Hans Cornelis
3098343360
Merged conflicts
6 years ago
hacor
4ea12deae7
Added kubernetes to Mailu
6 years ago
Thomas Sänger
39272ab05c
add healthcheck for http services
6 years ago
Tim Möhlmann
de43060ef8
Move to Alpine:3.8 and fixing #522
6 years ago
kaiyou
2cba045013
Explicitely declare required volumes, fixes #568
6 years ago
Pierre Jaury
3dca1a834c
Pin alpine 3.7 until we fix the certbot issue, see #522
6 years ago
kaiyou
75a1bf967c
Merge pull request #502 from hoellen/webmail-messagesize
...
Use message_size_limit variable from env for webmail client_max_body_size
6 years ago
hoellen
c51e1b9eef
webmail client_max_body_size with message_size_limit and 8M tolerance
6 years ago
hoellen
81a6a7cbf6
Use message_size variable from env for webmail
6 years ago
hoellen
a1fb8442e3
Add posibilty to run webmail on root '/'
6 years ago
Pierre Jaury
6828231c28
Fix the path of the nginx pid in startup scripts, fixes #483
7 years ago
Dennis Twardowsky
50f9f379e9
Flexible filenames for TLS via envvars (flavours 'cert' and 'mail' only)
7 years ago