mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-25 16:21:31 +02:00
Compare commits
4 Commits
1bc34e2237
...
34b91957f0
Author | SHA1 | Date | |
---|---|---|---|
|
34b91957f0 | ||
|
a213164cb1 | ||
|
e608daaf8f | ||
|
7bd358df5c |
@@ -73,5 +73,5 @@
|
||||
version: v3.1.0-0
|
||||
name: traefik
|
||||
- src: git+https://github.com/devture/com.devture.ansible.role.traefik_certs_dumper.git
|
||||
version: v2.8.3-2
|
||||
version: v2.8.3-4
|
||||
name: traefik_certs_dumper
|
||||
|
@@ -28,7 +28,11 @@ worker_log_config: /data/{{ matrix_server_fqn_matrix }}.log.config
|
||||
{% set http_resources = http_resources + ['client'] %}
|
||||
{% endif %}
|
||||
{% if matrix_synapse_worker_details.type == 'media_repository' %}
|
||||
{% set http_resources = http_resources + ['media'] %}
|
||||
{#
|
||||
Handling authenticated media endpoints (`/_matrix/client/VERSION/media/` and `/_matrix/federation/VERSION/media/`)
|
||||
requires serving the client and federation resources.
|
||||
#}
|
||||
{% set http_resources = http_resources + ['media', 'client', 'federation'] %}
|
||||
{% endif %}
|
||||
|
||||
{% set replication_http_resources = [] %}
|
||||
|
Reference in New Issue
Block a user