jitsi-deployment/jvb
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
2020-07-22 17:18:26 +02:00
..
rootfs jvb: set LOCAL_ADDRESS to the correct local IP (#630) 2020-07-22 17:18:26 +02:00
Dockerfile jvb: set LOCAL_ADDRESS to the correct local IP (#630) 2020-07-22 17:18:26 +02:00
Makefile misc: add variable JITSI_REPO instead hardcoded jitsi 2019-09-03 17:14:50 +02:00