From 167fd3448db97e5df30e60901794bdbb31f2e0ca Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Sat, 27 Sep 2025 16:46:09 +0100 Subject: [PATCH 1/4] add ESS Pro --- content/ecosystem/distributions/distributions.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/ecosystem/distributions/distributions.toml b/content/ecosystem/distributions/distributions.toml index 162391b2b..59bd74567 100644 --- a/content/ecosystem/distributions/distributions.toml +++ b/content/ecosystem/distributions/distributions.toml @@ -25,7 +25,7 @@ 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" support_level = "Community" @@ -54,3 +54,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 the enterprise backend for Matrix-based communications." +vendor = "Element" +maturity = "Stable" +frameworks = ["Helm","Kubernetes"] +licence = "Element Commercial License" +repository = "https://element.io/server-suite" +support_level = "Commercial" +matrix_standard = true + From 6c1237b259b7726fc87fb8e4da575ed9cbe73168 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Mon, 29 Sep 2025 12:38:37 +0100 Subject: [PATCH 2/4] Update content/ecosystem/distributions/distributions.toml Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> --- content/ecosystem/distributions/distributions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ecosystem/distributions/distributions.toml b/content/ecosystem/distributions/distributions.toml index 59bd74567..629ef827b 100644 --- a/content/ecosystem/distributions/distributions.toml +++ b/content/ecosystem/distributions/distributions.toml @@ -57,7 +57,7 @@ matrix_standard = true [[distributions]] name = "ESS Pro" -description = "Element Server Suite Pro is the enterprise backend for Matrix-based communications." +description = "Element Server Suite Pro is an enterprise backend for Matrix-based communications." vendor = "Element" maturity = "Stable" frameworks = ["Helm","Kubernetes"] From 865e63cf60013fe14d41ba292e8bca4b57dadd5f Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Mon, 29 Sep 2025 14:39:59 +0100 Subject: [PATCH 3/4] link to ESS Pro website via the website tage rather than overloading repository --- CONTENT.md | 1 + content/ecosystem/distributions/distributions.toml | 2 +- templates/shortcodes/all_distributions.html | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) 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 629ef827b..752fca4fb 100644 --- a/content/ecosystem/distributions/distributions.toml +++ b/content/ecosystem/distributions/distributions.toml @@ -62,7 +62,7 @@ vendor = "Element" maturity = "Stable" frameworks = ["Helm","Kubernetes"] licence = "Element Commercial License" -repository = "https://element.io/server-suite" +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 }}