mailcow: dockerized - documentation 📰
Datei suchen
Robert McQueen fd1800681c
third_party-borgmatic: Improve volume configuration (#336)
Try to more closely match the backup_and_restore.sh script by including postfix, rspamd and redis volumes. Ignore the paths that contain sockets/FIFOs as borgmatic uses these for its mysql backup, which means borg "stuck" trying to read these.

Move the generated borg security data and cache to volumes so that they persists without writing in the mailcow/data folder or the overlay.
2021-12-22 19:43:08 +01:00
.github Update JamesIves/github-pages-deploy-action action to v4.1.8 (#334) 2021-12-18 17:51:59 +01:00
docs third_party-borgmatic: Improve volume configuration (#336) 2021-12-22 19:43:08 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml Update dependency mkdocs-material to v8 (#324) 2021-11-29 19:25:29 +01:00
README.md Prepare for renovate bot 2021-11-29 19:12:44 +01:00
requirements.txt Update dependency mkdocs-material to v8.1.3 (#335) 2021-12-19 16:12:38 +01:00

Build and deploy to gh-pages

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