From ea39a9ddd0197b65067d91de6828972b6cc08698 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 16 Mar 2026 21:07:56 +1000 Subject: [PATCH] Add Zendrite homeserver Signed-off-by: bones_was_here --- content/ecosystem/servers/servers.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/ecosystem/servers/servers.toml b/content/ecosystem/servers/servers.toml index ae2652174..983133174 100644 --- a/content/ecosystem/servers/servers.toml +++ b/content/ecosystem/servers/servers.toml @@ -38,6 +38,17 @@ licence = "AGPL-3.0-or-later OR Element Commercial License" repository = "https://github.com/element-hq/dendrite" room = "#dendrite:matrix.org" +[[servers]] +name = "Zendrite" +description = "Zendrite is a second-generation Matrix homeserver, forked from Dendrite with new MSCs and optimisations." +author = "Patrick Schratz and Dendrite/Zendrite contributors" +maturity = "Stable" +language = "Go" +licence = "AGPL-3.0-or-later" +website = "https://zendrite.pat-s.me/" +repository = "https://codefloe.com/pat-s/zendrite" +room = "#dendrite:matrix.org" + [[servers]] name = "Conduit" description = "Conduit is a simple, fast and reliable chat server written in Rust"