This commit is contained in:
Uumas
2021-10-05 21:39:42 +03:00
parent 73c5bf51a8
commit 7e76a7f79a
8 changed files with 149 additions and 1 deletions

19
docs/element.md Normal file
View File

@@ -0,0 +1,19 @@
# Required variables
These variables are required. Example values included. Some general variables might also be required for this role.
```
ports:
element_http: 8080
matrix_domain: domain.tld
matrix_server_domain: matrix.domain.tld
```
These variables are optional and have the following default values:
```
matrix_external_url: https://{{ matrix_server_domain }}
reverse_proxy_type: caddy
jitsi_domain: jitsi.riot.im
```