Compare commits

...

4 Commits

Author SHA1 Message Date
Aine
513320199a
Merge pull request #3754 from spantaleev/add-oembed-var
add matrix_synapse_oembed_additional_providers var
2024-11-07 11:10:32 +02:00
Aine
95aaf76d0d
add matrix_synapse_oembed_additional_providers var 2024-11-07 11:08:40 +02:00
Aine
fc2f09d124
another aux role update 2024-11-07 10:56:24 +02:00
Aine
fa2ba3e04c
Update aux role 2024-11-07 09:47:31 +02:00
3 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
version: v1.0.0-3
version: v1.0.0-5
name: auxiliary
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg.git
version: v1.4.0-1.9.0-2

View File

@ -362,6 +362,9 @@ matrix_synapse_media_retention_local_media_lifetime:
# should be empty to disable
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.
matrix_synapse_tmp_directory_size_mb: "{{ matrix_synapse_max_upload_size_mb * 50 }}"

View File

@ -1235,6 +1235,7 @@ oembed:
#
#additional_providers:
# - oembed/my_providers.json
additional_providers: {{ matrix_synapse_oembed_additional_providers|to_json }}
## Captcha ##