|
|
|
@@ -40,12 +40,18 @@ matrix_synapse_container_image_customizations_enabled: |- |
|
|
|
matrix_synapse_container_image_customizations_s3_storage_provider_installation_enabled |
|
|
|
or |
|
|
|
matrix_synapse_container_image_customizations_templates_enabled |
|
|
|
or |
|
|
|
matrix_synapse_container_image_customizations_auto_accept_invite_installation_enabled |
|
|
|
}} |
|
|
|
|
|
|
|
# Controls whether custom build steps will be added to the Dockerfile for installing s3-storage-provider. |
|
|
|
# The version that will be installed is specified in `matrix_synapse_ext_synapse_s3_storage_provider_version`. |
|
|
|
matrix_synapse_container_image_customizations_s3_storage_provider_installation_enabled: "{{ matrix_synapse_ext_synapse_s3_storage_provider_enabled }}" |
|
|
|
|
|
|
|
# Controls whether custom build steps will be added to the Dockerfile for installing auto-accept-invite module. |
|
|
|
# The version that will be installed is specified in `matrix_synapse_ext_synapse_auto_accept_invite_version`. |
|
|
|
matrix_synapse_container_image_customizations_auto_accept_invite_installation_enabled: "{{ matrix_synapse_ext_auto_accept_invite_enabled }}" |
|
|
|
|
|
|
|
# Controls whether custom build steps will be added to the Dockerfile for customizing the email templates used by Synapse. |
|
|
|
# |
|
|
|
# Example usage: |
|
|
|
@@ -1210,6 +1216,15 @@ matrix_synapse_ext_synapse_s3_storage_provider_update_db_day_count: 0 |
|
|
|
# This is a systemd timer OnCalendar definition. Learn more here: https://man.archlinux.org/man/systemd.time.7#CALENDAR_EVENTS |
|
|
|
matrix_synapse_ext_synapse_s3_storage_provider_periodic_migration_schedule: '*-*-* 05:00:00' |
|
|
|
|
|
|
|
# Synapse module to automatically accept room invites. |
|
|
|
# Installing it requires building a customized Docker image for Synapse (see `matrix_synapse_container_image_customizations_enabled`). |
|
|
|
# Enabling this will enable customizations and inject the appropriate Dockerfile clauses for installing synapse-auto-accept-invite. |
|
|
|
|
|
|
|
matrix_synapse_ext_synapse_auto_accept_invite_enabled: false |
|
|
|
matrix_synapse_ext_synapse_auto_accept_invite_version: 1.1.3 |
|
|
|
# Specifies whether only direct messages (1:1 rooms) will be auto accepted. |
|
|
|
matrix_synapse_ext_synapse_auto_accept_invite_only_for_direct_messages: false |
|
|
|
|
|
|
|
# Specifies whether an external media repository is enabled. |
|
|
|
# If it is, the Synapse media repo and media-repo workers will be disabled automatically. |
|
|
|
matrix_synapse_ext_media_repo_enabled: false |
|
|
|
|