1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-17 00:07:45 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
6f973a2e4b Fixed hardcoded antispam and antivirus host addresses
Fixes #978
2019-08-22 11:41:18 +03:00
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
83c58c6ed5 add names to ports of imap deployment, remove imap-ssl 2019-08-19 12:42:41 +02:00
173b9bdc6d expose pop3 port 2019-07-17 23:05:41 +02:00
078082fac9 Hopefully improved documentation around initial admin account creation. 2019-05-21 21:06:25 +03:00
f2a009795b Merge branch 'master' into admin_create_user_enhancement 2019-05-20 23:17:22 +03:00
cfbc38b956 Updated doc 2019-01-25 16:22:27 +02:00
928b5470d4 fix some cli commands in the docs 2019-01-24 22:49:27 +01:00
33c0a99ffc Merge pull request #678 from hacor/k8s-cni-fix
Added kubernetes CNI support for Mailu
2018-12-08 12:29:25 +02:00
9004c9b8b5 Merge pull request #677 from usrpro/feat-faq
Implement a FAQ
2018-10-30 21:04:34 +01:00
2237e641b0 Fix Typo in K8s Docs 2018-10-28 12:26:14 +01:00
99540cd90b - Added kubernetes CNI support for Mailu
Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
2018-10-23 10:47:26 +02:00
3552c59ff3 Insert ref link for FAQ, shortened title for display purposes 2018-10-22 16:11:45 +03:00
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
e67a0d464b Deleted old folder 2018-10-17 07:44:21 +02:00
3098343360 Merged conflicts 2018-10-17 07:32:56 +02:00
4ea12deae7 Added kubernetes to Mailu 2018-10-17 07:22:55 +02:00
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
db3cb2aac1 Updated docs
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:17:21 +02:00
eb9649db4e Added a new release for Kubernetes
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:15:25 +02:00
f2c74dd014 Remove ports option completely
Not needed since `hostNetwork: true`
2018-03-13 21:06:53 +09:00
82ff7c421d Update NGINX Ingress controller configuration 2018-03-13 20:51:36 +09:00
dba6bf5ae9 Update index.rst 2018-03-05 21:17:03 +01:00
3d6ad9c3ca Update the kubernetes docs and warn about incompatibility with version 1.5 2017-11-05 16:58:44 +01:00
fcf9515bff Fix the rst syntax for most documentation 2017-11-02 20:05:12 +01:00
dc2f1280ed Import the documentation from the wiki 2017-11-01 20:12:17 +01:00
f22c4899fd Add light documentation structure and README for kubernetes 2017-09-27 10:37:34 +09:00