mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-04-01 10:05:40 +02:00
Compare commits
No commits in common. "513320199a31fadfb0a851bbb4d7c74a907c17b5" and "da181d72f0ee7b77b0891120b3f0bdfd4d25ae4a" have entirely different histories.
513320199a
...
da181d72f0
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
||||||
version: v1.0.0-5
|
version: v1.0.0-3
|
||||||
name: auxiliary
|
name: auxiliary
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg.git
|
||||||
version: v1.4.0-1.9.0-2
|
version: v1.4.0-1.9.0-2
|
||||||
|
@ -362,9 +362,6 @@ matrix_synapse_media_retention_local_media_lifetime:
|
|||||||
# should be empty to disable
|
# should be empty to disable
|
||||||
matrix_synapse_media_retention_remote_media_lifetime:
|
matrix_synapse_media_retention_remote_media_lifetime:
|
||||||
|
|
||||||
# Controls the list of additional oembed providers to be added to the homeserver.
|
|
||||||
matrix_synapse_oembed_additional_providers: []
|
|
||||||
|
|
||||||
# The tmpfs at /tmp needs to be large enough to handle multiple concurrent file uploads.
|
# The tmpfs at /tmp needs to be large enough to handle multiple concurrent file uploads.
|
||||||
matrix_synapse_tmp_directory_size_mb: "{{ matrix_synapse_max_upload_size_mb * 50 }}"
|
matrix_synapse_tmp_directory_size_mb: "{{ matrix_synapse_max_upload_size_mb * 50 }}"
|
||||||
|
|
||||||
|
@ -1235,7 +1235,6 @@ oembed:
|
|||||||
#
|
#
|
||||||
#additional_providers:
|
#additional_providers:
|
||||||
# - oembed/my_providers.json
|
# - oembed/my_providers.json
|
||||||
additional_providers: {{ matrix_synapse_oembed_additional_providers|to_json }}
|
|
||||||
|
|
||||||
|
|
||||||
## Captcha ##
|
## Captcha ##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user