From 01e6c46eea0c8165c784826cfa5f1018676c6943 Mon Sep 17 00:00:00 2001 From: Yassine Aouam Date: Thu, 5 Jan 2023 15:10:16 +0100 Subject: [PATCH] Matrix-application --- docs/new_modif.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/new_modif.md b/docs/new_modif.md index ead5d523..0c126372 100644 --- a/docs/new_modif.md +++ b/docs/new_modif.md @@ -1,6 +1,6 @@ # Endpoint update -https://github.com/yassineaouam/matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2 +https://github.com/yassineaouam/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2 {% if matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url %} ENDPOINT={{ matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url }} @@ -12,7 +12,7 @@ If not, there won't be any need for the variable endpoints_url: '' to be shown w # Serching users update -https://github.com/yassineaouam/matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +https://github.com/yassineaouam/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 {% if matrix_synapse_config_search_all_users %} search_all_users: {{ matrix_synapse_config_search_all_users }} @@ -24,9 +24,9 @@ Once you write the first character, options starting with that character begin t # log drive update -https://github.com/yassineaouam/matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2 +https://github.com/yassineaouam/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2 -https://github.com/yassineaouam/matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 +https://github.com/yassineaouam/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 {% if matrix_synapse_log_driver %} --log-driver={{ matrix_synapse_log_driver }} \