31 コミット (0ee52ba65b867b70fce9e2e276564823deb14de9)

作成者 SHA1 メッセージ 日付
Florent Daigniere 420afa53f8 Upgrade to alpine 3.14 5年前
ofthesun9 cff2e76269 Switching to alpine:3.12 6年前
Michael Wyraz 09ee3ce95c Install py3-multidict from repository before installing socrate to avoid the need of gcc during build 6年前
bors[bot] 0417c791ff
Merge #985
985: Permit raspberry pi (and other architectures) builds r=mergify[bot] a=abondis

## What type of PR?

Enhancement

## What does this PR do?

Add an option to select base images and permit building for different CPU architectures.

### Related issue(s)
N/A

## Prerequistes

- [X] documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: Aurélien Bondis <aurelien.bondis@gmail.com>
Co-authored-by: Aurelien <aurelien.bondis@gmail.com>
6年前
Michael Wyraz de2f166bd1 Resolve HOST_* to *_ADDRESS only if *_ADDRESS is not already set 6年前
Aurélien Bondis 124b1d4c71 rebase and update for 3.10, avoid adding qemu file to x86 images 6年前
hoellen 9de5dc2592 Use python package socrate instead of Mailustart 7年前
Dario Ernst 1dbda71401 Adapt shared layer conf to now really-missing mailustart in admin (after merging webpack) 7年前
Dario Ernst 0306be1eed Re-add missing MailuStar in admin
It turns out we were all blind and admin *does* use MailuStart
7年前
Dario Ernst 53f754f5ac Remove MailuStart from admin and correct layer-sharing comments 7年前
Dario Ernst bb2edb6eb6 Revert "Move alpine version definition out to variable"
This reverts commit c787e4bdbd.
7年前
Dario Ernst c787e4bdbd Move alpine version definition out to variable 7年前
Dario Ernst a253ca47fe Use official Mailu/MailuStart 7年前
Dario Ernst d1f80cca99 Update Dockerfiles to most recent alpine 3.10 7年前
Thomas Sänger ef3c6c407a upgrade alpine base-image 7年前
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.
7年前
Ionut Filip 004a431e97
Change to mailustart functions 7年前
Tim Möhlmann 4f93e09028
Implement favicon package
Credit to:
- https://stackoverflow.com/a/19590415/1816774
- https://realfavicongenerator.net/
7年前
Tim Möhlmann c7dcfee882
Merge pull request #713 from pgeorgi/extend-nginx
nginx: Allow extending config with overrides
7年前
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 ….
7年前
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.
7年前
Tim Möhlmann 42e2dbe35d
Standarize image by using shared / similair layers 7年前
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.
7年前
Thomas Sänger 39272ab05c
add healthcheck for http services 7年前
Tim Möhlmann de43060ef8
Move to Alpine:3.8 and fixing #522 7年前
kaiyou 2cba045013 Explicitely declare required volumes, fixes #568 7年前
Pierre Jaury 3dca1a834c Pin alpine 3.7 until we fix the certbot issue, see #522 8年前
kaiyou d1dbba2d3a Add expose instructions in Dockerfiles, fixes #392 8年前
kaiyou bfc898c2d8 Move dhparam to /conf 8年前
Greg Fitzgerald f1ad2cf4d0 Use a predefined dhparam.pem, This fixes issue #322 8年前
kaiyou 689be5f2d9 Move all directories per theme 8年前