Saúl Ibarra Corretgé
d94f4b6e38
jvb: remove unneeded alias
2021-10-14 16:34:41 +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
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é
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
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
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
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é
6bf13364a4
misc: working on latest
2021-04-17 23:01:38 +02:00
Saúl Ibarra Corretgé
fc67b01ebd
release: stable-5765-1
...
* 2900680 Revert "misc: add support for sentry logging"
* 7a47202 jicofo: make sure client-proxy is properly configured
* 5c32833 web: add start environment variables START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
* 8d2a29f misc: add support for sentry logging
* 3d93f2b misc: working on latest
2021-04-17 22:56:21 +02:00
Saúl Ibarra Corretgé
2900680798
Revert "misc: add support for sentry logging"
...
This reverts commit 8d2a29f286 .
2021-04-17 22:45:57 +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
Paul Tiedtke
8d2a29f286
misc: add support for sentry logging
2021-04-16 20:34:33 +02:00
Saúl Ibarra Corretgé
3d93f2b37a
misc: working on latest
2021-04-16 14:46:38 +02:00
Saúl Ibarra Corretgé
140c5f226e
release: stable-5765
...
* 9bc262a prosody: fix building unstable images
* 0cbe0d9 web: add a env variable to enable/disable deep linking
* b22421b misc: publish nightly unstable images
* 78699fe web: allow to configure shard name using env variable
* a6853ef jvb: add octo configuration options
* d6fac8e jicofo: disable octo by default
* 1fa5048 doc: add link to Kubernetes setup
* e1cebcc web,jvb: add ability to disable web sockets for colibri
* 6c4dce1 jicofo: fix ENABLE_SCTP type
* 953a4d2 jicofo: use a client proxy connection
* d27336b web: always try to renew cert on container boot
* 73acbad web: remove deprecated config option
* cb4d941 web: removed duplicate host headers
* ec570ba k8s: fix PodSecurityPolicy
* c4fc3d3 web: make a custom interface config possible
* b45b505 web: always install acme.sh when container starts
* 94ca16d etherpad: remove quotes from all env vars
* c89ccc9 jicofo: reintroduce shibboleth auth
* a6486b4 examples: update traefik v2 example
* f4ec023 misc: working on latest
2021-04-16 14:41:32 +02:00
Prayag Singh
0cbe0d9801
web: add a env variable to enable/disable deep linking
2021-04-15 13:55:18 +02:00
Prayag Singh
78699fe65a
web: allow to configure shard name using env variable
2021-04-15 11:38:56 +02:00
Prayag Singh
a6853ef5f7
jvb: add octo configuration options
2021-04-09 10:03:00 +02:00
Prayag Singh
d6fac8e0c3
jicofo: disable octo by default
2021-04-07 20:31:15 +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é
953a4d2425
jicofo: use a client proxy connection
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
Saúl Ibarra Corretgé
f4ec02329e
misc: working on latest
2021-02-05 11:25:05 +01:00
Saúl Ibarra Corretgé
7409d5c65c
release: stable-5390-3
...
* a698da5 misc: add jicofo reservation env variables to compose
* 86c3022 web: brandingDataUrl -> dynamicBrandingUrl
* 88e950d jicofo: fix healthcheck
* 493cbdd misc: fix typo
* e12d7f2 web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
* fa98a31 examples: fix k8s example
* 88d1034 doc: add port to PUBLIC_URL
* c876b40 doc: update CHANGELOG
* 5cf14b0 misc: working on latest
2021-02-05 11:21:38 +01:00
Prayag Singh
a698da5807
misc: add jicofo reservation env variables to compose
2021-02-05 11:19:09 +01:00
Ludovic Muller
86c302258d
web: brandingDataUrl -> dynamicBrandingUrl
2021-02-05 11:17:20 +01:00
spprod35
e12d7f2b55
web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
2021-02-03 14:57:07 +01:00
Saúl Ibarra Corretgé
5cf14b054e
misc: working on latest
2021-02-02 10:11:04 +01:00
Saúl Ibarra Corretgé
9b0fd7fe4c
release: stable-5390-2
...
* e28d019 misc: working on latest
2021-02-02 10:09:56 +01:00
Saúl Ibarra Corretgé
e28d01972a
misc: working on latest
2021-02-02 10:08:47 +01:00
Saúl Ibarra Corretgé
e561b1fb28
release: stable-stable-5390-2
...
* 3e04fb4 prosody: fix lobby when authentication is enabled
* 24781e3 misc: working on latest
2021-02-02 10:07:38 +01:00
Saúl Ibarra Corretgé
24781e38bf
misc: working on latest
2021-01-29 21:46:08 +01:00
Saúl Ibarra Corretgé
5dcdb8cd05
release: stable-5390-1
...
* 3ac5397 misc: working on latest
2021-01-29 21:41:53 +01:00
Saúl Ibarra Corretgé
3ac539731a
misc: working on latest
2021-01-29 18:05:49 +01:00
Saúl Ibarra Corretgé
b20d53c7f4
release: stable-5390
...
* 0f541c8 jicofo: migrate to new config
* 12823cb prosody: fix jibri recording websocket error
* 7594ea2 jigasi: add ability to control SIP default room for incoming calls
* b0e653a jigasi: fix when using authentication
* 4564170 misc: working on latest
2021-01-29 17:56:37 +01:00
prayagsingh
0f541c8241
jicofo: migrate to new config
2021-01-29 15:13:56 +01:00
Saúl Ibarra Corretgé
456417066b
misc: working on latest
2020-12-23 13:17:27 +01:00
Saúl Ibarra Corretgé
176c30a84f
release: stable-5142-4
...
* 6f7b2b4 prosody: add internal domain name to default cross-domains list
* ada7b95 jvb: fix check for JVB_TCP_HARVESTER_DISABLED
* a7fb101 jibri: don't provide a non-existing finalizer path
* d013053 jibri: add missing dependency for `kill` command
* 0b25141 web: Add ENABLE_HSTS flag to disable strict-transport-security header
* f856037 web: add more config options
* eedac14 web: add ability to disable IPv6
* af6f3ac doc: update CHANGELOG
* e3bb5c1 misc: working on latest
2020-12-23 13:11:41 +01:00
Cosmo Myzrail Gorynych aka CoMiGo
0b2514101c
web: Add ENABLE_HSTS flag to disable strict-transport-security header
2020-12-17 09:32:54 +01:00
shanehughes1990
f8560371f5
web: add more config options
2020-12-16 14:42:40 +01:00
Saúl Ibarra Corretgé
e3bb5c1434
misc: working on latest
2020-12-09 13:24:56 +01:00