Procházet zdrojové kódy

Make sliding-sync communicate with the homeserver over the container 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:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2912
pull/2925/head
Slavi Pantaleev před 2 roky
rodič
revize
0a4cff56fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-sliding-sync/defaults/main.yml

+ 1
- 1
roles/custom/matrix-sliding-sync/defaults/main.yml Zobrazit soubor

@@ -77,7 +77,7 @@ matrix_sliding_sync_systemd_required_services_list: ["docker.service"]
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
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 # Controls the SYNCV3_SECRET environment variable
matrix_sliding_sync_environment_variable_syncv3_secret: '' matrix_sliding_sync_environment_variable_syncv3_secret: ''


Načítá se…
Zrušit
Uložit