You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuring-playbook-jitsi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Once you've decided on the domain and path, **you may need to adjust your DNS**
40
40
41
41
By default, you will need to create a CNAME record for `jitsi`. See [Configuring DNS](configuring-dns.md) for details about DNS changes.
42
42
43
-
## (Optional) Configure Jitsi authentication and guests mode
43
+
## Configure Jitsi authentication and guests mode (optional)
44
44
45
45
By default the Jitsi Meet instance does not require any kind of login and is open to use for anyone without registration.
46
46
@@ -112,7 +112,7 @@ jitsi_ldap_start_tls: false
112
112
113
113
For more information refer to the [docker-jitsi-meet](https://github.com/jitsi/docker-jitsi-meet#authentication-using-ldap) and the [saslauthd `LDAP_SASLAUTHD`](https://github.com/winlibs/cyrus-sasl/blob/master/saslauthd/LDAP_SASLAUTHD) documentation.
114
114
115
-
## (Optional) Making your Jitsi server work on a LAN
115
+
## Making your Jitsi server work on a LAN (optional)
116
116
117
117
By default the Jitsi Meet instance does not work with a client in LAN (Local Area Network), even if others are connected from WAN. There are no video and audio. In the case of WAN to WAN everything is ok.
- '--env "JVB_ADVERTISE_IPS=<Local IP address of the host>"'
128
128
```
129
129
130
-
## (Optional) Fine tune Jitsi
130
+
## Fine tune Jitsi (optional)
131
131
132
132
Sample **additional** `inventory/host_vars/matrix.example.com/vars.yml` configuration to save up resources (explained below):
133
133
@@ -152,7 +152,7 @@ You may want to **limit the number of video feeds forwarded to each client**, to
152
152
153
153
You may want to **limit the maximum video resolution**, to save up resources on both server and clients.
154
154
155
-
## (Optional) Specify a Max number of participants on a Jitsi conference
155
+
## Specify a Max number of participants on a Jitsi conference (optional)
156
156
157
157
The playbook allows a user to set a max number of participants allowed to join a Jitsi conference. By default there is no limit.
158
158
@@ -162,7 +162,7 @@ In order to set the max number of participants use the following **additional**
162
162
jitsi_prosody_max_participants: 4 # example value
163
163
```
164
164
165
-
## (Optional) Additional JVBs
165
+
## Additional JVBs (optional)
166
166
167
167
By default, a single JVB ([Jitsi VideoBridge](https://github.com/jitsi/jitsi-videobridge)) is deployed on the same host as the Matrix server. To allow more video-conferences to happen at the same time, you may need to provision additional JVB services on other hosts.
In the default Jisti Meet configuration, gravatar.com is enabled as an avatar service. This results in third party request leaking data to gravatar. Since Element clients already send the url of configured Matrix avatars to Jitsi, we disabled gravatar.
It is possible to set an API Auth Token to restrict access to the UVS. If this is enabled, anyone making a request to UVS must provide it via the header "Authorization: Bearer TOKEN"
In case Jitsi is also managed by this playbook and 'matrix' authentication in Jitsi is enabled, this collection will automatically configure Jitsi to use the configured auth token.
69
69
70
-
### (Optional) Disable Auth
70
+
### Disable Auth (optional)
71
71
72
72
Authorization is enabled by default. To disable it, add the following configuration to your `vars.yml` file:
Copy file name to clipboardExpand all lines: docs/configuring-well-known.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ As [per the Client-Server specification](https://matrix.org/docs/spec/client_ser
34
34
35
35
However, this playbook installs your Matrix server on another domain (e.g. `matrix.example.com`) and not on the base domain (e.g. `example.com`), so it takes a little extra manual effort to set up the file.
36
36
37
-
### (Optional) Support Service Discovery
37
+
### Support Service Discovery (optional)
38
38
39
39
[MSC 1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929), which was added to [Matrix Specification version v1.10](https://spec.matrix.org/v1.10/client-server-api/#getwell-knownmatrixsupport), specifies a way to add contact details of admins, as well as a link to a support page for users who are having issues with the service. Automated services may also index this information and use it for abuse reports, etc.
0 commit comments