From eb21e775e2a7a09f2406c4dc2cbe7d51e9e95eed Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 3 Nov 2022 12:00:08 +0100 Subject: [PATCH] Overhauled systemrequirement section --- docs/prerequisite/prerequisite-system.de.md | 23 ++++++++++++++------ docs/prerequisite/prerequisite-system.en.md | 24 +++++++++++++++------ mkdocs.yml | 2 ++ 3 files changed, 35 insertions(+), 14 deletions(-) diff --git a/docs/prerequisite/prerequisite-system.de.md b/docs/prerequisite/prerequisite-system.de.md index 4a4eb90c4..96e691b34 100644 --- a/docs/prerequisite/prerequisite-system.de.md +++ b/docs/prerequisite/prerequisite-system.de.md @@ -41,18 +41,27 @@ Ein Unternehmen mit 15 Smartphones (EAS aktiviert) und etwa 50 gleichzeitigen IM Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Setups helfen. ### Unterstützte Betriebssysteme -Wir empfehlen, jede Distribution zu verwenden, die von Docker CE unterstützt wird (siehe https://docs.docker.com/install/). +Grundsätzlich kann mailcow auf jeder Distribution verwendet werden, die von Docker CE unterstützt wird (siehe https://docs.docker.com/install/). +Es kann jedoch in vereinzelten Fällen zu einer Inkompatibilität der Betriebssysteme und den mailcow Komponenten kommen. -Die folgende Tabelle enthält alle von uns offiziell unterstützten und getesteten Betriebssysteme: +Die folgende Tabelle enthält alle von uns offiziell unterstützten und getesteten Betriebssysteme (*Stand November 2022*): -| Betriebssystem | Status | +| Betriebssystem | Kompatibilität | | ----------------------- | ------------------------------------------------ | -| Centos 7 | ✅ | -| Debian 10, 11 | ✅ | -| Ubuntu 18.04, 20.04, 22.04 | ✅ | +| Alpine 3.16 und älter | [⚠️](https://www.alpinelinux.org/ "Eingeschränkt Kompatibel") | +| Centos 7 | [✅](https://www.centos.org/ "Vollständig Kompatibel") | +| Debian 10, 11 | [✅](https://www.debian.org/index.de.html "Vollständig Kompatibel") | +| Ubuntu 18.04, 20.04, 22.04 | [✅](https://ubuntu.com/ "Vollständig Kompatibel")| +| Rocky Linux 9 | [❔](https://rockylinux.org/ "Kompatibilität noch ausstehend") | -**Andere (nicht genannte Betriebssysteme) können auch funktionieren, sind jedoch nicht offiziell getestet worden.** +!!! info "Legende" + ✅ = Funktioniert **out of the box** anhand der Anleitung.
+ ⚠️ = Erfordert einige **manuelle Anpassungen**, sonst aber nutzbar.
+ ❌ = Generell **NICHT Kompatibel**.
+ ❔ = Ausstehend. + +**Hinweis: Andere (nicht genannte Betriebssysteme) können auch funktionieren, sind jedoch nicht offiziell getestet worden.** ## Firewall & Ports diff --git a/docs/prerequisite/prerequisite-system.en.md b/docs/prerequisite/prerequisite-system.en.md index 8750aae49..e8e215e1b 100644 --- a/docs/prerequisite/prerequisite-system.en.md +++ b/docs/prerequisite/prerequisite-system.en.md @@ -39,17 +39,27 @@ A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections We can help to correctly plan your setup as part of our support. ### Supported OS -We recommend using any distribution listed as supported by Docker CE (check https://docs.docker.com/install/). +Basically, mailcow can be used on any distribution that is supported by Docker CE (see https://docs.docker.com/install/). +However, in some cases there may be incompatibilities between the operating systems and the mailcow components. -See the following table for the official supported and tested destributions: +The following table contains all operating systems officially supported and tested by us (*as of November 2022*): -| OS | Status | +| OS | Compatibility | | ----------------------- | ------------------------------------------------ | -| Centos 7 | ✅ | -| Debian 10, 11 | ✅ | -| Ubuntu 18.04, 20.04, 22.04 | ✅ | +| Alpine 3.16 and older | [⚠️](https://www.alpinelinux.org/ "Limited Compatibility") | +| Centos 7 | [✅](https://www.centos.org/ "Fully Compatible") | +| Debian 10, 11 | [✅](https://www.debian.org/index.html "Fully Compatible") | +| Ubuntu 18.04, 20.04, 22.04 | [✅](https://ubuntu.com/ "Fully Compatible")| +| Rocky Linux 9 | [❔](https://rockylinux.org/ "Compatibility pending") | -**Other Distributions may work as well but weren´t tested by us!** + +!!! info "Legend" + ✅ = Works **out of the box** using the instructions.
+ ⚠️ = Requires some **manual adjustments** otherwise usable.
+ ❌ = In general **NOT Compatible**.
+ ❔ = Pending. + +**Note: All other operating systems (not mentioned) may also work, but have not been officially tested.** ## Firewall & Ports diff --git a/mkdocs.yml b/mkdocs.yml index 547d7cfd7..a3dfc358b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,6 +27,7 @@ theme: - announce.dismiss markdown_extensions: + - abbr - attr_list - admonition - toc: @@ -38,6 +39,7 @@ markdown_extensions: - pymdownx.tilde - pymdownx.extra - pymdownx.betterem + - pymdownx.snippets - footnotes nav: