Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2851pull/2854/head
| @@ -1,3 +1,12 @@ | |||||
| # 2023-08-31 | |||||
| ## SchildiChat support | |||||
| Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up the [SchildiChat](https://github.com/SchildiChat/schildichat-desktop) client. | |||||
| See our [Configuring SchildiChat](docs/configuring-playbook-client-schildichat.md) documentation to get started. | |||||
| # 2023-08-23 | # 2023-08-23 | ||||
| ## mautrix-wsproxy support | ## mautrix-wsproxy support | ||||
| @@ -2,6 +2,8 @@ | |||||
| By default, this playbook does not install the [SchildiChat](https://github.com/SchildiChat/schildichat-desktop) Matrix client web application. | By default, this playbook does not install the [SchildiChat](https://github.com/SchildiChat/schildichat-desktop) Matrix client web application. | ||||
| **WARNING**: SchildiChat is based on Element-web, but its releases are lagging behind. As an example (from 2023-08-31), SchildiChat is 10 releases behind (it being based on element-web `v1.11.30`, while element-web is now on `v1.11.40`). Element-web frequently suffers from security issues, so running something based on an ancient Element-web release is **dangerous**. Use SchildiChat at your own risk! | |||||
| ## Enabling SchildiChat | ## Enabling SchildiChat | ||||
| @@ -82,6 +82,8 @@ When you're done with all the configuration you'd like to do, continue with [Ins | |||||
| - [Setting up Cinny](configuring-playbook-client-cinny.md) - a web client focusing primarily on simple, elegant and secure interface (optional) | - [Setting up Cinny](configuring-playbook-client-cinny.md) - a web client focusing primarily on simple, elegant and secure interface (optional) | ||||
| - [Setting up SchildiChat](configuring-playbook-client-schildichat.md) - a web client based on [Element](https://element.io/) with some extras and tweaks (optional) | |||||
| ### Authentication and user-related | ### Authentication and user-related | ||||