Przeglądaj źródła

reset default and add documentation about the websocket port

pull/2166/head
Warren Bailey 3 lat temu
rodzic
commit
5a00856c88
2 zmienionych plików z 7 dodań i 1 usunięć
  1. +6
    -0
      docs/configuring-playbook-jitsi.md
  2. +1
    -1
      roles/matrix-jitsi/defaults/main.yml

+ 6
- 0
docs/configuring-playbook-jitsi.md Wyświetl plik

@@ -156,6 +156,12 @@ jvb-3.example.com ansible_host=192.168.0.3 matrix_jitsi_jvb_server_id=jvb-2

Note that the server id `jvb-1` is reserved for the JVB instance running on the Matrix host and therefore should not be used as the id of an additional jvb host.

The additional JVB will also need to expose the colibri web socket port and this can be done with the following variable:

```yaml
matrix_jitsi_jvb_container_colibri_ws_host_bind_port: 9090
```

The JVB will also need to know where the prosody xmpp server is located, similar to the server id this can be set in the vars for the JVB by using the variable
`matrix_jitsi_xmpp_server`. The Jitsi prosody container is deployed on the matrix server by default so the value can be set to the matrix domain. For example:



+ 1
- 1
roles/matrix-jitsi/defaults/main.yml Wyświetl plik

@@ -270,4 +270,4 @@ matrix_jitsi_jvb_container_rtp_tcp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_tcp_
# Controls whether the matrix-jitsi-jvb container exposes its Colibri WebSocket port (tcp/9090 in the container).
#
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12090"), or empty string to not expose.
matrix_jitsi_jvb_container_colibri_ws_host_bind_port: 9090
matrix_jitsi_jvb_container_colibri_ws_host_bind_port: ''

Ładowanie…
Anuluj
Zapisz