From 45444e51189d3f1cf08997518e37cc65f725ea6f Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 30 Jun 2026 11:27:43 -0400 Subject: [PATCH] cinny: allow matrix.org logins on the Lotus client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add matrix.org to homeserverList so federated friends with matrix.org accounts can sign into chat.lotusguild.org. defaultHomeserver stays 0 (lotusguild), and allowCustomHomeservers stays false — only the two listed servers are selectable, so the client isn't opened up to arbitrary homeservers. Deploys via lxc106-cinny.sh (cp -> /var/www/html/config.json); lotus-build.sh preserves the live config across app rebuilds, so this is the authoritative copy. Co-Authored-By: Claude Opus 4.8 --- cinny/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cinny/config.json b/cinny/config.json index 98cdf75..0d4c0df 100644 --- a/cinny/config.json +++ b/cinny/config.json @@ -1,7 +1,8 @@ { "defaultHomeserver": 0, "homeserverList": [ - "matrix.lotusguild.org" + "matrix.lotusguild.org", + "matrix.org" ], "allowCustomHomeservers": false, "featuredCommunities": {