From 2da3ac4b526fd0827c839d167bf92ad6a265550a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Corni=C3=A8re?= Date: Sun, 26 Apr 2020 16:53:22 +0200 Subject: [PATCH] Add information to make jitsi work in Local Network --- docs/configuring-playbook-jitsi.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index 67d2830ce..fa82141f8 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -27,6 +27,12 @@ matrix_jitsi_enabled: true # We only need this temporarily - until Jitsi integration in riot-web is finalized. # Remove this line in the future, to switch back to a stable riot-web version. matrix_riot_web_docker_image: "vectorim/riot-web:develop" + +# Put this parameter to make jitsi work on local network +# This is necessary or the jitsi will send the docker IP address and you won't have either the video or audio working in local network +matrix_jitsi_jvb_container_extra_arguments: + - '--env "DOCKER_HOST_ADDRESS="' + ``` Then re-run the playbook: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`