From 3fed0f1bb415d6171ec7de57c2b9a619e0f6f19d Mon Sep 17 00:00:00 2001 From: Aine Date: Sun, 28 Jun 2026 11:02:51 +0100 Subject: [PATCH] add link to Ketesa website --- docs/configuring-playbook-ketesa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-ketesa.md b/docs/configuring-playbook-ketesa.md index 9fed83987..bc190b3d2 100644 --- a/docs/configuring-playbook-ketesa.md +++ b/docs/configuring-playbook-ketesa.md @@ -13,14 +13,14 @@ SPDX-License-Identifier: AGPL-3.0-or-later # Setting up Ketesa (optional) -The playbook can install and configure [Ketesa](https://github.com/etkecc/ketesa) for you. +The playbook can install and configure [Ketesa](https://ketesa.app) ([source code](https://github.com/etkecc/ketesa)) for you. Ketesa is a fully-featured admin interface for Matrix homeservers — manage users, rooms, media, sessions, and more from one clean, responsive web UI. It is the evolution of [Awesome-Technologies/synapse-admin](https://github.com/Awesome-Technologies/synapse-admin): what began as a fork has grown into its own independent project with a redesigned interface, comprehensive Synapse and MAS API coverage, and multi-language support. See the [Ketesa v1.0.0 announcement](https://etke.cc/blog/introducing-ketesa/) for a full overview of what's new. >[!NOTE] > > - Ketesa does not work with other homeserver implementations than Synapse due to API's incompatibility. -> - The latest version of Ketesa is hosted by [etke.cc](https://etke.cc/) at [admin.etke.cc](https://admin.etke.cc/). If you only need this service occasionally and trust giving your admin credentials to a 3rd party Single Page Application, you can consider using it from there and avoiding the (small) overhead of self-hosting. +> - The latest version of Ketesa is hosted by [etke.cc](https://etke.cc/) at [cloud.ketesa.app](https://cloud.ketesa.app/). If you only need this service occasionally and trust giving your admin credentials to a 3rd party Single Page Application, you can consider using it from there and avoiding the (small) overhead of self-hosting. > - This playbook also supports an alternative management UI in the shape of [Element Admin](./configuring-playbook-element-admin.md). Please note that it's currently less feature-rich than Ketesa and requires [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md). ## Adjusting DNS records (optional)