From 87adb7dee44382a4aa7e76a80f95991087ca26a3 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Wed, 12 Nov 2025 05:22:09 +0800 Subject: [PATCH] Add palpo homeserver to ecosystem --- content/ecosystem/servers/servers.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/ecosystem/servers/servers.toml b/content/ecosystem/servers/servers.toml index 476735fe6..cddc634f6 100644 --- a/content/ecosystem/servers/servers.toml +++ b/content/ecosystem/servers/servers.toml @@ -149,6 +149,15 @@ licence = "MIT" repository = "https://git.telodendria.io/Telodendria/Telodendria" room = "#general:synapse.telodendria.io" +[[servers]] +name = "Palpo" +description = "Palpo is a Matrix homeserver written in Rust" +author = "Palpo Team" +maturity = "Alpha" +language = "Rust" +licence = "Apache-2.0" +repository = "https://github.com/palpo-im/palpo" + [[servers]] name = "conduwuit" description = "conduwuit is a well-maintained, hard-fork of Conduit with tons of new features, many bug fixes, huge performance improvements, quality of life enhancements, moderation tools, and much more!"