mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-11 09:38:57 +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:
parent
4a178b534b
commit
056a502d5f
@ -71,4 +71,4 @@ This allows clients which support Sliding Sync to detect the Sliding Sync proxy'
|
|||||||
|
|
||||||
## Troubleshooting
|
## 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
|
# A list of extra arguments to pass to the container
|
||||||
matrix_sliding_sync_container_extra_arguments: []
|
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: "{{ 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_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_auto: []
|
||||||
matrix_sliding_sync_systemd_required_services_list_custom: []
|
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: []
|
matrix_sliding_sync_systemd_wanted_services_list: []
|
||||||
|
|
||||||
# Controls the SYNCV3_SERVER environment variable
|
# Controls the SYNCV3_SERVER environment variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user