소스 검색

Merge pull request #432 from teutat3s/fix_jitsi_guests_mode

fix jitsi guests mode according to docker-jitsi-meet repo
pull/435/head
Slavi Pantaleev 6 년 전
committed by GitHub
부모
커밋
55d21c120a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      roles/matrix-jitsi/templates/web/config.js.j2

+ 3
- 1
roles/matrix-jitsi/templates/web/config.js.j2 파일 보기

@@ -18,9 +18,11 @@ var config = {
// XMPP domain.
domain: '{{ matrix_jitsi_xmpp_domain }}',

{% if matrix_jitsi_enable_auth %}
{% if matrix_jitsi_enable_guests %}
// When using authentication, domain for guest users.
anonymousdomain: 'guest.example.com',
anonymousdomain: '{{ matrix_jitsi_xmpp_guest_domain }}',
{% endif %}

// Domain for authenticated users. Defaults to <domain>.
authdomain: '{{ matrix_jitsi_xmpp_domain }}',


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