Connect sliding-sync directly to the homeserver

This saves up 1 container network and avoids going through extra proxies
unnecessarily.
This commit is contained in:
Slavi Pantaleev
2024-01-05 06:28:42 +02:00
parent 7a6a6270d1
commit 499e4887f7
3 changed files with 7 additions and 2 deletions

View File

@ -31,7 +31,7 @@ matrix_sliding_sync_container_image_force_pull: "{{ matrix_sliding_sync_containe
matrix_sliding_sync_container_image_registry_prefix: ghcr.io/
# The base container network. It will be auto-created by this role if it doesn't exist already.
matrix_sliding_sync_container_network: matrix-sliding-sync
matrix_sliding_sync_container_network: ''
# A list of additional container networks that the container would be connected to.
# The role does not create these networks, so make sure they already exist.
@ -81,7 +81,7 @@ matrix_sliding_sync_systemd_required_services_list_custom: []
matrix_sliding_sync_systemd_wanted_services_list: []
# Controls the SYNCV3_SERVER environment variable
matrix_sliding_sync_environment_variable_syncv3_server: "{{ matrix_homeserver_container_url }}"
matrix_sliding_sync_environment_variable_syncv3_server: ""
# Controls the SYNCV3_SECRET environment variable
matrix_sliding_sync_environment_variable_syncv3_secret: ''