Make Matrix federation port configurable

Fixes #523 (Github Issue).
This commit is contained in:
Slavi Pantaleev
2020-06-09 08:29:03 +03:00
parent 65e5020596
commit 10b3ceff72
5 changed files with 8 additions and 4 deletions

View File

@ -21,6 +21,8 @@ matrix_server_fqn_dimension: "dimension.{{ matrix_domain }}"
# This is where you access Jitsi.
matrix_server_fqn_jitsi: "jitsi.{{ matrix_domain }}"
matrix_federation_public_port: 8448
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
{
"m.server": "{{ matrix_server_fqn_matrix }}:8448"
"m.server": "{{ matrix_server_fqn_matrix }}:{{ matrix_federation_public_port }}"
}