mailcow: dockerized - documentation 📰
Datei suchen
2022-02-06 00:00:18 +01:00
.github Update JamesIves/github-pages-deploy-action action to v4.2.3 (#359) 2022-01-31 19:16:50 +01:00
docs Sogo admin login: subscribe/invite does not work 2022-01-28 21:30:49 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml [Mkdocs] Update Copyright + added Twitter Link 2022-01-21 20:27:51 +01:00
README.md Update Old readme (Legacy Branch) 2022-02-06 00:00:18 +01:00
requirements.txt Update dependency mkdocs-material to v8.1.9 (#358) 2022-01-30 12:27:53 +01:00

⚠️: This branch of the mailcow docs is deprecated!
All Old Pull requests have been closed in case of incompatibility.
This Branch is for archiving purposes only!

mailcow: dockerized documentation

This project aims to provide the mailcow: dockerized documentation 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

git clone https://github.com/mailcow/mailcow-dockerized-docs.git
pip install -r requirements.txt
mkdocs serve