瀏覽代碼

Edit the note about "matrix_homeserver_implementation" variable

Since a casual user might want to try another homeserver than Synapse without thinking about its consequence, it is important to clarify that it is not possible to switch homeservers once specified.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3760/head
Suguru Hirahara 1 年之前
父節點
當前提交
3c34418ebe
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E4F9743DAB4B7B75
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. +4
    -0
      examples/vars.yml
  2. +1
    -1
      roles/custom/matrix-base/defaults/main.yml

+ 4
- 0
examples/vars.yml 查看文件

@@ -13,6 +13,10 @@ matrix_domain: example.com
# See:
# - `roles/custom/matrix-base/defaults/main.yml` for valid options
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
#
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#
# Note that the homeserver implementation of a server will not be able to be changed without data loss.
matrix_homeserver_implementation: synapse

# A secret used as a base, for generating various other secrets.


+ 1
- 1
roles/custom/matrix-base/defaults/main.yml 查看文件

@@ -54,7 +54,7 @@ matrix_homeserver_enabled: true
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#
# This value automatically influences other variables (`matrix_synapse_enabled`, `matrix_dendrite_enabled`, etc.).
# The homeserver implementation of an existing server cannot be changed without data loss.
# Note that the homeserver implementation of a server will not be able to be changed without data loss.
matrix_homeserver_implementation: synapse

# This contains a secret, which is used for generating various other secrets later on.


Loading…
取消
儲存