Skip to content

Commit

Permalink
Make sliding-sync communicate with the homeserver over the container …
Browse files Browse the repository at this point in the history
…network

Seems like we don't necessarily need to use a public URL for `SYNCV3_SERVER`.

This possibly helps setups that were having trouble when `SYNCV3_SERVER`
was a public URL (e.g. `https://matrix.DOMAIN`), as described in:
#2912
  • Loading branch information
spantaleev committed Oct 2, 2023
1 parent 5d6ad42 commit 0a4cff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/custom/matrix-sliding-sync/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ matrix_sliding_sync_systemd_required_services_list: ["docker.service"]
matrix_sliding_sync_systemd_wanted_services_list: []

# Controls the SYNCV3_SERVER environment variable
matrix_sliding_sync_environment_variable_syncv3_server: "{{ matrix_homeserver_url }}"
matrix_sliding_sync_environment_variable_syncv3_server: "{{ matrix_homeserver_container_url }}"

# Controls the SYNCV3_SECRET environment variable
matrix_sliding_sync_environment_variable_syncv3_secret: ''
Expand Down

0 comments on commit 0a4cff5

Please sign in to comment.