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
Saúl Ibarra Corretgé
43f678d967
build: refactor Makefile
...
Use a single one with dynamically generated rules instead of individual
makefiles which are 99% boilerplate.
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é
0c957941bc
jvb: regenerate config on every boot
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
Felix Geyer
e6586f2ad2
jvb: set LOCAL_ADDRESS to the correct local IP ( #630 )
...
NAT_HARVESTER_LOCAL_ADDRESS needs to bet set to the local IP that is actually
used to communicate with clients.
In Docker containers "hostname -I" returns the IPs of all interfaces. The order
of the IPs depends on the interface create order.
Docker makes no guarantees about the interface order and in my tests it is
random.
As a result NAT_HARVESTER_LOCAL_ADDRESS is sometimes set to the IP of the
internal meet.jitsi interface.
Fix this by setting it to the source IP used for routing to $DOCKER_HOST_ADDRESS
Adds 2803 kB disk space for iproute2 and dependencies.
Partly addresses #338
4 years ago
MatthewCroughan
53b58fdb71
jvb: add jq, curl deps for graceful_shutdown.sh
5 years ago
Desmond Koh
1205170056
jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
5 years ago
Saúl Ibarra Corretgé
768b6c4a50
security: fail to start if using the old default password
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é
655cf6be4a
web,prosody,jvb: prepare for new stable release
5 years ago
Saúl Ibarra Corretgé
a0b9cd1382
jvb: fix MUC communication with newer JVB
5 years ago
netaskd
8352559f50
misc: add ARG JITSI_REPO for dependented dockerfiles
5 years ago
netaskd
2b30ab9a23
misc: add variable JITSI_REPO instead hardcoded jitsi
5 years ago
netaskd
bb1d386ebc
jvb: set owner jvb rights for /config directory
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
Louis Sivillo
e1bd2447ae
jvb: add JVB_ENABLE_APIS env var
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é
271300a37e
jvb: remove no longer needed dependency
...
It's now listed as a jvb dependency, so we don't need to install it explicitly.
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é
0e43efa17e
build: add ability to force rebuilds and select releases
7 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é
602dd94bff
jvb: add missing procps dependency
7 years ago
Saúl Ibarra Corretgé
467a149cbb
Initial import
7 years ago