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
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
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
Daniel McAssey
8f38fe60f7
web,jvb: add option to enable multi-stream
2022-06-17 19:35:17 +02:00
Debendra Oli
264a3d8b39
web: add prejoin config options
2022-06-17 11:35:45 +02:00
wfleischer
c04f658974
web,jvb: allow underscore in JVB_WS_SERVER_ID
2022-06-14 19:57:18 +02:00
wfleischer
576e5a9086
web: start with clean config.js
2022-06-14 11:36:35 +02:00
Saúl Ibarra Corretgé
a7f260ec32
web,etherpad: fix default public URL
2022-06-14 11:30:06 +02:00
Saúl Ibarra Corretgé
0cbfbfd6cb
web: don't proxy HTTP traffic to WS endpoints
...
A 405 is returned if there is no upgrade request.
2022-06-14 11:28:33 +02:00
Oana Emilia Ianc
70c5cbfde2
misc: update dialin numbers url setup ( #1298 )
2022-05-31 14:36:06 +03:00
Oana Emilia Ianc
7790012d46
misc: define ENABLE_JAAS_COMPONENTS variable ( #1297 )
2022-05-31 11:25:38 +03:00
Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
2022-05-30 16:46:04 +02:00
Saúl Ibarra Corretgé
261577c9cc
web: stop using the default config file
...
It should be empty and we set all settings. This will reduce the size fo
the file and make it less confusing to inspect on a running system.
2022-05-20 10:53:12 +02:00
Saúl Ibarra Corretgé
ed6ef893cc
web: remove config option to control FLoC
...
It has been abandoned by Google. Keep the default opt-out value for a
little longer just in case though.
2022-05-20 10:53:12 +02:00
Saúl Ibarra Corretgé
cb5a753282
config: simplify configuration
...
Use default values everywhere so they don't need to be specified in the
.env file.
This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
2022-05-20 10:53:12 +02:00
Prayag Singh
5ff2735f18
web: add e2eping support using env variables
...
Also consolidate disable remote video menu using env variables
2022-05-13 15:04:17 +02:00
Rintan
6284167990
web: add more audio quality options
...
Also replace deprecated stereo option.
2022-05-13 09:41:18 +02:00
Yu Changyuan
eca5d161c9
web: fix matching etherpad location
...
To avoid /etherpad/ matched by fallback:
location ~ ^/([^/?&:'"]+)/(.*)$
2022-04-17 14:47:42 +02:00
Дамян Минков
b0617c0fe3
web: fix Etherpad when using multi-domain
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1242
2022-03-22 16:11:06 +01:00
Дамян Минков
0b019ee4eb
feat: Enables tenants/subdomains by default.
2022-03-02 10:12:45 -06:00
Robert Kaussow
c37706c8bb
misc: fix label order in dockerfiles
2022-02-09 20:20:07 +01:00
Robert Kaussow
0de062ba64
misc: add missing quotes to labels in dockerfiles
2022-02-08 10:41:03 +01:00
Robert Kaussow
76424fda5d
chore: add opencontainers labels to Dockerfiles
2022-02-05 14:56:05 +01:00
wfleischer
a862e849e7
web: cache versioned static files
...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com >
2022-01-19 11:26:05 +01:00
Prayag Singh
48d499a7de
web: configure remote participant video menu
2022-01-19 11:24:21 +01:00
Prayag Singh
0be9c8fd04
web: allow configuring buttons in toolbar and pre-join screen
2022-01-05 13:30:25 +01:00
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é
2061b869fe
misc: enable features by default
...
- prejoin screen
- lobby
- av moderation
- talk while muted detection
- reactions
2021-10-12 11:52:45 +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
Prayag Singh
cfd8d3c04e
web: add config options for polls and reactions
2021-09-17 14:04:17 +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
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
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
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
Lukas1818
5c32833b04
web: add start environment variables
...
START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
2021-04-17 22:28:37 +02:00
Prayag Singh
0cbe0d9801
web: add a env variable to enable/disable deep linking
2021-04-15 13:55:18 +02:00
Hugo Renard
b22421b168
misc: publish nightly unstable images
2021-04-15 11:48:55 +02:00
Prayag Singh
78699fe65a
web: allow to configure shard name using env variable
2021-04-15 11:38:56 +02:00
Saúl Ibarra Corretgé
e1cebcc253
web,jvb: add ability to disable web sockets for colibri
...
The fallback is to use SCTP datachannels. This is not recomended.
2021-04-01 15:24:32 +02:00
Saúl Ibarra Corretgé
d27336bece
web: always try to renew cert on container boot
...
acme.sh is smart enough to not send the request out unless it's necessary.
2021-04-01 15:15:53 +02:00
Saúl Ibarra Corretgé
73acbade59
web: remove deprecated config option
2021-04-01 15:15:53 +02:00
Mathieu
cb4d9413b7
web: removed duplicate host headers
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/568
2021-03-31 12:30:08 +02:00
Daniel Trierweiler
c4fc3d37c6
web: make a custom interface config possible
2021-03-10 14:19:20 +01:00