68 Коммитов (12667c70f6b1de793270b0f4172c0335dccad55a)

Автор SHA1 Сообщение Дата
kaiyou 8e88f1b8c3 Refactor the rate limiting code
Rate limiting was already redesigned to use Python limits. This
introduced some unexpected behavior, including the fact that only
one criteria is supported per limiter. Docs and setup utility are
updated with this in mind.

Also, the code was made more generic, so limiters can be delivered
for something else than authentication. Authentication-specific
code was moved directly to the authentication routine.
6 лет назад
Michael Wyraz 2aa1600908 Add postfix mailqueue to persistent storage on docker 6 лет назад
hoellen d3dd4802f4 Change default password scheme to PBKDF2 (#1194) 6 лет назад
bors[bot] 8ffe947f39 Merge #939
939: Removed commented options in env file r=mergify[bot] a=ionutfilip

## What type of PR?
Enhancement

## What does this PR do?
Remove all commented options from env file

### Related issue(s)
- #858
- #895

## 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>
7 лет назад
bors[bot] ce12c4979d Merge #964
964: Create overrides/nginx r=mergify[bot] a=jeremyVignelles

## What type of PR?

documentation

## What does this PR do?
Updates the procedure to include the creation of that required folder

## 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: Jérémy VIGNELLES <jeremyvignelles@users.noreply.github.com>
7 лет назад
Jérémy VIGNELLES b1621d4b63
Create overrides/nginx
This folder is needed for the front service to be able to start, because a bind-mount is made on that folder.
7 лет назад
Ahmed H 52948fa529
Correct hardcoded WEBROOT_REDIRECT
We should not assume that the user has chosen the word "webmail" for his webmail path
7 лет назад
Ionut Filip 4df36bea91 Removed commented options 7 лет назад
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>
7 лет назад
bors[bot] 4d58b322bc Merge #888 #889
888: Correct the URL users are directed to after using setup without exposing /admin r=mergify[bot] a=Nebukadneza

In setup, users who didn’t expose `/admin` were directed to `http://127.0.0.1:8080/`, which was missing `/ui` to work.

Also, let’s help out the less apt admins by providing a copy-paste template for ssh-tunnelling.

## What type of PR?
documentation

### Related issue(s)
closes #885

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


889: Catch webmail-url empty but webmail configured and force to default r=mergify[bot] a=Nebukadneza

## What type of PR?
bug-fix

## What does this PR do?
Quite some users managed to delete the contents of the webmail-url field in
setup, which forces front into a restart loop. Catch the case where a webmail
service is configured, but url is empty — and force to default /webmail.

### Related issue(s)
closes #856

## 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>
7 лет назад
Dario Ernst ef5a114cff Put webmail on / for empty webmail_path from setup 7 лет назад
Dario Ernst 0676252ec1 Revert accidental setup commits and fix code/pre tags 7 лет назад
Dario Ernst d9d6f514aa Catch webmail-url empty but webmail configured and force to default
Quite some users managed to delete the contents of the webmail-url field in
setup, which forces front into a restart loop. Catch the case where a webmail
service is configured, but url is empty — and force to default /webmail.

closes #856
7 лет назад
Dario Ernst 392637e16a Correct the URL users are directed to after using setup without exposing /admin
closes #885
7 лет назад
Jim Heald eb8d84aed0 Fix environment variable inconsistency 7 лет назад
Ionut Filip 14a30ee102 Added IPv6 as optional 7 лет назад
Ionut Filip f7e37b7d4b
Removed unbound resolver for stack flavor 7 лет назад
Ionut Filip 50343f354e Merge remote-tracking branch 'upstream/master' into feat-psql-support 7 лет назад
Ionut Filip 37a07e3297 Update setup utility with mysql db flavor 7 лет назад
Tim Möhlmann 7d01bb2a4d
LOG_LEVEL docs and changelog entry 7 лет назад
Ionut Filip 9077bf7313 Merge remote-tracking branch 'upstream/master' into feat-psql-support 7 лет назад
Tim Möhlmann cffc7c15f1
Merge remote-tracking branch 'upstream/master' into fix-setup-filegen 7 лет назад
Tim Möhlmann b2823c23b8
Merge remote-tracking branch 'upstream/master' into feat-psql-support 7 лет назад
Daniel Huber b4f6f6b354
Merge branch 'master' into fix-docker-prefix 7 лет назад
Tim Möhlmann c1bfde4e15
Use wget for file dowloads. Curl doesn't like the Traefik redirects 7 лет назад
Tim Möhlmann 19bd90f581
Fix usage of radicale image instead of none
I just noticed that the `none` image was used in place where `radicale` should be used. Fixed in this commit.
7 лет назад
Daniel Huber d357ed67f5
Add DOCKER_PREFIX in tests and setup files 7 лет назад
Daniel Huber 736607ab0c
Update admin account create command in setup utility to use the flask cli 7 лет назад
Ionut Filip 5e2552bcd5 Removed if block 7 лет назад
Ionut Filip bb0fd896b3 Fix some bugs in setup for stack flavor
- Unbound and webmail images were hardcoded
- Removed unnecesary environment keyword
7 лет назад
Tim Möhlmann c7dcfee882
Merge pull request #713 from pgeorgi/extend-nginx
nginx: Allow extending config with overrides
7 лет назад
mergify-bot 491f6b24bb Merge branch 'master' into 'feat-subnet2' 7 лет назад
Tim Möhlmann c00910ca4b
Merge remote-tracking branch 'upstream/master' into extend-nginx 7 лет назад
Tim Möhlmann c25ba75d68
Include WEBROOT_REDIRECT in setup templates 7 лет назад
Ionut Filip 94edb48f08 Dynamic attachment size 7 лет назад
Tim Möhlmann c0972face6
Correct subnetting functionality for the tests and setup 7 лет назад
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.
7 лет назад
Ionut Filip 7809d1373a Moved postgresql image in optional 7 лет назад
Ionut Filip 92bdc6e0a3 Added network if postgresql used 7 лет назад
Ionut Filip fa879dd9ab Removed empty space 7 лет назад
Ionut Filip e89d354834 Encrypted input db password 7 лет назад
Ionut Filip ef6a0727ac Updated setup with optional psql db 7 лет назад
Tim Möhlmann ca4804653d
Merge branch 'master' into feat-setup 7 лет назад
Tim Möhlmann 1e3392e417
Antispam not an optional service, postfix fails without it 7 лет назад
Tim Möhlmann 72e931f4b4
Modify setup templates to allow for DOCKER_ORG and VERSION override. (Needed for Travis) 7 лет назад
Tim Möhlmann b8783b670a
Take out DNS entry for webmail 7 лет назад
Ionut Filip 120c29eff6 Added unbound for stack flavor 7 лет назад
Ionut Filip ae8f928fc0 Added project name on docker commands 7 лет назад
Ionut Filip 6c12e2fffb Fixed subnet variable in unbound 7 лет назад
Ionut Filip da37555a3c Fixed naming error 7 лет назад