From 7511b3d3ea307faf8fdcd9f7676bb4a0764647a8 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 3 Nov 2024 13:59:15 +0900 Subject: [PATCH] Update docs/configuring-playbook.md: create a section "Clients" Signed-off-by: Suguru Hirahara --- docs/configuring-playbook.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 468354a96..b11f214c0 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -40,8 +40,6 @@ When you're done with all the configuration you'd like to do, continue with [Ins - [Configuring Dendrite](configuring-playbook-dendrite.md), if you've switched to the [Dendrite](https://matrix-org.github.io/dendrite) homeserver implementation -- [Configuring Element](configuring-playbook-client-element.md) - - [Storing Matrix media files using matrix-media-repo](configuring-playbook-matrix-media-repo.md) - [Storing Synapse media files on Amazon S3 or another compatible Object Storage](configuring-playbook-s3.md) @@ -60,6 +58,16 @@ When you're done with all the configuration you'd like to do, continue with [Ins - [Adjusting TURN server configuration](configuring-playbook-turn.md) (advanced) +### Clients + +- [Configuring Element](configuring-playbook-client-element.md), if you're going with the default/recommended client + +- [Setting up Hydrogen](configuring-playbook-client-hydrogen.md), if you've enabled [Hydrogen](https://github.com/element-hq/hydrogen-web), a lightweight Matrix client with legacy and mobile browser support + +- [Setting up Cinny](configuring-playbook-client-cinny.md), if you've enabled [Cinny](https://github.com/ajbura/cinny), a web client focusing primarily on simple, elegant and secure interface + +- [Setting up SchildiChat](configuring-playbook-client-schildichat.md), if you've enabled [SchildiChat](https://schildi.chat/), a web client based on [Element](https://element.io/) with some extras and tweaks + ### Additional useful services - [Setting up the Jitsi video-conferencing platform](configuring-playbook-jitsi.md) @@ -82,13 +90,6 @@ When you're done with all the configuration you'd like to do, continue with [Ins - [Setting up Dynamic DNS](configuring-playbook-dynamic-dns.md) -- [Setting up Hydrogen](configuring-playbook-client-hydrogen.md) - a new lightweight Matrix client with legacy and mobile browser support - -- [Setting up Cinny](configuring-playbook-client-cinny.md) - a web client focusing primarily on simple, elegant and secure interface - -- [Setting up SchildiChat](configuring-playbook-client-schildichat.md) - a web client based on [Element](https://element.io/) with some extras and tweaks - - ### Authentication and user-related - [Setting up Matrix Authentication Service](configuring-playbook-matrix-authentication-service.md) (Next-generation auth for Matrix, based on OAuth 2.0/OIDC)