1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-10 21:52:20 +02:00

Adding jitsi as well

This commit is contained in:
chagai95
2020-12-12 00:24:38 +01:00
committed by GitHub
parent 47613e5a27
commit d96d7f2a43

View File

@@ -80,6 +80,7 @@ matrix_ssl_domains_to_obtain_certificates_for:
- '{{ matrix_server_fqn_matrix }}'
- '{{ matrix_server_fqn_element }}'
- '{{ matrix_server_fqn_dimension }}'
- '{{ matrix_server_fqn_jitsi }}'
- '{{ matrix_domain }}'
```