2022-01-05 17:33:21 +01:00
# Configuring Cinny (optional)
This playbook can install the [cinny ](https://github.com/ajbura/cinny ) Matrix web client for you.
2024-10-10 20:40:17 +02:00
Cinny is a web client focusing primarily on simple, elegant and secure interface.
Cinny can be installed alongside or instead of Element.
2022-01-05 17:33:21 +01:00
2024-10-12 20:18:59 +02:00
## DNS
2022-01-05 17:33:21 +01:00
2024-10-17 15:17:56 +02:00
You need to add a `cinny.example.com` DNS record so that Cinny can be accessed.
By default Cinny will use https://cinny.example.com so you will need to create an CNAME record
2022-01-05 17:33:21 +01:00
for `cinny` . See [Configuring DNS ](configuring-dns.md ).
2024-10-17 15:17:56 +02:00
If you would like to use a different domain, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (changing it to use your preferred domain):
2022-01-05 17:33:21 +01:00
```yaml
2024-10-15 11:33:19 +02:00
matrix_server_fqn_cinny: "app.{{ matrix_domain }}"
2022-01-05 17:33:21 +01:00
```
2024-10-12 20:18:59 +02:00
## Adjusting the playbook configuration
2024-10-17 15:17:56 +02:00
To enable Cinny, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
2024-10-12 20:18:59 +02:00
```yaml
matrix_client_cinny_enabled: true
```
## Installing
After configuring the playbook, run the [installation ](installing.md ) command: `just install-all` or `just setup-all`