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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ Variable | Description | Example
216
216
For using multiple Jibri instances, you have to select different loopback interfces for each instance manually.
217
217
218
218
<details>
219
-
<summary>Set interface you can in file `/home/jibri/.asoundrc` inside a docker container.</summary>
219
+
<summary>Set interface in file `/home/jibri/.asoundrc` inside a docker container.</summary>
220
220
221
221
Default the first instance has:
222
222
@@ -330,7 +330,7 @@ Variable | Description | Example
330
330
`JWT_AUTH_TYPE` | (Optional) Controls which module is used for processing incoming JWTs | token
331
331
`JWT_TOKEN_AUTH_MODULE` | (Optional) Controls which module is used for validating JWTs | token_verification
332
332
333
-
This can be tested using the [jwt.io] debugger. Use the following samople payload:
333
+
This can be tested using the [jwt.io] debugger. Use the following sample payload:
334
334
335
335
```
336
336
{
@@ -350,7 +350,7 @@ This can be tested using the [jwt.io] debugger. Use the following samople payloa
350
350
351
351
### Shared document editing using Etherpad
352
352
353
-
You can collaboratively edit a document via [Etherpad]. In order to enable it, set the config options bellow and run
353
+
You can collaboratively edit a document via [Etherpad]. In order to enable it, set the config options below and run
354
354
Docker Compose with the additional config file `etherpad.yml`.
355
355
356
356
Here are the required options:
@@ -373,7 +373,7 @@ Variable | Description | Example
373
373
`GC_CLIENT_ID` | `client_id` from Google Cloud Credetials
374
374
`GC_CLIENT_CERT_URL` | `client_x509_cert_url` from Google Cloud Credetials
375
375
376
-
For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" from 1 to 5 paragraph.
376
+
For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" paragraph 1 to 5.
377
377
378
378
### Advanced configuration
379
379
@@ -414,11 +414,11 @@ Variable | Description | Default value
# IP address of the Docker host. See the "Running behind NAT or on a LAN environment" section
21
-
# in the README.
20
+
# IP address of the Docker host.
21
+
# See the "Running behind NAT or on a LAN environment" section in the README.
22
22
#DOCKER_HOST_ADDRESS=192.168.1.1
23
23
24
24
@@ -237,17 +237,17 @@ JIGASI_PORT_MAX=20050
237
237
# Enable Jigasi transcription.
238
238
#ENABLE_TRANSCRIPTIONS=1
239
239
240
-
# Jigasi will recordord an audio when transcriber is on. Default false.
240
+
# Jigasi will record audio when transcriber is on. Default false.
241
241
#JIGASI_TRANSCRIBER_RECORD_AUDIO=true
242
242
243
243
# Jigasi will send transcribed text to the chat when transcriber is on. Default false.
244
244
#JIGASI_TRANSCRIBER_SEND_TXT=true
245
245
246
-
# Jigasi post to the chat an url with transcription file. Default false.
246
+
# Jigasi will post an url to the chat with transcription file. Default false.
247
247
#JIGASI_TRANSCRIBER_ADVERTISE_URL=true
248
248
249
249
# Credentials for connect to Cloud Google API from Jigasi
250
-
# Please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" from 1 to 5 paragraph.
250
+
# Please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" paragraph 1 to 5.
251
251
# Copy the values from the json to the related env vars
252
252
#GC_PROJECT_ID=
253
253
#GC_PRIVATE_KEY_ID=
@@ -299,8 +299,9 @@ JIBRI_STRIP_DOMAIN_JID=muc
299
299
# Directory for logs inside Jibri container.
300
300
JIBRI_LOGS_DIR=/config/logs
301
301
302
-
# Disable HTTPS. This can be useful if TLS connections are going to be handled outside of this setup.
302
+
# Disable HTTPS. Handle TLS connections outside of this setup.
303
303
#DISABLE_HTTPS=1
304
304
305
-
# Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
305
+
# Redirect HTTP traffic to HTTPS.
306
+
# Necessary for Let's Encrypt. Relies on standard HTTPS port (443).
0 commit comments