1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Commit Graph

549 Commits

Author SHA1 Message Date
bors[bot]
f8a5dd000e
Merge #1241
1241: Change extensions/v1beta to apps/v1 to be compliant with Kubernetes 1.16 r=mergify[bot] a=WebSpider


## What type of PR?

Enhancement

## What does this PR do?

Changes to Kubernetes YAML files to be able to use this in Kubernetes 1.16

### Related issue(s)
- Fixes #1237

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- N/A In case of feature or enhancement: 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: WebSpider <webspider@bitlair.nl>
Co-authored-by: micw <michael@wyraz.de>
2019-12-16 17:05:44 +00:00
bors[bot]
cfd838f310
Merge #1215
1215: Allow specifying the traefik version for cert dumping r=mergify[bot] a=timoschwarzer

## What type of PR?

Enhancement

## What does this PR do?

### Related issue(s)
- #1011 

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [X] In case of feature or enhancement: 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: Timo Schwarzer <me@timoschwarzer.com>
2019-12-09 11:55:17 +00:00
Michael Wyraz
e857b9d659 Document default antivirus behaviour, add an option to reject viruses 2019-11-19 11:31:09 +01:00
micw
72235babdf
Update docs/dns.rst
Co-Authored-By: hoellen <hoellen@users.noreply.github.com>
2019-11-18 21:40:58 +01:00
Michael Wyraz
6aaa85b1a2 Document reverse DNS setup recommendations 2019-11-15 19:47:55 +01:00
WebSpider
95d03f4b4a Change extensions/v1beta to apps/v1 to be compliant with Kubernetes 1.16
Fixes #1237
2019-11-06 12:59:28 +01:00
bors[bot]
e3b98e1353
Merge #1229
1229: Fix docs warnings r=mergify[bot] a=muhlemmer

## What type of PR?

Documentation

## What does this PR do?

1. Fix various build warnings from Sphinx that sneaked into the project over time, and fixed them. 
2. Enable the `-W` option for `sphinx-build` to elevate `warning` to `error` in order to make build fail in case of syntax errors. This will give a better feedback from Travis to Pull Requests with Documentation updates. They will now block in case of syntax errors, so we don;t have to cleanup afterwards.

### Related issue(s)
None

## Prerequistes
N/A


Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
2019-10-21 17:56:14 +00:00
Tim Möhlmann
d94c8bce53
Docs: treat warnings as errors 2019-10-21 15:18:53 +03:00
Tim Möhlmann
4911fba4af
Docs: Fix various build warnings:
- /docs/configuration.rst:157: WARNING: Inline emphasis start-string without end-string.
- /docs/configuration.rst:159: WARNING: Inline emphasis start-string without end-string.
- /docs/configuration.rst:159: WARNING: Inline emphasis start-string without end-string.
- /docs/configuration.rst:159: WARNING: Inline emphasis start-string without end-string.
- /docs/rpi_build.rst: WARNING: document isn't included in any toctree
2019-10-21 15:15:32 +03:00
Tim Möhlmann
45e0739302
Funding related documentation 2019-10-21 15:00:49 +03:00
bors[bot]
89413a8da9
Merge #1151
1151: Start writing the contribution guidelines r=mergify[bot] a=kaiyou

## What type of PR?

Documentation

## What does this PR do?

It provides a first suggested version of contribution guidelines for the project. These are very open do discussion. This was suggested in #1133.

## Prerequistes

- [x] In case of feature or enhancement: 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: kaiyou <pierre@jaury.eu>
2019-10-21 08:16:07 +00:00
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>
2019-10-20 20:41:03 +00:00
bors[bot]
dcda412b99
Merge #1211
1211: Split HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI r=mergify[bot] a=micw

## What type of PR?

bug-fix

## What does this PR do?

Fixes #1190 by separating HOST_ANTISPAM into HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI

### Related issue(s)
- closes #1190
- closes #1150

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: 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: Michael Wyraz <michael@wyraz.de>
2019-10-13 19:44:25 +00:00
Timo Schwarzer
0c82caf817
Allow specifying the traefik version for cert dumping 2019-10-13 21:36:34 +02:00
bors[bot]
35160b770d
Merge #1198 #1204 #1207 #1208
1198: Enable access log of admin service only for log levels of INFO and finer r=muhlemmer a=micw

## What type of PR?

bug fix

## What does this PR do?

### Related issue(s)
- closes #1197

## Prerequistes

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


1204: Add initial admin account to kubernetes example r=muhlemmer a=micw

## What type of PR?

documentation

## What does this PR do?

Add INITIAL_ADMIN_* example to kubernetes configmap.yaml

### Related issue(s)

- closes #1201

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- docs example only

1207: Add Japanese translation r=muhlemmer a=IchikawaYukko

## What type of PR?

Translation

## What does this PR do?

Provide completed Japanese translation.

### Related issue(s)

None

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

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


1208: Persist mailqueue r=muhlemmer a=micw

## What type of PR?

bug-fix

## What does this PR do?

Makes postfix mailqueue presistent (for docker, swarm and kubernetes)

### Related issue(s)
- closes #1161

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

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


Co-authored-by: Michael Wyraz <michael@wyraz.de>
Co-authored-by: Michael Wyraz <michael.wyraz@evermind.de>
Co-authored-by: U-COREI3-3120M\市川ゆり子 <ichikawayuriko@yahoo.co.jp>
Co-authored-by: micw <michael@wyraz.de>
2019-10-13 19:01:20 +00:00
Michael Wyraz
a907fe4cac Split HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI 2019-10-13 20:13:02 +02:00
micw
cdb9681674
Update smtp.yaml
Remove unused volume from smtp.yaml
2019-10-13 19:40:52 +02:00
bors[bot]
f6e6380154
Merge #1188
1188: You have to delete the Admin Pod, not the Imap pod r=muhlemmer a=fionera

## What type of PR?

documentation

## What does this PR do?

### Related issue(s)

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

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


Co-authored-by: Fionera <fionera@fionera.de>
2019-10-13 17:07:04 +00:00
Aaron E-J
065d22db66
changed the most recent stable version to 1.7 2019-10-13 17:30:23 +03:00
Michael Wyraz
b625b1eaea Add postfix mailqueue to persistent storage on kubernetes 2019-10-11 08:42:53 +02:00
Michael Wyraz
d9374e3c80 Add initial admin account to kubernetes example 2019-10-10 10:28:15 +02:00
Aurélien Bondis
5066129df0 RPi: update doc (alpine version + variables) 2019-10-09 12:17:40 -04:00
bors[bot]
20e00ac0c4
Merge #1158
1158: Use nginx for kubernetes ingress r=kaiyou a=micw

## What type of PR?

enhancement

## What does this PR do?

Currently, kubernetes uses a complex ingress setting which is not portable across different ingress controllers. This PR simplifies the ingress and delegates everythins special to Mailu to the front container,

### Related issue(s)
- closes #1121
- closes #1117
- closes #1021
- closes #1045

## Prerequistes

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog]

Co-authored-by: Michael Wyraz <michael@wyraz.de>
2019-10-07 19:36:45 +00:00
Michael Wyraz
b94636b883 Add port 80 to front container and service 2019-10-03 20:19:05 +02:00
Michael Wyraz
44837fc007 Switch from host network to hostPort bindings 2019-09-30 19:58:26 +02:00
Fionera
7a8395c927
Update index.rst 2019-09-30 19:24:44 +02:00
kaiyou
d5ad1cb449 Fix many typos and take the review into account 2019-09-17 21:11:30 +02:00
Michael Wyraz
92645bcd4a Use nginx for kubernetes ingress 2019-09-03 10:27:10 +02:00
kaiyou
488dfc2572 Start writing the contribution guidelines 2019-08-31 19:15:06 +02:00
Michael Wyraz
de2f166bd1 Resolve HOST_* to *_ADDRESS only if *_ADDRESS is not already set 2019-08-31 18:18:58 +02:00
Tim Möhlmann
1f0b45e47b
Release notes: remove spaces before bullet list 2019-08-30 17:18:31 +03:00
Tim Möhlmann
3320820f16
Docs: fix rendering in release notes 2019-08-30 17:16:52 +03:00
bors[bot]
13072d5144
Merge #1144
1144: Add proper release notes for 1.7 r=mergify[bot] a=kaiyou

## What type of PR?

Documentation

## What does this PR do?

When first writing the release notes, I forgot to include a proper release notes section in the docs.

### Related issue(s)

None

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

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


Co-authored-by: kaiyou <pierre@jaury.eu>
2019-08-29 12:46:28 +00:00
kaiyou
a640756b7f Add proper release notes for 1.7 2019-08-28 22:31:34 +02:00
Tim Möhlmann
a09d166dbf
Docs: fix some build warnings
I've noticed some styling / flow errors on the FAQ page on mailu.io.
This was due to short underlining.
Spynx was complaining about this at build time.
2019-08-27 10:34:46 +03:00
Tim Möhlmann
fdec33d419
1.7 stable in docs 🚀 2019-08-23 12:47:33 +03:00
Igor Rzegocki
6f973a2e4b
Fixed hardcoded antispam and antivirus host addresses
Fixes #978
2019-08-22 11:41:18 +03:00
bors[bot]
2785bca1f4
Merge #883
883: Admin create user enhancement r=mergify[bot] a=cr1st1p

## What type of PR?
Enhancement

## What does this PR do?
It allows the admin docker image to also create the admin user.
The idea is that in my kubernetes setup, I do not want to manually do anything, as such, I need a way for the admin user to also be created automatically without me getting inside the pod.
So I had to change the manage.py function that creates the user to allow different 'modes' (me, I'll be using 'ifmissing') and also start.py to call that functionality if appropriate environment variables are present.

So now, in my Deployment, I add 3 more environment variables and I get the admin user created, IF not already present.

### Related issue(s)
none?

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: cristi <cristi.posoiu@gmail.com>
Co-authored-by: cr1st1p <cristi.posoiu@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
2019-08-21 20:58:25 +00:00
Aurélien Bondis
42e520843e update docs 2019-08-21 12:02:24 -04:00
Aurélien Bondis
a053f90875 docs: user ARG to chose image, install python3 before running pip3 2019-08-21 12:02:10 -04:00
Ionut Filip
be1873e1e8 Update docs, travis and mergify for 1.7 release 2019-08-21 14:27:39 +03:00
bors[bot]
55cdea974a
Merge #1078
1078: expose pop3 port, remove imap-ssl from dovecot in kubernetes manifest r=mergify[bot] a=sbias

## What type of PR?
bug-fix

## What does this PR do?
Exposes provided pop3 service in service definition to get useable by front

Co-authored-by: sbias <sb@liztv.net>
2019-08-21 08:25:25 +00:00
sbias
83c58c6ed5
add names to ports of imap deployment, remove imap-ssl 2019-08-19 12:42:41 +02:00
Dennis Boldt
a5610d3c25
Fixed C&P issue 2019-08-18 17:56:14 +02:00
Dennis Boldt
eaeb151ff7
Use default key/cert names (cert.pem & key.pem) 2019-08-11 01:17:07 +02:00
Dennis Boldt
841ce96fbf
Update mount path to mailu/certs
- Thus, we write to /data/mailu/certs, since LE uses the same location
- The dumper created cert.pem and key.pem
- Mount /data/mailu/certs to certs, where nginx picks them up
2019-08-11 01:12:34 +02:00
Dennis Boldt
a9089710c8
Fix key-certificate pair names and paths 2019-08-11 01:06:53 +02:00
Dennis Boldt
982caa0e42
Clean up folders, which traefik-certdumper uses 2019-08-11 00:49:38 +02:00
sbias
173b9bdc6d
expose pop3 port 2019-07-17 23:05:41 +02:00
hoellen
616d40d225 Update password in commandline 2019-07-08 10:50:08 +02:00
Daniel Huber
515e95076a
Merge branch 'master' into feat-relay-auth 2019-06-26 19:52:54 +02:00
bors[bot]
607799ea5e Merge #1030
1030: Update user_external example for nextcloud r=mergify[bot] a=kesselb

## What type of PR?

documentation

## What does this PR do?

Update the user_external example for Nextcloud due an upstream change. PHP will remove the imap extension. Newer user_external releases requires a different configuration for imap.

### Related issue(s)
- https://github.com/nextcloud/user_external/issues/52

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: 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: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-24 06:03:32 +00:00
bors[bot]
d27417952f Merge #1029
1029: Corrected 'adminitration' to 'administration' r=mergify[bot] a=warsix4

## What type of PR?

documentation/bug-fix

## What does this PR do?

'adminitration' has been corrected to 'administration'

### Related issue(s)


## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

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


Co-authored-by: Cody Warmbo <github@warmbo.com>
2019-06-23 21:17:25 +00:00
bors[bot]
2d4c837761 Merge #1015
1015: Merge DNS hints, and hostname/domain ordering hints. r=Nebukadneza a=toxik-io

## Enhancement - Hints in setup, references in setup & DNS docs

Unrelated: This PR makes changes to the Flask setup utilities to suggest ordering the `HOSTNAMES` 
entry so that the first entry is the admin panel's domain (at least in my experience that's what fixed my
issues)

It also makes changes to the documentation, referencing that more than the usual DNS
entries need to be set (and the admin panel used) if they've enabled DMARC/SPF/DKIM.

### Related issue(s)
- My original issue #1002

## Prerequistes

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

## Assistance
I'm unsure if the hints for HOSTNAME ordering are simply because of how the config is gulped in
by the current tooling, or if it's a bug that the frontend only accepts connections from the first host...

I also don't know what commands in the CLI would replicate the steps taken on the admin dashboard.

Further, I don't know what you'd put in the changelog.

Co-authored-by: toxik-io <thetoxicarcade@gmail.com>
2019-06-23 09:27:31 +00:00
Daniel Kesselberg
591f00a711
Change NextCloud to Nextcloud 2019-06-17 19:04:18 +02:00
Daniel Kesselberg
6cad9f4839
Improve wording 2019-06-15 16:21:04 +02:00
Daniel Kesselberg
8088f2bd6d
Improve readability 2019-06-15 16:20:05 +02:00
Daniel Kesselberg
04a66187b5
Add information about stripDomain 2019-06-15 16:15:49 +02:00
bors[bot]
ccecf3449e Merge #1010
1010: Move the localization effort to Weblate r=mergify[bot] a=kaiyou

## What type of PR?

documentation

## What does this PR do?

This PR updates documentation for us to move the localization effort outside of POEditor. POEditor had archived our project and it was linked to my account. I suggest we move to a Weblate instance (hosted at TeDomum for the part I setup).

### Related issue(s)
- closes #916 

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: 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: kaiyou <pierre@jaury.eu>
2019-06-06 15:17:48 +00:00
Cody Warmbo
2277d86a9f Corrected 'adminitration' to 'administration' 2019-06-06 16:06:34 +02:00
hoellen
0f030130b4 [doc] port 443 instead of 440 2019-05-29 09:45:31 +02:00
Daniel Kesselberg
b2b19d8810
Update user_external example for nextcloud 2019-05-23 12:57:23 +02:00
cristi
078082fac9 Hopefully improved documentation around initial admin account creation. 2019-05-21 21:06:25 +03:00
cristi
f2a009795b Merge branch 'master' into admin_create_user_enhancement 2019-05-20 23:17:22 +03:00
toxik-io
6ca59f20b5
typo. 2019-05-07 12:29:24 -06:00
toxik-io
55224fb915
suggestion on fixing some access denied errors for admin. 2019-05-07 12:11:01 -06:00
toxik-io
5fe7fb4bf8
location in the admin UI to regenerate DMARC/SPF/DKIM 2019-05-07 12:06:39 -06:00
toxik-io
0f439dbc5b
DMARC regenerated in admin dash (what about cli?) 2019-05-07 11:59:11 -06:00
kaiyou
05925f4c45 Move the localization effort to Weblate 2019-05-07 09:34:33 +02:00
kaiyou
13d7dbdde5 Remove references to individuals in the docs 2019-05-07 08:48:47 +02:00
Daniel Huber
7dcb2eb006
Add authentication for email relays 2019-03-04 18:54:53 +01:00
bors[bot]
42953eb70b Merge #922
922: Add FAQ about clients on port 25 generating non-helpful errors r=mergify[bot] a=Nebukadneza

## What type of PR?
documentation

## Prerequistes
- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: Dario Ernst <dario@kanojo.de>
Co-authored-by: Ionut Filip <ionut.philip@gmail.com>
2019-03-01 15:00:35 +00:00
Ionut Filip
b798ea94d2
Split quoted text on two lines and fix underlines 2019-03-01 16:56:08 +02:00
bors[bot]
a44a34d20f Merge #936
936: Implement towncrier for changelog updates r=mergify[bot] a=ionutfilip

## What type of PR?
Feature

## What does this PR do?
Implements towncrier to create changelog entries

### Related issue(s)

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [ ] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: Ionut Filip <ionut.philip@gmail.com>
2019-02-20 12:10:28 +00:00
Ionut Filip
8489bcb05e Minor changes to changelog doc 2019-02-14 17:24:12 +02:00
Ionut Filip
e674a6fe3d Added docs for new changelog entries 2019-02-14 17:19:48 +02:00
Roman Hoellen
1dfef1609a add domain cli to docs 2019-02-13 10:53:40 +01:00
Roman Hoellen
bc617cf8ec replace _ with - in cli options 2019-02-13 10:30:08 +01:00
Roman Hoellen
ab33ba2172 Merge remote-tracking branch 'upstream/master' into fix-doc-commands-1 2019-02-13 09:59:56 +01:00
Adrian Gruntkowski
3cfaa00fac
Update command for user import
The current example seems to be obsolete.
2019-02-09 15:12:24 +01:00
Dario Ernst
328db51032 Add FAQ about clients on port 25 generating non-helpful errors 2019-02-09 12:38:06 +01:00
bors[bot]
86b4242f82 Merge #886
886: Ipv6 support r=mergify[bot] a=muhlemmer

## What type of PR?

(Feature, enhancement, bug-fix, documentation) -> A bit of everything

## What does this PR do?

Document how to use ipv6nat. This, however triggers some kind of flaky behavior with the Docker DNS resolver, resulting in lookup failures between containers.  So all resolving needs to be done during container startup/configuration.

In order not to pollute every single start.py file, we've created a small library called [Mailu/MailuStart](https://github.com/Mailu/MailuStart). As an addition, this library also defines the template generation function, including its logging facility.

Note: `docker-compose.yml` downgrade is necessary, as IPv6 settings are not supported by the Docker Compose file format 3 😞  

### Related issue(s)
Supersedes  PR #844
- Fixes #827 
- Hopefully helps with #829 and #834

## No backport yet

This PR directly imports MailuStart from git. This makes it a bit more simple to implement on the short term an do some testing and probably some future improvements. When everything is proved stable, we will create a proper PyPi package with versioning and consider back porting.

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: Ionut Filip <ionut.philip@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
2019-02-06 12:56:40 +00:00
cristi
cfbc38b956 Updated doc 2019-01-25 16:22:27 +02:00
Tim Möhlmann
a731e04670
Update docs on review dissmissal and automatic rebuilds 2019-01-25 14:27:20 +02:00
hoellen
928b5470d4 fix some cli commands in the docs 2019-01-24 22:49:27 +01:00
Tim Möhlmann
a9d368d2c9
Fix typo in docs 2019-01-24 16:48:42 +02:00
Tim Möhlmann
33db705194
Use bors-ng to create and upload test images
- Reinstate Travis deploy phase
- Better labeling of Mergify rules
- Automatic `bors try` by Mergify
- Explain bors in comment message
- Skip push for staging branch
- Re-update docs to current situation
2019-01-24 15:23:25 +02:00
Tim Möhlmann
faca9983a8
Automatic creation of review images
- Enable bors-ng for better merging
- Re-enable mergify with a fixed up syntax, it will now only issue bors commands.
- Pull request build images are now pushed to docker hub
- Automatic backport rule
- Fix build tag for branches with slash (/)
- Only push when master and 1.6 target branch
2019-01-23 18:21:48 +02:00
bladeswords
3f5d08235b
Updated doc to reflect 1.6 release 2019-01-21 12:03:07 +11:00
Tim Möhlmann
de8e6f74ea
1.6 release notes (#845)
* 1.6 release!
* Fix typo in release notes
* Rectify Alpine 3.8.2 in release notes
2019-01-18 21:53:38 +02:00
Ionut Filip
bbbd22b3a3
Merge pull request #843 from usrpro/fix-unbound-swarm
Remove unbound from swarm
2019-01-18 12:31:09 +02:00
Tim Möhlmann
d593c783a3
Fix typo in link 2019-01-17 18:22:16 +02:00
Tim Möhlmann
3460872747
Documentation on IPv6 2019-01-17 17:56:00 +02:00
Tim Möhlmann
d9f8510bb6
Fix notls typo 2019-01-17 15:17:21 +02:00
Tim Möhlmann
711f2bcfaf
Docker swarm warnings 2019-01-17 15:01:33 +02:00
Tim Möhlmann
71ba016120
Unbound docs for Swarm 2019-01-17 14:17:44 +02:00
Tim Möhlmann
38e754be6d
Make docs refer to the setup utility 2019-01-16 21:01:09 +02:00
Tim Möhlmann
1975534125
Make docker-compose.yml for setup and docs development friendly
This enables easy local running.
Actual deployment files are moved to github.com/mailu/infra.
2019-01-16 20:50:52 +02:00
Dario Ernst
686db1f33f Add reminder for users not to forget POSTMASTER account or alias 2019-01-13 11:27:14 +01:00
Ionut Filip
50343f354e Merge remote-tracking branch 'upstream/master' into feat-psql-support 2019-01-11 11:21:22 +02:00
Ionut Filip
7f8c7b6479 Added documentation for external mysql db 2019-01-10 17:58:33 +02:00
Thomas Sänger
492f3867d8
remove (broken) FTS 2019-01-10 12:09:08 +01:00
Tim Möhlmann
71cda7983e
Merge branch 'master' into feat-logging 2019-01-08 01:54:33 +02:00
Tim Möhlmann
7d01bb2a4d
LOG_LEVEL docs and changelog entry 2019-01-08 00:58:01 +02:00
Ionut Filip
9077bf7313 Merge remote-tracking branch 'upstream/master' into feat-psql-support 2019-01-07 16:29:50 +02:00
Tim Möhlmann
4b0601cb64
Add WEBROOT_REDIRECT documentation
Closes #802
2019-01-07 12:23:18 +02:00
Ionut Filip
0764c81a57 Fixed typo 2019-01-04 12:40:02 +02:00
Ionut Filip
4e8f899b28 Updated faq with nextcloud integration 2019-01-04 11:19:43 +02:00
Tim Möhlmann
fa355ff05a
Merge pull request #787 from usrpro/update-faq
Update faq
2019-01-02 19:16:31 +02:00
Tim Möhlmann
cd85b44972
Fix typo 2019-01-02 19:15:56 +02:00
hoellen
f2e3d755a6 add nginx conf override to faq 2019-01-02 11:01:10 +01:00
hoellen
f02a8bd1bd
Merge pull request #790 from Dennis14e/patch-1
Fix typo in demo.rst
2019-01-02 10:00:19 +01:00
Dennis Neufeld
4a072992db
Fix typo in demo.rst 2019-01-01 18:48:09 +01:00
Tim Möhlmann
b2823c23b8
Merge remote-tracking branch 'upstream/master' into feat-psql-support 2018-12-31 18:20:39 +02:00
Tim Möhlmann
f91b80503e
FAQ: Older ciphers
- Closes #698
2018-12-31 05:11:56 +02:00
Tim Möhlmann
4c78785da3
FAQ: DKIM and DMARC generation
- Closes #102
2018-12-31 04:57:17 +02:00
Tim Möhlmann
8dd30a698b
FAQ: Rancher
- Closes #125
2018-12-31 04:51:12 +02:00
Tim Möhlmann
df55b2e9d6
Reference and close #206 2018-12-31 04:38:59 +02:00
Tim Möhlmann
dc238bb2b3
FAQ: Unbound DNS
- Closes #554
2018-12-31 04:33:37 +02:00
Tim Möhlmann
4c7cdeb43b
FAQ: Difference between DOMAINS and HOSTNAMES
- Closes #742
- Closes #747
2018-12-31 04:13:25 +02:00
Tim Möhlmann
b91cfd3b41
Merge pull request #781 from usrpro/fix-download-links
Restore VERSION_TAG template
2018-12-31 03:23:54 +02:00
Tim Möhlmann
aaa7ef5de3
Update demo server docs 2018-12-31 03:13:47 +02:00
Tim Möhlmann
7eff09a74b
Merge pull request #724 from Nebukadneza/traefik_support
Documentation and examples for traefik
2018-12-31 01:13:14 +02:00
Dario Ernst
03ee3aa918 Fix typo in contributor docs 2018-12-30 21:46:02 +01:00
Tim Möhlmann
d6ba39b6a9
Traefik docs improvements:
- Removed code tages to increase readability
- Some extra line-breaks for source readability
- Fix link to new mailu/traefik-certdumper container
- dhparams is no longer stored in /certs
- Use a proper "note" box
- Fix typo in docs/compose/traefik directory name
- Include links to example config files
- Fix toml lexer build warning
2018-12-30 16:49:37 +02:00
Tim Möhlmann
e7c9b32e23
Restore VERSION_TAG template 2018-12-30 15:07:45 +02:00
Dario Ernst
dc5f5bb023 Traefik configuration examples 2018-12-26 12:11:12 +01:00
Dario Ernst
e128d8e975 Add documentation for usage behind traefik 2018-12-26 12:07:32 +01:00
Tim Möhlmann
3a5b763018
Option to disable full text search (lucene)
This is a workaround for the bug in issue #751
2018-12-25 13:52:12 +02:00
Tim Möhlmann
ad1ca42bde
Remove unused docker socket mount for Admin 2018-12-20 17:48:29 +02:00
Tim Möhlmann
be7dc1e6bd
Merge pull request #753 from usrpro/deploy-docks
Add deploy settings for server
2018-12-17 00:13:35 +02:00
Tim Möhlmann
533a6f8faa
Add deploy settings for server 2018-12-17 00:12:21 +02:00
Tim Möhlmann
c0645eadef
Remove healthcheck
Did not work correctly and prevents Traefik from serving the page.
2018-12-17 00:04:55 +02:00
Ionut Filip
514d179db1 Fixed networks indentation 2018-12-11 17:40:36 +02:00
Tim Möhlmann
c7dcfee882
Merge pull request #713 from pgeorgi/extend-nginx
nginx: Allow extending config with overrides
2018-12-09 21:44:24 +02:00
Tim Möhlmann
94e42c9b52
Merge pull request #727 from usrpro/feat-subnet2
Move the Mailu Docker network to a fixed subnet.
2018-12-08 12:40:45 +02:00
Tim Möhlmann
33c0a99ffc
Merge pull request #678 from hacor/k8s-cni-fix
Added kubernetes CNI support for Mailu
2018-12-08 12:29:25 +02:00
Tim Möhlmann
bb85079d92
Merge pull request #695 from ofthesun9/master-patch1
POD_ADDRESS_RANGE need to be defined for admin service (dovecot authentific…
2018-12-08 12:25:35 +02:00
mergify-bot
491f6b24bb Merge branch 'master' into 'feat-subnet2' 2018-12-08 00:46:17 +01:00
Tim Möhlmann
c00910ca4b
Merge remote-tracking branch 'upstream/master' into extend-nginx 2018-12-07 16:48:50 +02:00
Tim Möhlmann
9208d7262f
Correct variable naming in .env 2018-12-07 15:22:01 +02:00
Ionut Filip
94edb48f08 Dynamic attachment size 2018-12-07 13:37:40 +02:00
Tim Möhlmann
8172f3eab8
Move the Mailu Docker network to a fixed subnet.
This will make network configuration and host based authentication
more robust, across different deployment platforms.
The options `RELAYNETS` and`POD_ADDRESS_RANGE` are kept for compatibility.
However, their usage have become optional.
2018-12-06 12:08:22 +02:00
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.
2018-12-05 23:54:52 +01:00
Tim Möhlmann
55cf328ce2
Documentation how to use Postgresql 2018-12-03 19:02:03 +02:00
kaiyou
5b769e23da Merge branch 'master' into refactor-config 2018-11-08 21:43:05 +01:00
kaiyou
30716b8bdf Update docs with the new flask command 2018-11-08 21:35:41 +01:00
Tim Möhlmann
2576379df5
Dev. docs.: Add git workflows for branching, PR and reviewing 2018-11-02 15:10:18 +02:00
ofthesun9
5067b5c59a POD_ADDRESS need to be defined for admin service (dovecot authentification) fixes #694
- updated the docs
- corrected a typo
2018-10-31 14:27:37 +00:00
Tim Möhlmann
9004c9b8b5
Merge pull request #677 from usrpro/feat-faq
Implement a FAQ
2018-10-30 21:04:34 +01:00
Daniel Huber
2237e641b0
Fix Typo in K8s Docs 2018-10-28 12:26:14 +01:00
hoellen
fd3a944850 fix typo in doc 2018-10-25 13:04:40 +02:00
hoellen
9412c8e1e9
Correct spelling error
Co-Authored-By: muhlemmer <muhlemmer@gmail.com>
2018-10-23 13:52:43 +03:00
Hans Cornelis
99540cd90b - Added kubernetes CNI support for Mailu
Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
2018-10-23 10:47:26 +02:00
Thomas Sänger
76e95bd585
Fix typo
Co-Authored-By: muhlemmer <muhlemmer@gmail.com>
2018-10-22 21:05:55 +03:00
Tim Möhlmann
7c1118df7d
Extending the FAQ 2018-10-22 16:14:54 +03:00
Tim Möhlmann
3552c59ff3
Insert ref link for FAQ, shortened title for display purposes 2018-10-22 16:11:45 +03:00
Tim Möhlmann
b54a51e3ba
Merge branch 'master' into feat-faq 2018-10-22 12:30:23 +03:00
Tim Möhlmann
81b24f61e8
Merge branch 'master' into feat-healthchecks 2018-10-21 20:58:59 +03:00
mergify[bot]
f2c4e52fee
Merge pull request #664 from kaiyou/feat-docs-versions
Implement a multi-version documentation
2018-10-21 14:22:13 +00:00
mergify[bot]
bce1487338
Merge pull request #576 from hacor/master
Kubernetes fixed for production
2018-10-20 22:30:38 +00:00
mergify[bot]
4a5c0a6d21
Merge pull request #667 from kaiyou/fix-password-performance
Improve password checking performance
2018-10-19 18:56:26 +00:00
Tim Möhlmann
771e0ee6a2
Remove old crypt settings from .env
As per conversation in PR
2018-10-19 16:29:47 +03:00
Hans Cornelis
f10416e85a Merged with new PRs 2018-10-19 13:40:17 +02:00
Hans Cornelis
6fb0b93240 - Removed RSPAMD Password feature
- Updated roles on the Front DS
- Reverted the Auth limits

Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
2018-10-19 13:39:32 +02:00
Tim Möhlmann
4ccefd6d5e
Documentation update on local docs container 2018-10-19 13:43:09 +03:00
mergify[bot]
118ea0f3fb
Merge pull request #604 from ofthesun9/feature-swarm
Enabling swarm deployment on master branch
2018-10-19 09:18:34 +00:00
ofthesun9
7a3922c2e7 Fixes few typos 2018-10-18 19:14:53 +00:00
ofthesun9
5b8deed06b Made the instructions more simple
Updated the volume defintion to the latest master status
Removed the part around .yml variable substitution as we can use a "trick"
2018-10-18 18:59:22 +00:00
ofthesun9
9c639eebd4 Made the instructions more simple (moved the nfs-volume example to another file)
Removed he part around variable substitution as we can use a "trick"
2018-10-18 18:46:59 +00:00
kaiyou
828d96f8f0 Switch the default password scheme to PBKDF2 2018-10-17 21:26:44 +02:00
Hans Cornelis
e67a0d464b Deleted old folder 2018-10-17 07:44:21 +02:00
Hans Cornelis
3098343360 Merged conflicts 2018-10-17 07:32:56 +02:00
hacor
4ea12deae7 Added kubernetes to Mailu 2018-10-17 07:22:55 +02:00
kaiyou
53b9c031c9 Add a warning banner when not reading the stable docs 2018-10-16 23:19:48 +02:00
kaiyou
13e3862ca7 Simplify the docs configuration 2018-10-16 22:55:05 +02:00
kaiyou
8fa80c1589 Support multiple docs versions 2018-10-16 22:52:21 +02:00
Thomas Sänger
39272ab05c
add healthcheck for http services 2018-10-16 21:38:12 +02:00
mergify[bot]
28a5f8574d
Merge pull request #661 from usrpro/feat-sys-log
Option to send front logs to journald or syslog
2018-10-16 18:29:09 +00:00
mergify[bot]
bee81d1a54
Merge pull request #647 from HorayNarea/bcrypt
support bcrypt and use it as default
2018-10-16 17:50:44 +00:00
mergify[bot]
eacf27452e
Merge pull request #660 from usrpro/update-dev-docs
Update Dev-docs to use build.yml for building
2018-10-16 13:49:42 +00:00
Tim Möhlmann
acbb586e71
Option to send logs to journald or syslog 2018-10-16 12:38:17 +03:00
Tim Möhlmann
b38deb18cf
Update Dev-docs to use build.yml for building 2018-10-15 19:37:24 +03:00
Tim Möhlmann
1394955447
FAQ about TLS issues 2018-10-13 21:13:09 +03:00
Tim Möhlmann
b5693edc63
Include a doc section for external certbot 2018-10-13 20:59:14 +03:00
Tim Möhlmann
f4ef0eed09
Wrote informational section of the FAQ 2018-10-12 20:48:44 +03:00
Tim Möhlmann
70c4e42f74
Fix small typo 2018-10-11 18:33:58 +03:00
Tim Möhlmann
77e3fc0ebc
Some documentation flow refactoring and updates:
- Improve advice on IP binding; Follow up on issue #641
 - mailradar is dead. Found mxtoolbox instead
 - Fix some internal linking
2018-10-11 18:14:37 +03:00
Thomas Sänger
c8b39c5d4a
support bcrypt and use it as default 2018-10-10 19:29:23 +02:00
gitting
3541b7cc63
Add newline for list to display properly 2018-10-10 08:09:55 -07:00
kaiyou
00b5ae11db
Merge branch 'master' into feat-abstract-db 2018-10-10 08:41:56 +02:00
ofthesun9
6bd365e771 Change title layout 2018-10-08 21:00:44 +00:00
ofthesun9
9d610f56f7 Added some lines around ingress mode 2018-10-08 18:53:44 +00:00
ofthesun9
74796201ec Merge branch 'master' into feature-swarm 2018-10-07 08:00:12 +00:00
kaiyou
f430f410f0
Merge branch 'master' into feature-smtpd_reject_unlisted_recipient 2018-10-06 18:56:36 +02:00
ofthesun9
58a83a93e6 Add REJECT_UNLISTED_RECIPIENT variable in .env file 2018-10-04 18:55:56 +00:00
Tim Möhlmann
6479f5177b
Revert "Add a Dockerfile for buliding the docs"
This reverts commit f97d0d9e43.
2018-10-01 12:07:49 +03:00
Tim Möhlmann
73add1b428
Documentation on running a local docs container 2018-10-01 01:47:40 +03:00
kaiyou
f97d0d9e43 Add a Dockerfile for buliding the docs 2018-09-28 17:28:46 +02:00
kaiyou
339b3c1b24 Build the documentation as a Docker image 2018-09-28 10:41:17 +02:00
kaiyou
f9c6c98180 Remove fetchmail dependency to the databse 2018-09-27 15:54:08 +02:00
kaiyou
68aa797720 Merge branch 'master' into feat-abstract-db 2018-09-25 21:46:12 +02:00
kaiyou
5341ee4472 Add a Dockerfile for buliding the docs 2018-09-25 21:04:30 +02:00
ofthesun9
23e288aadc Enabling swarm deployment on master branch:
-Extends the usage of POD_ADDRESS_RANGE
-Provides documentation
2018-09-24 17:29:31 +00:00
kaiyou
d917f60352
Merge pull request #553 from HorayNarea/compress
add optional Maildir-Compression
2018-09-16 20:00:32 +02:00
Thomas Sänger
0bdb2a16bc
add optional Maildir-Compression 2018-08-05 19:48:24 +02:00
ofthesun9
935cd7f706
Update README.md 2018-08-04 18:13:08 +02:00
ofthesun9
480fc6c437
Update README.md
Typo
2018-08-04 18:12:41 +02:00
ofthesun9
d13725ce33
Update README.md
Typo
2018-08-04 18:09:18 +02:00
ofthesun9
dc8df56976
Update README.md
Typo
2018-08-04 18:08:07 +02:00
ofthesun9
a6412f3f23
Update README.md 2018-08-04 18:03:50 +02:00
ofthesun9
b3131496c6
Update README.md 2018-08-04 18:00:57 +02:00
ofthesun9
27d43384c5 Documentation to deploy mailu on a docker swarm 2018-08-04 15:58:53 +00:00
ofthesun9
91300c1c5c
Update README.md
Typo
2018-08-04 17:48:37 +02:00
ofthesun9
820e5c667b
Update README.md
Typo
2018-08-04 17:47:10 +02:00
ofthesun9
8a0ff1153e Documentation to deploy mailu on a docker swarm 2018-08-04 15:44:43 +00:00
ofthesun9
a34090502d Documentation to deploy mailu on a docker swarm 2018-08-04 15:38:25 +00:00
ofthesun9
806dfc804a Typo 2018-08-04 15:33:08 +00:00
ofthesun9
bd6026384a Documentation to deploy mailu on a doxker swarm 2018-08-04 15:27:27 +00:00
kaiyou
b6e4b0e557
Merge pull request #544 from hacor/master
Created new manifests for Kubernetes
2018-08-01 21:13:33 +02:00
hacor
151aeb9c06 Updated adaptations for dovecot on shared filesystem and indexing errors
Signed-off-by: hacor <hacornelis@gmail.com>
2018-08-01 15:45:49 +02:00
hacor
699a25939f Updated docs for Travis
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:45:11 +02:00
hacor
db3cb2aac1 Updated docs
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:17:21 +02:00
hacor
eb9649db4e Added a new release for Kubernetes
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:15:25 +02:00
Pierre Jaury
0085b6f1e6 Remove the data mount where unused 2018-07-26 21:58:50 +02:00
Jake Walker
109842502a
Fix typo 2018-07-13 15:11:40 +01:00
reallinfo
6478400cba
Add files via upload 2018-06-28 17:28:37 +03:00
kaiyou
3beceb90ec
Merge pull request #429 from mildred/parametrize-hosts
Add various environment variables to allow running outside of docker-compose
2018-05-28 23:09:08 +02:00
Mildred Ki'Lya
ae8c9f5a6b Add various environment variables to allow running outside of docker-compose 2018-05-08 20:41:02 +01:00
Dennis Twardowsky
8f5036e769 Update documentation for TLS flexible filenames support 2018-05-01 14:58:57 +02:00
kaiyou
a03d884ccc Add the domain registration option in .env 2018-04-18 20:34:21 +02:00
kaiyou
1c26c9e376
Merge pull request #409 from t3hmrman/patch-1
Update NGINX Ingress controller configuration
2018-04-16 08:23:59 +02:00
kaiyou
ea8aced2e6
Merge pull request #434 from steamedhams1/patch-1
Update .env
2018-04-11 21:53:52 +02:00
kaiyou
3ef4e1f6b7 Add support for recaptcha upon signup 2018-04-11 21:08:59 +02:00
steamedhams1
46cd86e66a
Update .env
Fixed typo
2018-04-04 02:21:37 -07:00
kaiyou
52bad80af8
Add a link to MFAshby's fork 2018-03-21 22:49:59 +01:00
Vados
f2c74dd014
Remove ports option completely
Not needed since `hostNetwork: true`
2018-03-13 21:06:53 +09:00
Vados
82ff7c421d
Update NGINX Ingress controller configuration 2018-03-13 20:51:36 +09:00
Paul Binks
933d3a435d Update setup.rst 2018-03-05 21:22:05 +01:00
kaiyou
a0d7b987ca Remove the reference to stable in the setup docs, fixes #393 2018-03-05 21:19:11 +01:00
Paul Binks
a453df3503 Update cli.rst 2018-03-05 21:17:24 +01:00
Paul Binks
75c103ccc9 Update maintain.rst 2018-03-05 21:17:19 +01:00
Paul Binks
198f145821 Update reverse.rst 2018-03-05 21:17:14 +01:00
Paul Binks
f818936012 Update dns.rst 2018-03-05 21:17:09 +01:00
Paul Binks
dba6bf5ae9 Update index.rst 2018-03-05 21:17:03 +01:00
Paul Binks
3ae2dffb4d Update requirements.rst 2018-03-05 21:16:58 +01:00
Marcel Melzig
e7d838ac2a Added webmail-imap dependency in docker-compose.yml. 2018-03-02 11:23:41 +01:00
Rafael Cossovan
23f392efb2 Update configuration.rst
Fix env variable.
2018-01-31 09:00:53 -02:00
Mildred Ki'Lya
f538e33dcf Parametrize hosts
Allows to use mailu without docker-compose when hostnames are not set up
by docker itself but provided via a separate resolver.

Use case: use mailu using nomad scheduler and consul resolver instead of
docker-compose. Other servers are provided by the DNS resolver that
resolves names like admin.service.consul or webmail.service.consul.
These names needs to be configurable.
2018-01-24 22:54:41 +01:00
SunMar
6ec0fe7036 Adding options for mail-letsencrypt 2018-01-04 16:23:28 +01:00
kaiyou
ca2cc4fc24 Add some details about the development environment 2017-12-06 19:51:14 +01:00
kaiyou
03d3351496 Set the title of web pages in the docs 2017-11-21 22:37:21 +01:00
kaiyou
1c3df2b1fc Fix the compose dependencies for front and admin container 2017-11-13 21:40:22 +01:00
Thomas Sänger
a9350953c6
use alpine-image for redis 2017-11-12 23:23:54 +01:00
kaiyou
89ac22dd90 Express dependencies in the Compose configuration, related to #316 2017-11-11 15:08:23 +01:00
kaiyou
ac0c339aa8 Implement welcome emails, fixes #107 2017-11-10 11:56:43 +01:00
Lucas
8f6f01e07f
Add the new TLS_FLAVOR "mail" to the env file
Update the env file to add the new TLS_FLAVOR "mail" in the list of possible values.
2017-11-08 14:29:04 -02:00
kaiyou
8cab079af6 Add a missing volume for dkim to work on rspamd 2017-11-08 00:26:08 +01:00
kaiyou
bfa50c5aa7 Add a new TLS flavor named 'mail' 2017-11-07 16:16:41 +01:00
kaiyou
5fd29a6593 Update the version in .env 2017-11-07 16:07:58 +01:00
kaiyou
e3ccf8b51f Add a note about the stable branch 2017-11-07 16:05:46 +01:00
kaiyou
3966a9a401 Fix the documentation about exposing the admin interface
(cherry picked from commit 1ac0576af0)
2017-11-06 13:46:30 +01:00
kaiyou
5831221c0e Use a template to replace the version tag 2017-11-06 13:24:40 +01:00
kaiyou
ea9f3c0242 Fix a Jinja compilation issue 2017-11-06 12:46:21 +01:00
kaiyou
49bfeda3d3 Use proper jinja templating inside rst templates 2017-11-06 12:21:28 +01:00
kaiyou
30a1657155 Use a custom role for including github_version 2017-11-06 12:10:54 +01:00
kaiyou
8b9d9ef86d Use github_version in literals 2017-11-06 11:48:39 +01:00
kaiyou
e170ecaeee Fix a typo in the release notes and remove the mention of the stable branch
(cherry picked from commit 0edd4864d2)
2017-11-06 11:43:24 +01:00
kaiyou
12447e42ff Generate dynamic download links for the configuration
(cherry picked from commit 881fae382a)
2017-11-06 11:43:15 +01:00
kaiyou
a4055e2f49 Add a link to the changelog 2017-11-05 18:46:28 +01:00
kaiyou
71eb30c4b6 Fix some typos in the release notes 2017-11-05 18:38:57 +01:00
kaiyou
e15b11dc7e Publish release notes for version 1.5 2017-11-05 18:31:15 +01:00
kaiyou
6eaffd514d Make it possible to opt out of statistics 2017-11-05 18:30:53 +01:00
kaiyou
81ec977e6e Make rspamd configuration overridable 2017-11-05 17:23:40 +01:00
kaiyou
3d6ad9c3ca Update the kubernetes docs and warn about incompatibility with version 1.5 2017-11-05 16:58:44 +01:00
kaiyou
08b567e3d9 Disable deprecated rmilter 2017-11-05 16:55:37 +01:00
kaiyou
e0dd708ce0 Fix the reverse proxy documentation 2017-11-05 00:34:32 +01:00
kaiyou
0d7ab122d5 Add the documentation about reverse proxies 2017-11-05 00:30:03 +01:00
kaiyou
17f49e77e5 Update the documentation index 2017-11-05 00:24:30 +01:00
kaiyou
f8a6c8a415 Add contributors documentations 2017-11-05 00:24:18 +01:00
kaiyou
a68802b3b5 Add the demo server and release notes 2017-11-05 00:24:10 +01:00
kaiyou
8e1e937808 Add a page with features and screenshots 2017-11-04 23:56:15 +01:00
kaiyou
d433c7a0ed Add paramiko to upload documentations after the build 2017-11-04 23:16:29 +01:00
kaiyou
56c0c00840 Add some shields on the homepage 2017-11-04 22:05:11 +01:00
kaiyou
70c32787d6 Insert a dynamic template for multiversion rendering 2017-11-04 21:38:29 +01:00
kaiyou
8746fafc14 Simplify the Sphinx configuration 2017-11-04 19:28:19 +01:00
kaiyou
ce9d991a13 Improve the documentation menu 2017-11-04 19:07:55 +01:00
kaiyou
f5ccc0e09c Remove unused makefiles 2017-11-04 19:01:00 +01:00
kaiyou
f2ff77d554 Remove unused directories 2017-11-04 19:00:45 +01:00
kaiyou
1434e788ee Add a requirement list 2017-11-04 18:59:23 +01:00
kaiyou
2d22e9cabe Add the Mailu logo 2017-11-02 20:22:49 +01:00
kaiyou
bc44b83819 Update links for the compose setup 2017-11-02 20:16:07 +01:00
kaiyou
5d395a2dd0 Fix the version number in the documentation 2017-11-02 20:05:49 +01:00
kaiyou
fcf9515bff Fix the rst syntax for most documentation 2017-11-02 20:05:12 +01:00
kaiyou
dc2f1280ed Import the documentation from the wiki 2017-11-01 20:12:17 +01:00
kaiyou
c59e05bb09 Add initial sphinx config 2017-11-01 12:37:32 +01:00
kaiyou
75842df0d4 Move compose base files to the docs 2017-11-01 12:11:59 +01:00
kaiyou
26da4f306d Move images to the documentation folder 2017-11-01 12:04:31 +01:00
t3hmrman
f22c4899fd Add light documentation structure and README for kubernetes 2017-09-27 10:37:34 +09:00