Disable addons communicating with the homeserver via Traefik if there is no Traefik at all
This commit is contained in:
parent
775000883a
commit
aed641e694
@ -291,7 +291,7 @@ matrix_playbook_public_matrix_federation_api_traefik_entrypoint_definition:
|
|||||||
# because addon services (e.g. bridges, bots) cannot properly pass a `Host` HTTP header when making
|
# because addon services (e.g. bridges, bots) cannot properly pass a `Host` HTTP header when making
|
||||||
# requests to the endpoint's address (e.g. `http://devture-traefik:8008/`).
|
# requests to the endpoint's address (e.g. `http://devture-traefik:8008/`).
|
||||||
# This entrypoint only aims to handle a single "virtual host" - one dealing with the homeserver's Client-Server API.
|
# This entrypoint only aims to handle a single "virtual host" - one dealing with the homeserver's Client-Server API.
|
||||||
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_enabled: true
|
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_enabled: "{{ matrix_playbook_reverse_proxy_type in ['playbook-managed-traefik', 'other-traefik-container'] }}"
|
||||||
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_name: matrix-internal-matrix-client-api
|
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_name: matrix-internal-matrix-client-api
|
||||||
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_port: 8008
|
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_port: 8008
|
||||||
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_host_bind_port: ''
|
matrix_playbook_internal_matrix_client_api_traefik_entrypoint_host_bind_port: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user