소스 검색

Mention that the bridge itself expects its own domain and not '/appservice-webhooks'

pull/339/head
Björn Marten 6 년 전
부모
커밋
a8476c1b8e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 0
roles/matrix-bridge-appservice-webhooks/defaults/main.yml 파일 보기

@@ -10,6 +10,7 @@ matrix_appservice_webhooks_base_path: "{{ matrix_base_data_path }}/appservice-we
matrix_appservice_webhooks_config_path: "{{ matrix_appservice_webhooks_base_path }}/config" matrix_appservice_webhooks_config_path: "{{ matrix_appservice_webhooks_base_path }}/config"
matrix_appservice_webhooks_data_path: "{{ matrix_appservice_webhooks_base_path }}/data" matrix_appservice_webhooks_data_path: "{{ matrix_appservice_webhooks_base_path }}/data"


# If nginx-proxy is disabled, the bridge itself expects its endpoint to be on its own domain (e.g. "localhost:6789")
matrix_appservice_webhooks_public_endpoint: /appservice-webhooks matrix_appservice_webhooks_public_endpoint: /appservice-webhooks
matrix_appservice_webhooks_inbound_uri_prefix: "{{ matrix_homeserver_url }}{{ matrix_appservice_webhooks_public_endpoint }}" matrix_appservice_webhooks_inbound_uri_prefix: "{{ matrix_homeserver_url }}{{ matrix_appservice_webhooks_public_endpoint }}"




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