2021-05-21 09:43:04 +00:00
|
|
|
# Configuring Hydrogen (optional)
|
|
|
|
|
2023-12-15 10:18:18 +00:00
|
|
|
This playbook can install the [Hydrogen](https://github.com/element-hq/hydrogen-web) Matrix web client for you.
|
2021-05-21 09:43:04 +00:00
|
|
|
Hydrogen is a lightweight web client that supports mobile and legacy web browsers.
|
|
|
|
Hydrogen can be installed alongside or instead of Element.
|
|
|
|
|
|
|
|
If you'd like Hydrogen to be installed, add the following to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
matrix_client_hydrogen_enabled: true
|
|
|
|
```
|
|
|
|
|
|
|
|
You will also need to add a DNS record so that Hydrogen can be accessed.
|
|
|
|
By default Hydrogen will use https://hydrogen.DOMAIN so you will need to create an CNAME record
|
2021-05-21 11:40:01 +00:00
|
|
|
for `hydrogen`. See [Configuring DNS](configuring-dns.md).
|
2021-05-21 09:43:04 +00:00
|
|
|
|
|
|
|
If you would like to use a different domain, add the following to your configuration file (changing it to use your preferred domain):
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
matrix_server_fqn_hydrogen: "helium.{{ matrix_domain }}"
|
|
|
|
```
|