Added additional matrix configuration

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-19 14:46:12 +01:00
parent e13fd5a457
commit b3edba90e3
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Matrix is an open-source project that provides a protocol for secure, decentrali
## Sources ## Sources
### Guides ### Guides
- https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
- https://cyberhost.uk/element-matrix-setup/ - https://cyberhost.uk/element-matrix-setup/
- https://www.linode.com/docs/guides/how-to-install-the-element-chat-app/ - https://www.linode.com/docs/guides/how-to-install-the-element-chat-app/
- https://hub.docker.com/r/vectorim/element-web - https://hub.docker.com/r/vectorim/element-web

View File

@ -24,5 +24,8 @@ report_stats: true
macaroon_secret_key: "{{matrix_macaroon_secret_key}}" macaroon_secret_key: "{{matrix_macaroon_secret_key}}"
form_secret: "{{matrix_form_secret}}" form_secret: "{{matrix_form_secret}}"
signing_key_path: "/data/{{domain_matrix_synapse}}.signing.key" signing_key_path: "/data/{{domain_matrix_synapse}}.signing.key"
web_client_location: "https://{{element_domain}}"
public_baseurl: "https://{{synapse_domain}}"
trusted_key_servers: trusted_key_servers:
- server_name: "matrix.org" - server_name: "matrix.org"
admin_contact: 'mailto:{{administrator_email}}'