Commit Graph

24 Commits (d76d3b4959fe589e481145d2f6c305967bad7139)

Author SHA1 Message Date
Dimitri Huisman 9519d07ba2 Switch from RainLoop to SnappyMail
Dimitri Huisman b140fa54ac Update jquery js dependencies in setup
Dimitri Huisman 17cea83301 Completely remove step 5 where you can set the replica count for docker-stack.
Add additional warning to ´experimental' notice in setup for stack.
Add a notice the shipped PostgreSQL is deprecated.
Make the external PostgreSQL database the default option.
Make 1.7 the default version (stable_version': '1.7', in docs\conf.py)
Update mergify.yml with 1.8 version
Dennis Hoppe c3cbac65f9
Replace SMPT with SMTP
Dario Ernst 5ab47864e7 Clarify fetchmail description text in setup
Leigh Morresi 83b51e6597 Place checkbox descriptions after checkboxes and labels, set italic for readability.
Leigh Morresi 1ede5dc301 Grammatical and spelling mistake fixes.
Jonathan Elias Caicedo 8661919374
Fix 'coma' -> 'comma'
toxik-io ca5e0c88ba
update in stack, as well.
Ionut Filip bbbd22b3a3
Merge pull request from usrpro/fix-unbound-swarm
Remove unbound from swarm
Ionut Filip f7e37b7d4b
Removed unbound resolver for stack flavor
Tim Möhlmann 38e754be6d
Make docs refer to the setup utility
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.
Ionut Filip 2a76451a98 Moved scripts to an external js file
Tim Möhlmann ca4804653d
Merge branch 'master' into feat-setup
Ionut Filip ffdef18bd6 Rendering admin/webmail path based on checkbox value
Tim Möhlmann 1e3392e417
Antispam not an optional service, postfix fails without it
Ionut Filip e5268de0c7 Revert default value for subnet
Ionut Filip 120c29eff6 Added unbound for stack flavor
Ionut Filip 7c07efc216 Added unbound to setup
- Added checkbox for unbound resolver
- Added subnet variable
- Added dns variable which is generating the ip address based on subnet
Ionut Filip 3c9cae5d06 Added replicas variables for core containers
- Added back restart: always on compose flavor
- Moved Log driver from .env to docker-compose.yml
Ionut Filip c5be360a48 Updated setup page for stack flavor
Ionut Filip 08987dfa22 Minor changes
Ionut Filip 35193f5530 Added functionality for stack flavor