Commit Graph

683 Commits

Author SHA1 Message Date
Aaron van Meerten
ed095bc28e misc: support alternate xmpp server for jvb (#1495) 2023-03-16 07:08:52 -05:00
Aaron van Meerten
e1c1f1b034 jicofo: enable rest interface (#1494) 2023-03-15 15:53:46 -05:00
Aaron van Meerten
ca0b92ee2a web: allow custom colibri websocket port (#1491) 2023-03-14 08:56:27 -05:00
Saúl Ibarra Corretgé
fe5dea3402 misc: working on unstable 2023-03-07 13:17:50 +01:00
Saúl Ibarra Corretgé
83dddb2376 release: stable-8319
* 57e852f build: fix native build on M1 macs
* 1cdf970 prosody: fix "<no value>" issue in prosody config
* 4a0b48c etherpad: suppress errors in pad
* 15335c0 misc: working on unstable
2023-03-07 12:58:48 +01:00
Saúl Ibarra Corretgé
57e852f275 build: fix native build on M1 macs 2023-03-07 12:42:48 +01:00
orandev
1cdf970b59 prosody: fix "<no value>" issue in prosody config
If XMPP_DOMAIN and XMPP_MUC_DOMAIN are not configured in the .env file (which is the default situation), we get the following lines in jitsi-meet.cfg.lua:

    end_conference_component = "endconference.<no value>"
[...]
Component "endconference.<no value>" "end_conference"
    muc_component = "<no value>"
2023-03-07 12:10:35 +01:00
Saúl Ibarra Corretgé
4a0b48c411 etherpad: suppress errors in pad
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/1474
2023-02-03 09:33:39 +01:00
Saúl Ibarra Corretgé
15335c0e9a misc: working on unstable 2023-01-31 11:48:12 +01:00
Saúl Ibarra Corretgé
7d0eee4384 release: stable-8252
* 076dbf7 jibri: fix downloading new (>= 109) ChromeDriver
* 8f40804 jibri: update Chrome to M109
* 1cf8638 compose: fix whiteboard collab server variable name
* 9e0305b prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
* ac551c3 base: update tpl
* ec972ee base: update tpl
* 8684b0b misc: working on unstable
2023-01-31 11:18:24 +01:00
Saúl Ibarra Corretgé
076dbf7d17 jibri: fix downloading new (>= 109) ChromeDriver 2023-01-31 10:52:34 +01:00
Saúl Ibarra Corretgé
8f40804839 jibri: update Chrome to M109 2023-01-31 10:16:25 +01:00
Saúl Ibarra Corretgé
1cf8638105 compose: fix whiteboard collab server variable name
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1469
2023-01-31 10:14:36 +01:00
Saúl Ibarra Corretgé
9e0305bc59 prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default 2023-01-31 10:01:02 +01:00
Saúl Ibarra Corretgé
ac551c300a base: update tpl 2023-01-27 09:36:05 +01:00
Saúl Ibarra Corretgé
ec972eec21 base: update tpl
Closes: https://github.com/jitsi/docker-jitsi-meet/issues/1458
2023-01-24 14:14:42 +01:00
Saúl Ibarra Corretgé
8684b0b3d1 misc: working on unstable 2023-01-13 15:29:12 +01:00
Saúl Ibarra Corretgé
fa436f7e55 release: stable-8218
* 8d7728b jibri: update Chrome to M108
* 9cfbaf2 misc: drop JICOFO_AUTH_USER
* 68751c2 prosody: add metadata component
* 07f7054 jaas: pass the jitsi installation type at provisioning (#1456)
* e219bcf web: add ability to configure whiteboard
* ac12313 misc: working on unstable
2023-01-13 14:59:47 +01:00
Saúl Ibarra Corretgé
8d7728b9dc jibri: update Chrome to M108 2023-01-13 14:59:03 +01:00
Saúl Ibarra Corretgé
9cfbaf2d64 misc: drop JICOFO_AUTH_USER
It is expected to be "focus" in a number of places inside lib-jitsi-meet
and that won't change anytime soon.

Allowing users to change it is just asking for trouble.

Fixes: https://github.com/jitsi/lib-jitsi-meet/issues/2191
2023-01-12 15:36:28 +01:00
Jean-Vincent kassi
68751c27f2 prosody: add metadata component
Necessary for whiteboard usage.
2023-01-12 14:16:28 +01:00
Oana Emilia Ianc
07f7054bad jaas: pass the jitsi installation type at provisioning (#1456) 2023-01-10 12:10:19 +02:00
Debendra Oli
e219bcfc21 web: add ability to configure whiteboard 2022-12-19 12:54:51 +01:00
Saúl Ibarra Corretgé
ac123134ea misc: working on unstable 2022-12-13 12:56:11 +01:00
Saúl Ibarra Corretgé
ee1de18809 release: stable-8138-1
* 8923b72 web: fix missing quotes on config.js string
* 6b11a89 misc: working on unstable
2022-12-13 12:21:45 +01:00
Debendra Oli
8923b72d8e web: fix missing quotes on config.js string 2022-12-13 12:21:00 +01:00
Saúl Ibarra Corretgé
6b11a89ab6 misc: working on unstable 2022-12-12 16:54:35 +01:00
Saúl Ibarra Corretgé
ec130f5928 release: stable-8138
* 1e49d65 web: simplify build
* dd399fe web,jvb: remove ENABLE_MULTISTREAM
* 723d661 jibri: add single-use-mode config option
* ca14c52 web: add more transcription config env vars
* ccc5746 prosody: add ability to configure TURN server transports
* 17d047a misc: working on unstable
2022-12-12 16:24:48 +01:00
Saúl Ibarra Corretgé
1e49d65e8c web: simplify build
We no longer need the config package because we are building it from
scratch.
2022-12-12 16:23:16 +01:00
Saúl Ibarra Corretgé
dd399fee54 web,jvb: remove ENABLE_MULTISTREAM
It's not enabled by default and there is no way to disable it any
longer.

We keep setting the flags in config.js though, this is so old mobile
versions without the new default behavior can enable it.
2022-12-12 15:31:09 +01:00
Tobaroo
723d66156d jibri: add single-use-mode config option 2022-12-12 15:17:15 +01:00
Charles Zablit
ca14c52284 web: add more transcription config env vars 2022-12-12 15:15:40 +01:00
Adam Skoglund
ccc5746f91 prosody: add ability to configure TURN server transports 2022-12-08 11:06:05 +01:00
Saúl Ibarra Corretgé
17d047a53a misc: working on unstable 2022-11-25 14:57:03 +01:00
Saúl Ibarra Corretgé
5c406d2c9b release: stable-8044-1
* fd70f04 env: add note about JaaS account creation
* 046bb79 jaas: register JaaS account automatically
* c44c59e misc: working on unstable
2022-11-25 14:30:00 +01:00
Saúl Ibarra Corretgé
fd70f04524 env: add note about JaaS account creation 2022-11-22 13:07:30 +01:00
Oana Emilia Ianc
046bb79271 jaas: register JaaS account automatically 2022-11-22 13:05:43 +01:00
Saúl Ibarra Corretgé
c44c59e6cb misc: working on unstable 2022-11-15 11:07:40 +01:00
Saúl Ibarra Corretgé
1b6510600d release: stable-8044
* b212dca web: fix parsing IPv6 reolver addresses
* 53b2654 web: auto-detect nginx resolver
* 9fbb5bd jicofo: fix XMPP config (all moved to jicofo.conf)
* a2333b3 jicofo: remove JICOFO_SHORT_ID (removed upstream)
* d764db9 doc: update README
* c694a9e web: set charset as utf-8
* 8660089 misc: working on unstable
2022-11-15 10:41:55 +01:00
Saúl Ibarra Corretgé
b212dca060 web: fix parsing IPv6 reolver addresses
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1437
2022-11-15 10:34:10 +01:00
Saúl Ibarra Corretgé
53b2654556 web: auto-detect nginx resolver
Take it from /etc/resolv.conf in case it wasn't provided via the env
variable.

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1430
2022-11-03 14:03:13 +01:00
bgrozev
9fbb5bd815 jicofo: fix XMPP config (all moved to jicofo.conf) 2022-10-31 19:08:18 +01:00
bgrozev
a2333b3e76 jicofo: remove JICOFO_SHORT_ID (removed upstream) 2022-10-31 19:06:04 +01:00
Saúl Ibarra Corretgé
d764db93ce doc: update README 2022-10-31 11:34:07 +01:00
Ben Banfield-Zanin
c694a9e657 web: set charset as utf-8 2022-10-17 15:14:57 +02:00
Saúl Ibarra Corretgé
8660089eac misc: working on unstable 2022-10-07 11:37:35 +02:00
Saúl Ibarra Corretgé
93272b93c7 release: stable-7882
* 4fcba2c jibri: update Chrome to M106
* 957a225 misc: working on unstable
2022-10-07 11:10:58 +02:00
Saúl Ibarra Corretgé
4fcba2c6aa jibri: update Chrome to M106 2022-10-07 10:55:05 +02:00
Saúl Ibarra Corretgé
957a225d3c misc: working on unstable 2022-09-28 20:37:47 +02:00
Saúl Ibarra Corretgé
aec6021f20 release: stable-7830
* dd95b3d prosody: fix arm64 build
* acb2f4e misc: update stale.yml
* 02e32e5 jibri: update Chrome to M105
* c53de72 jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
* 723acc2 web: add ability to configure the room password digit size
* a1e82ea jvb: migrate config to secure octo
* 91043c5 prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0
* dc5b6a1 fix: multi tenant setup (#1401)
* 47804d0 prosody: add JWT_ENABLE_DOMAIN_VERIFICATION to compose file
* 832b178 prosody: make GC options configurable
* bf6a68b web: fix setting prefix for subdomains
* 5fabec9 prosody: add end conference
* 7f7a9b4 misc: working on unstable
2022-09-28 20:21:21 +02:00