Commit Graph

450 Commits

Author SHA1 Message Date
Werner Fleischer
6f56e5b7a2 web,prosody: add breakout rooms support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-12-03 15:09:01 +01:00
Saúl Ibarra Corretgé
320829601c base: update base images to Debian Bullseye 2021-12-03 13:57:09 +01:00
wfleischer
b02a689d8e env: fix unexpected character bug with recent docker desktop
This prevents the following parsing errors in recent Docker Desktop app:

- unexpected character "!" in variable name near "to Web Chat!\\n\\n...
- respectively: unexpected character "-" in variable name near "super-light-editor light-background full-width-editor...

Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
2021-11-25 15:17:01 +01:00
Saúl Ibarra Corretgé
b5dbfa0458 misc: working on latest 2021-10-21 15:26:32 +02:00
Saúl Ibarra Corretgé
73c1db5f2b release: stable-6433
* 487bcca jvb: try to use the correct IP as the default server ID
* 9e982fe examples: move to jitsi-contrib
* 192a623 jvb: add ability to configure the shutdown API
* 5dcf7b4 compose: changed REACTIONS env variable name in docker-compose file
* d94f4b6 jvb: remove unneeded alias
* 7cd71a2 jibri: default to recording in 720p
* bee4b6a jibri: use new configuration file
* 76a16a8 jvb: use modern config for ice4j
* 18ac85b jibri: allow graceful shutdown of the container
* 3c19ed6 jibri: uppdate Chrome to version 94
* b858b37 base-java: update to Java 11
* 2061b86 misc: enable features by default
* 343062b misc: fix/ improve shebang compatibility
* ff8c1c2 web: regenerate interface_config.js on every boot
* bda1502 prosody: simplify code
* cfd8d3c web: add config options for polls and reactions
* 537fcd5 misc: add support for sentry logging
* be1da0e misc: cleanup Dockerfiles
* 09cf0a8 web: add env variables for configuring vp9
* 3df32d9 web: persist crontabs for letsencrypt
* f748484 jicofo: add enable-auto-login config option
* 96419ba web: remove no longer needed code
* 1835d65 web: recreate interface_config.js on container restart
* b555d41 jicofo: fix boolean values in configuration file
* 6be198c misc: remove quotation marks from TURN configuration (#1111)
* 407a98d misc: working on latest
2021-10-21 15:20:10 +02:00
Saúl Ibarra Corretgé
487bcca46d jvb: try to use the correct IP as the default server ID
This hopefully fixes WS issues on environment with multiple networks
such as Docker Swarm.
2021-10-21 14:51:34 +02:00
Saúl Ibarra Corretgé
9e982fe9e2 examples: move to jitsi-contrib 2021-10-21 14:36:37 +02:00
Артем
192a6233aa jvb: add ability to configure the shutdown API 2021-10-21 14:21:29 +02:00
Prayag Singh
5dcf7b483d compose: changed REACTIONS env variable name in docker-compose file 2021-10-21 14:18:52 +02:00
Saúl Ibarra Corretgé
d94f4b6e38 jvb: remove unneeded alias 2021-10-14 16:34:41 +02:00
Saúl Ibarra Corretgé
7cd71a263c jibri: default to recording in 720p 2021-10-14 16:21:56 +02:00
Prayag Singh
bee4b6a124 jibri: use new configuration file 2021-10-13 16:11:20 +02:00
Saúl Ibarra Corretgé
76a16a8b78 jvb: use modern config for ice4j 2021-10-12 21:46:30 +02:00
Matthieu Huguet
18ac85b69e jibri: allow graceful shutdown of the container 2021-10-12 20:58:50 +02:00
Saúl Ibarra Corretgé
3c19ed6723 jibri: uppdate Chrome to version 94 2021-10-12 20:56:25 +02:00
Saúl Ibarra Corretgé
b858b37ad1 base-java: update to Java 11
Jigasi will remain wiith Java 8 for the moment.
2021-10-12 20:45:06 +02:00
Saúl Ibarra Corretgé
2061b869fe misc: enable features by default
- prejoin screen
- lobby
- av moderation
- talk while muted detection
- reactions
2021-10-12 11:52:45 +02:00
CreativeCactus
343062bf89 misc: fix/ improve shebang compatibility 2021-10-09 08:40:57 +02:00
Saúl Ibarra Corretgé
ff8c1c2e31 web: regenerate interface_config.js on every boot
Customization is still available via custom-interface_config.js. This
way we will slowly get rid of the deprecated interface_config.js as all
options move to config.js.
2021-09-24 13:33:02 +02:00
Saúl Ibarra Corretgé
bda1502210 prosody: simplify code
We no longer need to use token based auth (but allow empty tokens) when
WebSockets are used.
2021-09-24 13:03:56 +02:00
Prayag Singh
cfd8d3c04e web: add config options for polls and reactions 2021-09-17 14:04:17 +02:00
Paul Tiedtke
537fcd532b misc: add support for sentry logging 2021-09-17 09:51:34 +02:00
Berbe
be1da0e2be misc: cleanup Dockerfiles
* Cleanup: Use spaces instead of tabulation

* Cleanup: Reduce layers

* Cleanup: Homogeneise wget syntax

* Cleanup: Use binary GPG key format
2021-09-17 09:49:49 +02:00
Prayag Singh
09cf0a8951 web: add env variables for configuring vp9 2021-09-17 09:47:58 +02:00
Bert Driehuis
3df32d9a0d web: persist crontabs for letsencrypt 2021-09-10 14:39:59 +02:00
Kenny
f748484d1c jicofo: add enable-auto-login config option 2021-09-10 08:29:34 +02:00
Saúl Ibarra Corretgé
96419ba1d3 web: remove no longer needed code
The toolbar buttons have moved to config.js and are commented out by default.
2021-09-08 11:05:44 +02:00
Joy A
1835d651f9 web: recreate interface_config.js on container restart
Recreate interface_config.js on container restart if custom-interface_config.js exists
2021-09-08 11:03:46 +02:00
Matthieu Huguet
b555d41a7f jicofo: fix boolean values in configuration file
A type error is thrown when one of these environment variables is
defined:
- ENABLE_AUTO_OWNER
- JICOFO_ENABLE_HEALTH_CHECKS
- JICOFO_ENABLE_BRIDGE_HEALTH_CHECKS
2021-08-24 20:07:39 +02:00
Vertganti
6be198ce74 misc: remove quotation marks from TURN configuration (#1111)
Fixes: #1110
2021-08-23 13:35:15 +02:00
Saúl Ibarra Corretgé
407a98dd81 misc: working on latest 2021-08-20 11:37:46 +02:00
Saúl Ibarra Corretgé
dafe41d16b release: stable-6173
* c95f0d6 prosody: add support for A/V Moderation
* 856e414 prosody: add ability to configure external TURN server
* bcae3b1 prosody: add domain mapper options to default configuration
* cf90461 web: fix acme.sh pre and post hooks
* 65563d9 misc: working on latest
2021-08-20 10:46:18 +02:00
Azim Khakulov
c95f0d6b16 prosody: add support for A/V Moderation
Set ENABLE_AV_MODERATION to 1 in order to enable it.

NOTE: This feature is still under development and should be considered
beta quality.
2021-08-20 09:30:45 +02:00
tbutter
856e414084 prosody: add ability to configure external TURN server
Co-authored-by: Thomas Butter <tbutter@gmail.com>
2021-08-10 13:57:08 +02:00
Léopold Jacquot
bcae3b19b0 prosody: add domain mapper options to default configuration 2021-07-30 10:13:47 +02:00
Bert Driehuis
cf90461810 web: fix acme.sh pre and post hooks
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/114
2021-07-05 09:11:37 +02:00
Saúl Ibarra Corretgé
65563d9371 misc: working on latest 2021-06-11 08:55:37 +02:00
Saúl Ibarra Corretgé
25fd308bcf release: stable-5963
* 6f6fe77 prosody: enable limits
* db3d790 prosody: fix: restrict room creation to jicofo (#1059)
* 281db36 misc: working on latest
2021-06-11 08:50:41 +02:00
Дамян Минков
6f6fe7717c prosody: enable limits
* feat: Enables limits with default values from upstream.

* feat: Enables limits_exception module and adding jicofo and jvb.

Removes the limits for the jicofo and jvb connections.
2021-06-07 20:09:26 +02:00
Aaron van Meerten
db3d790e52 prosody: fix: restrict room creation to jicofo (#1059) 2021-05-21 09:52:54 -05:00
Saúl Ibarra Corretgé
281db3663c misc: working on latest 2021-05-14 15:22:56 +02:00
Saúl Ibarra Corretgé
77da42537e release: stable-5870
* d9b84cf jibri: set base URL for joining meetings
* a77a43e jibri: update default Chrome version to 90
* a90e4ce doc: drop confusing port number from PUBLIC_URL
* 8620caa doc: clarify env variable
* 6f52f71 web: add FLoC environment variable
* 014aa59 web: add default language variable
* ce25bf6 doc: update CHANGELOG
* 6bf1336 misc: working on latest
2021-05-14 15:16:04 +02:00
Saúl Ibarra Corretgé
d9b84cfc2a jibri: set base URL for joining meetings
This will make Jibri join PUBLIC_URL/meetingName instead of https://meet.jitsi/meetingName.
2021-05-14 11:47:07 +02:00
Saúl Ibarra Corretgé
a77a43e322 jibri: update default Chrome version to 90 2021-05-14 11:47:07 +02:00
Saúl Ibarra Corretgé
a90e4ce501 doc: drop confusing port number from PUBLIC_URL 2021-05-06 08:38:50 +02:00
Rolf Sommerhalder
8620caad65 doc: clarify env variable 2021-04-30 21:19:27 +02:00
El RIDO
6f52f71b0d web: add FLoC environment variable
ENABLE_FLOC, defaulting to false.
2021-04-24 14:00:39 +02:00
Jean Prunneaux
014aa59d37 web: add default language variable 2021-04-18 16:21:19 +02:00
Saúl Ibarra Corretgé
ce25bf67d2 doc: update CHANGELOG 2021-04-17 23:03:20 +02:00
Saúl Ibarra Corretgé
6bf13364a4 misc: working on latest 2021-04-17 23:01:38 +02:00