Tim Möhlmann
3460872747
Documentation on IPv6
6 years ago
Tim Möhlmann
d9f8510bb6
Fix notls typo
6 years ago
Tim Möhlmann
38e754be6d
Make docs refer to the setup utility
6 years ago
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.
6 years ago
Dario Ernst
686db1f33f
Add reminder for users not to forget POSTMASTER account or alias
6 years ago
Ionut Filip
50343f354e
Merge remote-tracking branch 'upstream/master' into feat-psql-support
6 years ago
Ionut Filip
7f8c7b6479
Added documentation for external mysql db
6 years ago
Thomas Sänger
492f3867d8
remove (broken) FTS
6 years ago
Tim Möhlmann
71cda7983e
Merge branch 'master' into feat-logging
6 years ago
Tim Möhlmann
7d01bb2a4d
LOG_LEVEL docs and changelog entry
6 years ago
Ionut Filip
9077bf7313
Merge remote-tracking branch 'upstream/master' into feat-psql-support
6 years ago
Tim Möhlmann
4b0601cb64
Add WEBROOT_REDIRECT documentation
...
Closes #802
6 years ago
Ionut Filip
0764c81a57
Fixed typo
6 years ago
Ionut Filip
4e8f899b28
Updated faq with nextcloud integration
6 years ago
Tim Möhlmann
fa355ff05a
Merge pull request #787 from usrpro/update-faq
...
Update faq
6 years ago
Tim Möhlmann
cd85b44972
Fix typo
6 years ago
hoellen
f2e3d755a6
add nginx conf override to faq
6 years ago
hoellen
f02a8bd1bd
Merge pull request #790 from Dennis14e/patch-1
...
Fix typo in demo.rst
6 years ago
Dennis Neufeld
4a072992db
Fix typo in demo.rst
6 years ago
Tim Möhlmann
b2823c23b8
Merge remote-tracking branch 'upstream/master' into feat-psql-support
6 years ago
Tim Möhlmann
f91b80503e
FAQ: Older ciphers
...
- Closes #698
6 years ago
Tim Möhlmann
4c78785da3
FAQ: DKIM and DMARC generation
...
- Closes #102
6 years ago
Tim Möhlmann
8dd30a698b
FAQ: Rancher
...
- Closes #125
6 years ago
Tim Möhlmann
df55b2e9d6
Reference and close #206
6 years ago
Tim Möhlmann
dc238bb2b3
FAQ: Unbound DNS
...
- Closes #554
6 years ago
Tim Möhlmann
4c7cdeb43b
FAQ: Difference between DOMAINS and HOSTNAMES
...
- Closes #742
- Closes #747
6 years ago
Tim Möhlmann
b91cfd3b41
Merge pull request #781 from usrpro/fix-download-links
...
Restore VERSION_TAG template
6 years ago
Tim Möhlmann
aaa7ef5de3
Update demo server docs
6 years ago
Tim Möhlmann
7eff09a74b
Merge pull request #724 from Nebukadneza/traefik_support
...
Documentation and examples for traefik
6 years ago
Dario Ernst
03ee3aa918
Fix typo in contributor docs
6 years ago
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
6 years ago
Tim Möhlmann
e7c9b32e23
Restore VERSION_TAG template
6 years ago
Dario Ernst
dc5f5bb023
Traefik configuration examples
6 years ago
Dario Ernst
e128d8e975
Add documentation for usage behind traefik
6 years ago
Tim Möhlmann
3a5b763018
Option to disable full text search (lucene)
...
This is a workaround for the bug in issue #751
6 years ago
Tim Möhlmann
ad1ca42bde
Remove unused docker socket mount for Admin
6 years ago
Tim Möhlmann
be7dc1e6bd
Merge pull request #753 from usrpro/deploy-docks
...
Add deploy settings for server
6 years ago
Tim Möhlmann
533a6f8faa
Add deploy settings for server
6 years ago
Tim Möhlmann
c0645eadef
Remove healthcheck
...
Did not work correctly and prevents Traefik from serving the page.
6 years ago
Ionut Filip
514d179db1
Fixed networks indentation
6 years ago
Tim Möhlmann
c7dcfee882
Merge pull request #713 from pgeorgi/extend-nginx
...
nginx: Allow extending config with overrides
6 years ago
Tim Möhlmann
94e42c9b52
Merge pull request #727 from usrpro/feat-subnet2
...
Move the Mailu Docker network to a fixed subnet.
6 years ago
Tim Möhlmann
33c0a99ffc
Merge pull request #678 from hacor/k8s-cni-fix
...
Added kubernetes CNI support for Mailu
6 years ago
Tim Möhlmann
bb85079d92
Merge pull request #695 from ofthesun9/master-patch1
...
POD_ADDRESS_RANGE need to be defined for admin service (dovecot authentific…
6 years ago
mergify-bot
491f6b24bb
Merge branch 'master' into 'feat-subnet2'
6 years ago
Tim Möhlmann
c00910ca4b
Merge remote-tracking branch 'upstream/master' into extend-nginx
6 years ago
Tim Möhlmann
9208d7262f
Correct variable naming in .env
6 years ago
Ionut Filip
94edb48f08
Dynamic attachment size
6 years ago
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.
6 years ago
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.
6 years ago