mailcow: dockerized - documentation 📰
Datei suchen
Felix Kaechele 32f5c31583 Third-party: Borgmatic Backup
This guide describes setting up automatic recurring backups using
borgmatic.
This is a good alternative to juggling tar archives.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2021-04-16 19:36:22 -04:00
docs Third-party: Borgmatic Backup 2021-04-16 19:36:22 -04:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Revert "Update .travis.yml" 2021-03-12 22:08:48 +01:00
mkdocs.yml Third-party: Borgmatic Backup 2021-04-16 19:36:22 -04:00
README.md Fix typos 2020-04-21 23:34:34 +02:00

TRAVIS-CI

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

pip install mkdocs-material
mkdocs serve