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
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