mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-05-08 12:06:31 +02:00
Compare commits
4 Commits
a1efb78bcb
...
c0559870b5
Author | SHA1 | Date | |
---|---|---|---|
|
c0559870b5 | ||
|
75026d8c3d | ||
|
f3dd2c907d | ||
|
311607970d |
@ -2734,10 +2734,12 @@ matrix_bot_matrix_registration_bot_container_network: "{{ matrix_addons_containe
|
|||||||
|
|
||||||
matrix_bot_matrix_registration_bot_container_additional_networks_auto: |-
|
matrix_bot_matrix_registration_bot_container_additional_networks_auto: |-
|
||||||
{{
|
{{
|
||||||
([] if matrix_addons_homeserver_container_network == '' else [matrix_addons_homeserver_container_network])
|
([matrix_homeserver_container_network] if matrix_bot_matrix_registration_bot_container_network != matrix_homeserver_container_network else [])
|
||||||
}}
|
}}
|
||||||
|
|
||||||
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_addons_homeserver_client_api_url }}"
|
# Using `matrix_addons_homeserver_client_api_url` would not work here,
|
||||||
|
# because `matrix-traefik:8008` (matrix-internal-client-api) does not expose any `/_synapse` paths.
|
||||||
|
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_homeserver_container_url }}"
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
alabaster==1.0.0
|
alabaster==1.0.0
|
||||||
babel==2.16.0
|
babel==2.16.0
|
||||||
certifi==2024.12.14
|
certifi==2024.12.14
|
||||||
charset-normalizer==3.4.0
|
charset-normalizer==3.4.1
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
docutils==0.21.2
|
docutils==0.21.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
@ -75,7 +75,7 @@ traefik.http.routers.matrix-synapse-reverse-proxy-companion-internal-client-api.
|
|||||||
{% if matrix_synapse_reverse_proxy_companion_container_labels_public_client_synapse_client_api_enabled %}
|
{% if matrix_synapse_reverse_proxy_companion_container_labels_public_client_synapse_client_api_enabled %}
|
||||||
############################################################
|
############################################################
|
||||||
# #
|
# #
|
||||||
# Public Synapse Admin API (/_synapse/client) #
|
# Public Synapse Client API (/_synapse/client) #
|
||||||
# #
|
# #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ traefik.http.routers.matrix-synapse-reverse-proxy-companion-public-client-synaps
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# #
|
# #
|
||||||
# /Public Synapse Admin API (/_synapse/client) #
|
# /Public Synapse Client API (/_synapse/client) #
|
||||||
# #
|
# #
|
||||||
############################################################
|
############################################################
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -130,7 +130,7 @@ traefik.http.routers.matrix-synapse-internal-client-api.entrypoints={{ matrix_sy
|
|||||||
{% if matrix_synapse_container_labels_public_client_synapse_client_api_enabled %}
|
{% if matrix_synapse_container_labels_public_client_synapse_client_api_enabled %}
|
||||||
############################################################
|
############################################################
|
||||||
# #
|
# #
|
||||||
# Public Synapse Admin API (/_synapse/client) #
|
# Public Synapse Client API (/_synapse/client) #
|
||||||
# #
|
# #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ traefik.http.routers.matrix-synapse-public-client-synapse-client-api.tls.certRes
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# #
|
# #
|
||||||
# /Public Synapse Admin API (/_synapse/client) #
|
# /Public Synapse Client API (/_synapse/client) #
|
||||||
# #
|
# #
|
||||||
############################################################
|
############################################################
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user