diff --git a/CONTENT.md b/CONTENT.md index ead3bdf4c..91128e8dc 100644 --- a/CONTENT.md +++ b/CONTENT.md @@ -266,6 +266,7 @@ maturity = "PICK ONE Stable OR Beta OR Alpha OR Obsolete" frameworks = ["Name at least one installation technology.", "You may also add more."] licence = "PICK ONE identifier from https://spdx.org/licenses/" repository = "https://github.com/example-org/example-repo" +website = "https://mymatrixdistro.dev" room = "#your-matrix-room:example.com" support_level = "PICK ONE Community OR Commercial" matrix_standard = true if it is compatible with Matrix standard apps, false if it only works fully when self-contained diff --git a/content/ecosystem/distributions/distributions.toml b/content/ecosystem/distributions/distributions.toml index 162391b2b..02cbad92f 100644 --- a/content/ecosystem/distributions/distributions.toml +++ b/content/ecosystem/distributions/distributions.toml @@ -25,9 +25,10 @@ name = "ESS Community" description = "Element Server Suite Community Edition allows you to deploy a Matrix stack using the provided Helm charts and a Kubernetes distribution of your choice, even if you don't have Kubernetes knowledge." vendor = "Element" maturity = "Stable" -frameworks = ["Kubernetes"] +frameworks = ["Helm","Kubernetes"] licence = "AGPL-3.0" repository = "https://github.com/element-hq/ess-helm" +room = "#ess-community:element.io" support_level = "Community" matrix_standard = true @@ -54,3 +55,15 @@ repository = "https://github.com/spantaleev/matrix-docker-ansible-deploy" room = "#matrix-docker-ansible-deploy:devture.com" support_level = "Community" matrix_standard = true + +[[distributions]] +name = "ESS Pro" +description = "Element Server Suite Pro is an enterprise backend for Matrix-based communications." +vendor = "Element" +maturity = "Stable" +frameworks = ["Helm","Kubernetes"] +licence = "Element Commercial License" +website = "https://element.io/server-suite" +support_level = "Commercial" +matrix_standard = true + diff --git a/templates/shortcodes/all_distributions.html b/templates/shortcodes/all_distributions.html index a3a523e2f..459e3a454 100644 --- a/templates/shortcodes/all_distributions.html +++ b/templates/shortcodes/all_distributions.html @@ -107,6 +107,12 @@

{{ distribution.name }}

framework }}{% if not loop.last %} – {% endif %}{% endfor %} {{ distribution.description | safe }}