mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix API endpoints for Synapse when companion is disabled (removing leading http://)
This commit is contained in:
parent
3fb016cd6b
commit
7a6a6270d1
@ -470,7 +470,7 @@ matrix_homeserver_systemd_services_list: |-
|
|||||||
matrix_homeserver_container_client_api_endpoint: |-
|
matrix_homeserver_container_client_api_endpoint: |-
|
||||||
{{
|
{{
|
||||||
{
|
{
|
||||||
'synapse': ('matrix-synapse-reverse-proxy-companion:8008' if matrix_synapse_reverse_proxy_companion_enabled else 'http://matrix-synapse:'+ matrix_synapse_container_client_api_port|string),
|
'synapse': ('matrix-synapse-reverse-proxy-companion:8008' if matrix_synapse_reverse_proxy_companion_enabled else 'matrix-synapse:'+ matrix_synapse_container_client_api_port|string),
|
||||||
'dendrite': ('matrix-dendrite:' + matrix_dendrite_http_bind_port|string),
|
'dendrite': ('matrix-dendrite:' + matrix_dendrite_http_bind_port|string),
|
||||||
'conduit': ('matrix-conduit:' + matrix_conduit_port_number|string),
|
'conduit': ('matrix-conduit:' + matrix_conduit_port_number|string),
|
||||||
}[matrix_homeserver_implementation]
|
}[matrix_homeserver_implementation]
|
||||||
@ -479,7 +479,7 @@ matrix_homeserver_container_client_api_endpoint: |-
|
|||||||
matrix_homeserver_container_federation_api_endpoint: |-
|
matrix_homeserver_container_federation_api_endpoint: |-
|
||||||
{{
|
{{
|
||||||
{
|
{
|
||||||
'synapse': ('matrix-synapse-reverse-proxy-companion:8048' if matrix_synapse_reverse_proxy_companion_enabled else 'http://matrix-synapse:'+ matrix_synapse_container_federation_api_plain_port|string),
|
'synapse': ('matrix-synapse-reverse-proxy-companion:8048' if matrix_synapse_reverse_proxy_companion_enabled else 'matrix-synapse:'+ matrix_synapse_container_federation_api_plain_port|string),
|
||||||
'dendrite': ('matrix-dendrite:' + matrix_dendrite_http_bind_port|string),
|
'dendrite': ('matrix-dendrite:' + matrix_dendrite_http_bind_port|string),
|
||||||
'conduit': ('matrix-conduit:' + matrix_conduit_port_number|string),
|
'conduit': ('matrix-conduit:' + matrix_conduit_port_number|string),
|
||||||
}[matrix_homeserver_implementation]
|
}[matrix_homeserver_implementation]
|
||||||
|
Loading…
Reference in New Issue
Block a user