Commit Graph

26 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
2900680798 Revert "misc: add support for sentry logging"
This reverts commit 8d2a29f286.
2021-04-17 22:45:57 +02:00
Paul Tiedtke
8d2a29f286 misc: add support for sentry logging 2021-04-16 20:34:33 +02:00
Prayag Singh
a6853ef5f7 jvb: add octo configuration options 2021-04-09 10:03:00 +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é
ada7b952e9 jvb: fix check for JVB_TCP_HARVESTER_DISABLED
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/885
2020-12-22 13:58:14 +01:00
Pierre Ozoux
aea4411d3b Adds private server. 2020-11-19 15:45:13 +01:00
Pierre Ozoux
ff6d9bc6aa Fix websocket
We noticed that websocket were broken with this config.

We believe that the translation from old config to new config in [this commit](130eb551a7 (diff-6f9b0c296a7ff789834c1414349f64f956f2b64df6e405fd45f62c6a11edad3fL34)) didn't translate it well.

We are actually wondering what does private stands for in this context.

With this change, we can confirm that wss works again as expected.
2020-11-17 09:42:45 +01:00
bbaldino
130eb551a7 jvb: migrate to new config file 2020-10-29 21:20:00 +01:00
Saúl Ibarra Corretgé
3ef222152e jvb: add ability to set the WS domain with an env var 2020-10-16 15:08:20 +02:00
Saúl Ibarra Corretgé
79d2601cbd jvb: add ability to specify set the WS_SERVER_ID with an env var 2020-10-16 15:08:20 +02:00
Paul Tiedtke
b277926332 jvb: make colibri websocket endpoints dynamic for multiple jvbs 2020-10-16 15:08:20 +02:00
Paul Tiedtke
e195cbf21a jvb: make jvb apis available from outside the container 2020-10-08 10:11:06 +02:00
Saúl Ibarra Corretgé
ad5625bb09 jvb: switch to WebSocket based bridge channels 2020-10-02 16:45:21 +02:00
Desmond Koh
1205170056 jvb: allow TCP_HARVESTER_MAPPED_PORT to be configured 2020-04-21 14:16:35 +02:00
Saúl Ibarra Corretgé
a015710e54 security: don't provide default passwords
Also check if they are not provided at sstartup time and fail to start
in that case.
2020-04-06 12:23:36 +02:00
Saúl Ibarra Corretgé
a0b9cd1382 jvb: fix MUC communication with newer JVB 2019-11-29 11:37:53 +01:00
Saúl Ibarra Corretgé
7ebbf7b92a jvb: fix specifying an empty list of STUN servers
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/43
2019-01-28 23:16:01 +01:00
Dan Caseley
da43e68854 jvb: add TCP Harvester configuration options 2018-11-29 19:43:07 +00:00
Saúl Ibarra Corretgé
9bb7340f66 jvb: use MUC connections for the JVB 2018-10-16 21:15:46 +02:00
Saúl Ibarra Corretgé
0014a19c2f jvb: simplify setting NAT options 2018-10-03 07:31:37 +02:00
Saúl Ibarra Corretgé
e8fde8cb8c core: make HTTP, HTTPS and JVB ports configurable 2018-09-19 22:14:20 +02:00
Saúl Ibarra Corretgé
366bd3e4fe jvb: disable TCP harvester
TCP is to be handled by a TURN server, which provides other improvements like
P2P for 1-1 calls.
2018-08-09 23:29:27 +02:00
Saúl Ibarra Corretgé
1010c71b33 core: rework templating
Use frep [0] which uses the Go templating capabilities.

[0]: https://github.com/subchen/frep
2018-08-09 21:43:54 +02:00
Saúl Ibarra Corretgé
80a2a13b5e xmpp: make the auth XMPP domain configurable 2018-03-28 08:42:48 +02:00
Saúl Ibarra Corretgé
8e4325829b jvb: run it on the user defined network 2018-03-25 11:07:27 +02:00
Saúl Ibarra Corretgé
467a149cbb Initial import 2018-03-14 10:23:50 +01:00