From 6e591da0abd0713b8854cd7ef56076d89aca3f39 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 17 Feb 2025 11:23:22 +0200 Subject: [PATCH] Announce FluffyChat Web support Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4068 --- CHANGELOG.md | 9 +++++++++ docs/configuring-playbook-client-fluffychat-web.md | 2 +- docs/configuring-playbook.md | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f850d47e7..85bdaed2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2025-02-17 + +## FluffyChat Web suport + +Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook now supports [FluffyChat Web](https://github.com/krille-chan/fluffychat) as an additional Matrix client you can self-host. + +To learn more, see our [Setting up FluffyChat Web](docs/configuring-playbook-client-fluffychat-web.md) documentation page. + + # 2025-02-03 ## The mautrix-hangouts bridge has been removed from the playbook diff --git a/docs/configuring-playbook-client-fluffychat-web.md b/docs/configuring-playbook-client-fluffychat-web.md index cc31bbed5..262c31488 100644 --- a/docs/configuring-playbook-client-fluffychat-web.md +++ b/docs/configuring-playbook-client-fluffychat-web.md @@ -2,7 +2,7 @@ The playbook can install and configure the [FluffyChat Web](https://github.com/krille-chan/fluffychat) Matrix client for you. -FluffyChat Web is a cute messenger for Matrix based. +FluffyChat Web is a cute cross-platform (web, iOS, Android) messenger for Matrix written in [Flutter](https://flutter.dev/). 💡 **Note**: the latest version of FluffyChat Web is also available on the web, hosted by 3rd parties. If you trust giving your credentials to the following 3rd party Single Page Application, you can consider using it from there: diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 31d443616..e43376006 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -73,6 +73,9 @@ Web clients for Matrix that you can host on your own domains. - [Setting up SchildiChat Web](configuring-playbook-client-schildichat-web.md), if you've enabled [SchildiChat Web](https://schildi.chat/), a web client based on [Element Web](https://element.io/) with some extras and tweaks +- [Setting up FluffyChat Web](configuring-playbook-client-fluffychat-web.md), if you've enabled [FluffyChat Web](https://github.com/krille-chan/fluffychat), a cute cross-platform messenger (web, iOS, Android) for Matrix written in [Flutter](https://flutter.dev/) + + ### Authentication and user-related Extend and modify how users are authenticated on your homeserver.