Просмотр исходного кода

Document difference between matrix_homeserver_container_url and matrix_addons_homeserver_client_api_url

pull/3093/head
Slavi Pantaleev 2 лет назад
Родитель
Сommit
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).


Загрузка…
Отмена
Сохранить