瀏覽代碼

Matrix-application

pull/2377/head
Yassine Aouam 3 年之前
父節點
當前提交
b169a47fb5
共有 1 個檔案被更改,包括 7 行新增5 行删除
  1. +7
    -5
      docs/new_modif.md

+ 7
- 5
docs/new_modif.md 查看文件

@@ -1,6 +1,6 @@
# Endpoint update

matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/ext/s3-storage-provider/env.j2
https://github.com/yassineaouam/matrix-docker-ansible-deploy/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

matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2
https://github.com/yassineaouam/matrix-docker-ansible-deploy/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 }}
@@ -21,10 +21,12 @@ matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/homes
- This parameter allows us to search for users with only the first characters of the user's names.
Once you write the first character, options starting with that character begin to appear.


# log drive update

matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse-worker.service.j2
matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2
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/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2

{% if matrix_synapse_log_driver %}
--log-driver={{ matrix_synapse_log_driver }} \
@@ -32,4 +34,4 @@ matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/goofys/system
--log-driver=none \
{% endif %}
- I applied another condition on the --log-drive. If matrix_synapse_log_driver has a specific value, it should automatically be affected to the --log-drive. Else, it will get a none
- I applied another condition on the --log-drive. If matrix_synapse_log_driver has a specific value, it should automatically be affected to the --log-drive. Else, it will get a none.

Loading…
取消
儲存