소스 검색

Disable IRC bridge presence if Synapse presence is disabled

pull/204/head
Slavi Pantaleev 7 년 전
부모
커밋
deeb5a96d5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      group_vars/matrix_servers

+ 4
- 0
group_vars/matrix_servers 파일 보기

@@ -67,6 +67,10 @@ matrix_appservice_irc_enabled: false
# matrix-appservice-irc's client-server port to the local host.
matrix_appservice_irc_container_http_host_bind_port: "{{ '' if matrix_nginx_proxy_enabled else '127.0.0.1:9999' }}"

# The IRC bridge docs say that if homeserver presence is disabled, it's better to also disable
# IRC bridge presence, for performance reasons.
matrix_appservice_irc_homeserver_enablePresence: "{{ matrix_synapse_use_presence }}"

matrix_appservice_irc_systemd_required_services_list: |
{{
['docker.service']


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