소스 검색

Add information to make jitsi work in Local Network

pull/470/head
Mickaël Cornière 6 년 전
부모
커밋
2da3ac4b52
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      docs/configuring-playbook-jitsi.md

+ 6
- 0
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=<Local IP adress of the host>"'

```

Then re-run the playbook: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`


불러오는 중...
취소
저장