mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Update files for Sliding Sync proxy: change "matrix-sliding-sync-proxy" to "matrix-sliding-sync"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		@@ -71,4 +71,4 @@ This allows clients which support Sliding Sync to detect the Sliding Sync proxy'
 | 
			
		||||
 | 
			
		||||
## Troubleshooting
 | 
			
		||||
 | 
			
		||||
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-sliding-sync-proxy`.
 | 
			
		||||
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-sliding-sync`.
 | 
			
		||||
 
 | 
			
		||||
@@ -93,13 +93,13 @@ matrix_sliding_sync_container_labels_additional_labels: ''
 | 
			
		||||
# A list of extra arguments to pass to the container
 | 
			
		||||
matrix_sliding_sync_container_extra_arguments: []
 | 
			
		||||
 | 
			
		||||
# List of systemd services that matrix-sliding-sync-proxy.service depends on
 | 
			
		||||
# List of systemd services that matrix-sliding-sync.service depends on
 | 
			
		||||
matrix_sliding_sync_systemd_required_services_list: "{{ matrix_sliding_sync_systemd_required_services_list_default + matrix_sliding_sync_systemd_required_services_list_auto + matrix_sliding_sync_systemd_required_services_list_custom }}"
 | 
			
		||||
matrix_sliding_sync_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
 | 
			
		||||
matrix_sliding_sync_systemd_required_services_list_auto: []
 | 
			
		||||
matrix_sliding_sync_systemd_required_services_list_custom: []
 | 
			
		||||
 | 
			
		||||
# List of systemd services that matrix-sliding-sync-proxy.service wants
 | 
			
		||||
# List of systemd services that matrix-sliding-sync.service wants
 | 
			
		||||
matrix_sliding_sync_systemd_wanted_services_list: []
 | 
			
		||||
 | 
			
		||||
# Controls the SYNCV3_SERVER environment variable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user