Commit Graph

619 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
6449c60875 prosody: fix installation of lua inspect module
Sigh Debian!
2022-08-26 13:19:45 +02:00
Дамян Минков
6664c89db6 prosody: add missing lua-inspect dependency 2022-08-26 13:07:58 +02:00
Thomas Butter
755bd3fc89 prosody: add jigasi and jibri users as admins
Allows them to bypass auth when tokens are enabled and no empty token is allowed.
2022-08-23 19:26:15 +02:00
Debendra Oli
8c5fba13df jigasi: add ability to disable SIP 2022-08-22 11:36:59 +02:00
Ben Banfield-Zanin
4fa0a2f7a5 jvb: allow configuration of videobridge.ice.advertise-private-candidates 2022-08-22 10:31:16 +02:00
Saúl Ibarra Corretgé
74e594242f misc: working on unstable 2022-08-22 10:06:55 +02:00
Saúl Ibarra Corretgé
acc7c55c9f release: stable-7648-3
* 7890183 jibri: fix ENABLE_RECORDING issue
* a2b86a0 fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377.
* 9f3c81f misc: working on unstable
2022-08-22 09:59:44 +02:00
David Négrier
7890183b9f jibri: fix ENABLE_RECORDING issue
* Fixing ENABLE_RECORDING issue

In https://github.com/jitsi/docker-jitsi-meet/pull/1372, I made a change to allow the web component to set ENABLE_RECORDING and still enable recording (in order to have "service recording" disabled but Dropbox recording enabled.
I failed to notice that the ENABLE_RECORDING environment variable is also used in Prosody (and in a number of places) as a global switch.

With the new variable semantic (as proposed in #1372), in order to know if Jibri must be enabled or not, we need 3 variables (ENABLE_RECORDING, DROPBOX_APPKEY and ENABLE_LIVESTREAMING).
This means we should also propagate those variables to Prosody.

To be honest, having the "DROPBOX_APPKEY" forwarded to Prosody just to know if we should enable or disable recording is a bit weird.

So I feel it is a better idea to revert back the meaning of "ENABLE_RECORDING" to be a global switch.

I'm therefore reverting back to old behaviour and adding a new environment variable (ENABLE_SERVICE_RECORDING) that allows turning on or off the "service recording".

* Setting ENABLE_SERVICE_RECORDING default value to ENABLE_SERVICE_RECORDING
2022-08-22 09:58:46 +02:00
damencho
a2b86a0f9a fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377. 2022-08-19 09:12:12 +02:00
Saúl Ibarra Corretgé
9f3c81fab9 misc: working on unstable 2022-08-18 15:57:43 +02:00
Saúl Ibarra Corretgé
fa90b0c886 release: stable-7648-2
* 24b6adb feat: Adds room info http endpoint for jaas components.
* 475be2a misc: working on unstable
2022-08-18 15:47:18 +02:00
damencho
24b6adbc68 feat: Adds room info http endpoint for jaas components. 2022-08-18 08:41:20 -05:00
Saúl Ibarra Corretgé
475be2af18 misc: working on unstable 2022-08-18 14:01:27 +02:00
Saúl Ibarra Corretgé
513ffca5df release: stable-7648-1
* d9921a0 prosody: fix syntax error
* bc6ce20 jibri: update Chrome to M104
* 7c7a43a prosody: add ability to configure max occupants
* 85a38d9 jibri: add ability to enable Dropbox recording without enabling "service recording"
* f8b7037 jvb: enable multi-stream by default
* eb0dd6b web: fix receiveMultipleVideoStreams flag
* 674f134 misc: working on unstable
2022-08-18 13:43:36 +02:00
Saúl Ibarra Corretgé
d9921a093c prosody: fix syntax error 2022-08-18 13:43:06 +02:00
Saúl Ibarra Corretgé
bc6ce20d00 jibri: update Chrome to M104 2022-08-18 13:25:29 +02:00
Rhys
7c7a43a045 prosody: add ability to configure max occupants 2022-08-18 13:05:25 +02:00
David Négrier
85a38d96a4 jibri: add ability to enable Dropbox recording without enabling "service recording"
Also add a new ENABLE_LIVESTREAMING env variable to enable live streaming independently from the recording service.
2022-08-18 13:03:07 +02:00
Saúl Ibarra Corretgé
f8b7037b05 jvb: enable multi-stream by default 2022-08-18 10:06:51 +02:00
Timo Schwarzer
eb0dd6b065 web: fix receiveMultipleVideoStreams flag 2022-08-15 21:41:56 +02:00
Saúl Ibarra Corretgé
674f1341b7 misc: working on unstable 2022-08-12 15:07:26 +02:00
Saúl Ibarra Corretgé
59a8c16d24 release: stable-7648
* 12941f5 web: turn on multi-stream by default
* 1d4b265 web: add new flag for multi-stream
* 4264f25 prosody: make enable_domain_verification configurable
* 2a7db7c jigasi: fix Sentry test
* 2d106d8 jigasi: adjust log formatter
* 6c9e305 jigasi: temporarily disable G722
* 9edecf2 misc: working on unstable
2022-08-12 14:58:03 +02:00
Saúl Ibarra Corretgé
12941f54c2 web: turn on multi-stream by default 2022-08-12 14:56:18 +02:00
Saúl Ibarra Corretgé
1d4b2655b4 web: add new flag for multi-stream 2022-08-12 14:55:23 +02:00
Saúl Ibarra Corretgé
4264f257f6 prosody: make enable_domain_verification configurable 2022-08-12 14:50:32 +02:00
Saúl Ibarra Corretgé
2a7db7c283 jigasi: fix Sentry test
It's set to 0 by default, cast it to boolean to be sure, just like we do for the other containers.
2022-08-11 13:19:51 +02:00
wfleischer
2d106d830b jigasi: adjust log formatter 2022-08-11 11:59:48 +02:00
Saúl Ibarra Corretgé
6c9e305080 jigasi: temporarily disable G722
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1357
2022-08-10 09:36:05 +02:00
Saúl Ibarra Corretgé
9edecf21ed misc: working on unstable 2022-08-09 21:51:44 +02:00
Saúl Ibarra Corretgé
8f5514e5bc release: stable-7577-2
* 55e0eed prosody: remove explicit dependency
* e0bc4e4 prosody: add missing net-url dependency
* e811d7b misc: working on unstable
2022-08-09 21:31:14 +02:00
Saúl Ibarra Corretgé
55e0eed66b prosody: remove explicit dependency
It's a dependency of lua-luaossl.
2022-08-09 21:30:32 +02:00
Saúl Ibarra Corretgé
e0bc4e4e77 prosody: add missing net-url dependency
It's used by the muc_size plugin.
2022-08-09 21:29:34 +02:00
Saúl Ibarra Corretgé
e811d7b2e1 misc: working on unstable 2022-08-09 09:41:47 +02:00
Saúl Ibarra Corretgé
9d69db7be0 release: stable-7577-1
* 20eb991 prosody: clean build
* 6fb422c prosody: fix not finding the basexx and cjsson modules
* 1768164 misc: working on unstable
2022-08-09 09:18:59 +02:00
Saúl Ibarra Corretgé
20eb991101 prosody: clean build
Install the jitsi-meet-prosody package instead of uncompressing it.
2022-08-09 09:17:42 +02:00
Saúl Ibarra Corretgé
6fb422cc85 prosody: fix not finding the basexx and cjsson modules
Debian doesn't provide a Lua > 5.2 packaged version for neither.

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1359
2022-08-09 09:17:42 +02:00
Saúl Ibarra Corretgé
1768164175 misc: working on unstable 2022-08-05 13:16:26 +02:00
Saúl Ibarra Corretgé
88d5ca3f39 release: stable-7577
* b670959 prosody: simplify container build
* e05a9c2 fixup: template syntax for newly added variables (#1355)
* 164d28b web: migrate deprecated recordings options, add some more
* f126f7a web: set config.videoQuality.maxBitratesVideo to null if no bitrates are specified
* 0364d94 jibri: remove deprecated PulseAudio module
* 1c93e1b web: add support for brandingDataUrl (#1346)
* 4372717 web: add support for wav files to nginx default
* d804ba4 misc: make ignore rule more generic
* b224131 prosody: use ENABLE_IPV6 environment variable
* be8c41f etherpad,jigasi: fix compose file version
* d7cee00 misc: working on unstable
2022-08-05 12:58:23 +02:00
Saúl Ibarra Corretgé
b67095975b prosody: simplify container build
We can now use the Lua libraries packaged in Debian, thus removing the
need for a 2-stage build and manual package coppying.
2022-08-05 11:46:03 +02:00
Debendra Oli
e05a9c2969 fixup: template syntax for newly added variables (#1355) 2022-08-05 09:22:35 +02:00
Debendra Oli
164d28b2ee web: migrate deprecated recordings options, add some more
* config: migrate depricated recordings options, add localRecording section and disableProfile

* fix: disableProfile

* group recording config, remove boolean conditions

* config add: localRecording extra options
2022-08-04 17:34:21 +02:00
Timo Schwarzer
f126f7afbc web: set config.videoQuality.maxBitratesVideo to null if no bitrates are specified
Fixes: #1318
2022-07-27 13:41:26 +02:00
Saúl Ibarra Corretgé
0364d94c4a jibri: remove deprecated PulseAudio module 2022-07-27 09:48:03 +02:00
Debendra Oli
1c93e1b74d web: add support for brandingDataUrl (#1346)
Closes: #1345
2022-07-19 10:01:01 +02:00
BinaryWizard904
4372717dc3 web: add support for wav files to nginx default
Nginx does not define a mime type for wav files by default.  This causes Firefox to refuse to load these files.
Bu adding this mime type, we can ensure that Firefox plays back all interface sounds by default.
Issue is further described in: https://github.com/jitsi/jitsi-meet/issues/11860
2022-07-14 21:53:58 +02:00
Saúl Ibarra Corretgé
d804ba48c9 misc: make ignore rule more generic 2022-07-04 09:30:07 +02:00
Michel Pawlak
b2241315ad prosody: use ENABLE_IPV6 environment variable
Fixes: #1337
2022-07-01 08:30:21 +03:00
Saúl Ibarra Corretgé
be8c41f79e etherpad,jigasi: fix compose file version
They all need to match if we want to launch them together.
2022-06-24 14:48:49 +02:00
Saúl Ibarra Corretgé
d7cee00d61 misc: working on unstable 2022-06-24 12:49:22 +02:00
Saúl Ibarra Corretgé
a707a00eed release: stable-7439-2
* b2f704a misc: working on unstable
* 62655d8 release: stable-7439-1
* 22dc822 prosody: fix XMPP_MUC_CONFIGURATION
* 11de38f fix: properly use default SIP config
* 82a5382 fix: add missing $ to JIGASI_XMPP_USER
* 76ff646 misc: working on unstable
2022-06-24 12:28:50 +02:00