mailcow: dockerized - documentation 📰
a756860af1
Due to how mailcow is configured security wise, some people may get this issue https://github.com/roundcube/roundcubemail/issues/8170 depending on their browser. When you go to press `Allow` to show remote content within an email, it'll redirect you to the root of the website, in this case mailcow login. This fix should be included in the Roundcube 1.6 release, until we hit this release we just need to apply the fix manually for each install/upgrade. |
||
---|---|---|
.github | ||
docs | ||
.gitignore | ||
mkdocs.yml | ||
README.md | ||
requirements.txt |
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