ソースを参照

Add support for custom matrix subdomain

pull/2913/head
Tomas Kracmar 2年前
コミット
f2256a53d7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-base/defaults/main.yml

+ 1
- 1
roles/custom/matrix-base/defaults/main.yml ファイルの表示

@@ -57,7 +57,7 @@ matrix_homeserver_generic_secret_key: ''


# This is where your data lives and what we set up. # This is where your data lives and what we set up.
# This and the Element FQN (see below) are expected to be on the same server. # This and the Element FQN (see below) are expected to be on the same server.
matrix_server_fqn_matrix: "matrix.{{ matrix_domain }}"
matrix_server_fqn_matrix: "{{ matrix_subdomain }}.{{ matrix_domain }}"


# This is where you access federation API. # This is where you access federation API.
matrix_server_fqn_matrix_federation: '{{ matrix_server_fqn_matrix }}' matrix_server_fqn_matrix_federation: '{{ matrix_server_fqn_matrix }}'


読み込み中…
キャンセル
保存