mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Update Synapse to v1.6.0
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
matrix_synapse_enabled: true
 | 
			
		||||
 | 
			
		||||
matrix_synapse_docker_image: "matrixdotorg/synapse:v1.5.1"
 | 
			
		||||
matrix_synapse_docker_image: "matrixdotorg/synapse:v1.6.0"
 | 
			
		||||
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"
 | 
			
		||||
 | 
			
		||||
matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"
 | 
			
		||||
@@ -314,7 +314,7 @@ matrix_synapse_room_list_publication_rules:
 | 
			
		||||
    room_id: "*"
 | 
			
		||||
    action: allow
 | 
			
		||||
 | 
			
		||||
matrix_synapse_default_room_version: "4"
 | 
			
		||||
matrix_synapse_default_room_version: "5"
 | 
			
		||||
 | 
			
		||||
# Controls the Synapse `spam_checker` setting.
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
@@ -286,7 +286,7 @@ listeners:
 | 
			
		||||
# Used by phonehome stats to group together related servers.
 | 
			
		||||
#server_context: context
 | 
			
		||||
 | 
			
		||||
# Resource-constrained Homeserver Settings
 | 
			
		||||
# Resource-constrained homeserver Settings
 | 
			
		||||
#
 | 
			
		||||
# If limit_remote_rooms.enabled is True, the room complexity will be
 | 
			
		||||
# checked before a user joins a new remote room. If it is above
 | 
			
		||||
@@ -754,11 +754,11 @@ max_spider_size: 10M
 | 
			
		||||
## Captcha ##
 | 
			
		||||
# See docs/CAPTCHA_SETUP for full details of configuring this.
 | 
			
		||||
 | 
			
		||||
# This Home Server's ReCAPTCHA public key.
 | 
			
		||||
# This homeserver's ReCAPTCHA public key.
 | 
			
		||||
#
 | 
			
		||||
#recaptcha_public_key: "YOUR_PUBLIC_KEY"
 | 
			
		||||
 | 
			
		||||
# This Home Server's ReCAPTCHA private key.
 | 
			
		||||
# This homeserver's ReCAPTCHA private key.
 | 
			
		||||
#
 | 
			
		||||
#recaptcha_private_key: "YOUR_PRIVATE_KEY"
 | 
			
		||||
 | 
			
		||||
@@ -970,7 +970,7 @@ trusted_third_party_id_servers:
 | 
			
		||||
# If a delegate is specified, the config option public_baseurl must also be filled out.
 | 
			
		||||
#
 | 
			
		||||
account_threepid_delegates:
 | 
			
		||||
    #email: https://example.com     # Delegate email sending to example.org
 | 
			
		||||
    #email: https://example.com     # Delegate email sending to example.com
 | 
			
		||||
    #msisdn: http://localhost:8090  # Delegate SMS sending to this local process
 | 
			
		||||
 | 
			
		||||
# Users who register on this homeserver will automatically be joined
 | 
			
		||||
@@ -1289,7 +1289,7 @@ password_config:
 | 
			
		||||
#   smtp_user: "exampleusername"
 | 
			
		||||
#   smtp_pass: "examplepassword"
 | 
			
		||||
#   require_transport_security: False
 | 
			
		||||
#   notif_from: "Your Friendly %(app)s Home Server <noreply@example.com>"
 | 
			
		||||
#   notif_from: "Your Friendly %(app)s homeserver <noreply@example.com>"
 | 
			
		||||
#   app_name: Matrix
 | 
			
		||||
#
 | 
			
		||||
#   # Enable email notifications by default
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user