Aaron van Meerten
47d974d88c
feat(jibri,jicofo,jvb): custom hocon support via include for components that support it ( #1960 )
3 weeks ago
Aaron van Meerten
4369907615
feat(jibri,jicofo,jigasi,jvb,prosody,web): trim empty list entries when splitting with splitList to allow trailing comma ( #1932 )
1 month ago
Saúl Ibarra Corretgé
a88dd8bbbc
feat(jvb) default to using dcSCTP
5 months ago
Halil Teyfik
29a4523760
feat(jvb) add JVB_CC_TRUST_BWE environment variable
5 months ago
Saúl Ibarra Corretgé
982e5770f6
feat(jicofo,jvb,web) default to using SCTP based datachannels
...
WebSocket based ones are now disabled by default.
5 months ago
Saúl Ibarra Corretgé
59c4eb2af8
jvb: add fallback WS server ID
...
When XMPP is not used there is no value set.
6 months ago
Saúl Ibarra Corretgé
9a548430d9
jvb: add ability to configure the TLS option for colibri WS
6 months ago
Saúl Ibarra Corretgé
79a4635ed2
jvb: add ability to disable XMPP
...
In case the REST API is the only API that is going to be used.
6 months ago
Saúl Ibarra Corretgé
77ce86a995
jvb: add ability to enable SCTP datachannels
6 months ago
Aaron van Meerten
8fe3139ffe
jvb: fix autoscaler sidecar config ( #1785 )
7 months ago
Saúl Ibarra Corretgé
310b80dedd
jvb: add env var to control require-valid-address
10 months ago
Saúl Ibarra Corretgé
b0092bcf65
jicofo,jigasi,jvb: fix accidentally enabling Sentry
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1724
10 months ago
Aaron van Meerten
60100d6ce2
jvb: expose public IP in autoscaler sidecar config ( #1679 )
11 months ago
Aaron van Meerten
2e3c272bdf
jvb: fix terminate script for autoscaler sidecar
...
* jvb: fix terminate script for autoscaler sidecar
11 months ago
Matthias Kesler
71b3892d64
jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined
12 months ago
Saúl Ibarra Corretgé
dbffba1d6c
Revert "jicofo, jigasi, jvb: fix SENTRY_DSN not being read"
...
This reverts commit fa2b4db2d1
.
12 months ago
Saúl Ibarra Corretgé
073f85d76c
Revert "logging: fix reference to old variable"
...
This reverts commit 8415c84c10
.
12 months ago
Daniel McAssey
8415c84c10
logging: fix reference to old variable
12 months ago
Daniel McAssey
fa2b4db2d1
jicofo, jigasi, jvb: fix SENTRY_DSN not being read
12 months ago
Aaron van Meerten
54d422b593
jvb: autoscaler sidecar support
1 year ago
viakom-choppe
f860c5d20f
jvb: don’t send Jetty server version
1 year ago
Aaron van Meerten
5d1d80d2a7
jvb: fix missing dot in env ( #1521 )
2 years ago
Aaron van Meerten
ed095bc28e
misc: support alternate xmpp server for jvb ( #1495 )
2 years ago
Saúl Ibarra Corretgé
dd399fee54
web,jvb: remove ENABLE_MULTISTREAM
...
It's not enabled by default and there is no way to disable it any
longer.
We keep setting the flags in config.js though, this is so old mobile
versions without the new default behavior can enable it.
2 years ago
Saúl Ibarra Corretgé
c53de728ce
jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
...
The new variable has a better purposed name, and supports a comma
separated list of IPs instead of a single one, which should help those
running split-horizon setups.
2 years ago
David Négrier
a1e82ea582
jvb: migrate config to secure octo
...
* Migrating configuration to use secure octo configuration by default
Adding a new JVB_OCTO_RELAY_ID to configure videobridge.relay.relay-id (with a fallback to the old JVB_OCTO_BIND_ADDRESS to be used as relay-id)
* Adding a configuration check to verify that Octo cannot be enabled without the ENABLE_COLIBRI_WEBSOCKET environment variable set to "1"
2 years ago
Ben Banfield-Zanin
4fa0a2f7a5
jvb: allow configuration of videobridge.ice.advertise-private-candidates
2 years ago
Saúl Ibarra Corretgé
f8b7037b05
jvb: enable multi-stream by default
2 years ago
wfleischer
5ff69fd4ce
jvb: fix jvb.conf parsing error
2 years ago
Daniel McAssey
8f38fe60f7
web,jvb: add option to enable multi-stream
2 years ago
Saúl Ibarra Corretgé
701dadfcad
jvb: add ability to disable STUN
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1321
2 years ago
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