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.
3 years ago
Aaron van Meerten
88bb1bccd0
feature: support multiple XMPP servers via list ( #1276 )
3 years ago
Aaron van Meerten
95af77896d
jicofo: add optional XMPP_PORT value ( #1275 )
...
* jicofo: add optional XMPP_PORT value
* include compose and env example for XMPP_PORT
* extends use of the XMPP_PORT property
* fix compose to use default
* re-commenting XMPP_PORT value
* include XMPP_PORT in compose for all services
* always use $XMPP_PORT, value defaulted in template
* missing JVB setting
3 years ago
Saúl Ibarra Corretgé
7a939785a7
jvb: remove TCP support
...
It's not tested at all and has problems. The recommendation is to use a
TURN server for TCP.
3 years ago
Boris Grozev
8004ffeba1
Use the new log formatters, clean up stale logging config.
3 years ago
Holger Pandel
ae3e7e7651
jvb: make MUC_NICKNAME configurable
3 years ago
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.
3 years ago
Артем
192a6233aa
jvb: add ability to configure the shutdown API
3 years ago
Saúl Ibarra Corretgé
76a16a8b78
jvb: use modern config for ice4j
3 years ago
Paul Tiedtke
537fcd532b
misc: add support for sentry logging
3 years ago
Saúl Ibarra Corretgé
2900680798
Revert "misc: add support for sentry logging"
...
This reverts commit 8d2a29f286
.
4 years ago
Paul Tiedtke
8d2a29f286
misc: add support for sentry logging
4 years ago
Prayag Singh
a6853ef5f7
jvb: add octo configuration options
4 years ago
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.
4 years ago
Saúl Ibarra Corretgé
ada7b952e9
jvb: fix check for JVB_TCP_HARVESTER_DISABLED
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/885
4 years ago
Pierre Ozoux
aea4411d3b
Adds private server.
4 years ago
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.
4 years ago
bbaldino
130eb551a7
jvb: migrate to new config file
4 years ago
Saúl Ibarra Corretgé
3ef222152e
jvb: add ability to set the WS domain with an env var
4 years ago
Saúl Ibarra Corretgé
79d2601cbd
jvb: add ability to specify set the WS_SERVER_ID with an env var
4 years ago
Paul Tiedtke
b277926332
jvb: make colibri websocket endpoints dynamic for multiple jvbs
4 years ago
Paul Tiedtke
e195cbf21a
jvb: make jvb apis available from outside the container
4 years ago
Saúl Ibarra Corretgé
ad5625bb09
jvb: switch to WebSocket based bridge channels
4 years ago
Desmond Koh
1205170056
jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
5 years ago
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.
5 years ago
Saúl Ibarra Corretgé
a0b9cd1382
jvb: fix MUC communication with newer JVB
5 years ago
Saúl Ibarra Corretgé
7ebbf7b92a
jvb: fix specifying an empty list of STUN servers
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/43
6 years ago
Dan Caseley
da43e68854
jvb: add TCP Harvester configuration options
6 years ago
Saúl Ibarra Corretgé
9bb7340f66
jvb: use MUC connections for the JVB
6 years ago
Saúl Ibarra Corretgé
0014a19c2f
jvb: simplify setting NAT options
6 years ago
Saúl Ibarra Corretgé
e8fde8cb8c
core: make HTTP, HTTPS and JVB ports configurable
6 years ago
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.
6 years ago
Saúl Ibarra Corretgé
1010c71b33
core: rework templating
...
Use frep [0] which uses the Go templating capabilities.
[0]: https://github.com/subchen/frep
6 years ago
Saúl Ibarra Corretgé
80a2a13b5e
xmpp: make the auth XMPP domain configurable
7 years ago
Saúl Ibarra Corretgé
8e4325829b
jvb: run it on the user defined network
7 years ago
Saúl Ibarra Corretgé
467a149cbb
Initial import
7 years ago