瀏覽代碼

Document difference between matrix_homeserver_container_url and matrix_addons_homeserver_client_api_url

pull/3093/head
Slavi Pantaleev 2 年之前
父節點
當前提交
b9dfa87f9a
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      roles/custom/matrix-base/defaults/main.yml

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

@@ -26,6 +26,8 @@ matrix_addons_container_network: matrix-addons
matrix_addons_homeserver_container_network: "{{ matrix_homeserver_container_network }}"

# The URL where addon services (bridges, bots, etc.) can reach the homeserver.
# By default, this is configured to go directly to the homeserver, but the playbook may
# override it to go through an intermediary service.
matrix_addons_homeserver_client_api_url: "{{ matrix_homeserver_container_url }}"

# The systemd services (representing the homeserver) that addon services (bridges, bots, etc.) should depend on
@@ -151,6 +153,8 @@ matrix_homeserver_container_network: "matrix-homeserver"
matrix_homeserver_systemd_services_list: []

# Specifies where the homeserver's Client-Server API is on the container network (matrix_homeserver_container_network).
# Most services that need to reach the homeserver do not use `matrix_homeserver_container_url`, but
# rather `matrix_addons_homeserver_client_api_url`.
matrix_homeserver_container_url: "http://{{ matrix_homeserver_container_client_api_endpoint }}"

# Specifies where the homeserver's Client-Server API is on the container network (matrix_homeserver_container_network).


Loading…
取消
儲存