mailcow: dockerized - documentation 📰
Datei suchen
Peter c1e6b9ce2d
Added a Traefik 2 example on the Reverse Proxy section. (#187)
* Added Traefik 2 support example.

Hello, this is my first time adding anything to any docs ever, so i hope everything is fine, im open to changes or suggestions! 
I've checked the configs, and this is the same steps i used today to make mailcow work behind Traefik 2.

I've also checked for typos and errors, and everything seems fine for now. If i find anything else i'll issue a new change!

Best regards! ~Frenzoid.

* Update firststeps-rp.md

* Update firststeps-rp.md

* Update firststeps-rp.md

Co-authored-by: Peter <magic@kthx.at>
2020-03-05 19:49:06 +01:00
docs Added a Traefik 2 example on the Reverse Proxy section. (#187) 2020-03-05 19:49:06 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Update .travis.yml 2018-10-06 11:15:28 +08:00
mkdocs.yml Small Typo (#195) 2020-03-04 09:14:29 +01:00
README.md Add simple dev instructions 2019-10-19 15:21:39 +02:00

TRAVIS-CI

mailcow: dockerized documentation

This project aims to provide the mailcow: dockerized documention for the mailcow: dockerized project.

https://mailcow.github.io/mailcow-dockerized-docs

To build it locally, you need the Material theme for MkDocs, MkDocs itself and Pygments. To install these with pip and get it up and running, fire up your terminal and enter

pip install mkdocs-material
mkdocs serve