mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Document difference between matrix_homeserver_container_url and matrix_addons_homeserver_client_api_url
This commit is contained in:
parent
ed63068e22
commit
b9dfa87f9a
@ -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…
Reference in New Issue
Block a user