Compare commits

..

No commits in common. "faddf7605471b0d0e01edf4df037b8aa73d92022" and "e2a5bd22547b6f355b1f675e4556d2275274656c" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,6 @@
# Project source code URL: https://github.com/matrix-org/matrix-hookshot # Project source code URL: https://github.com/matrix-org/matrix-hookshot
matrix_hookshot_enabled: true matrix_hookshot_enabled: true
matrix_hookshot_identifier: matrix-hookshot matrix_hookshot_identifier: matrix-hookshot
matrix_hookshot_container_image_self_build: false matrix_hookshot_container_image_self_build: false
@ -29,8 +28,7 @@ matrix_hookshot_docker_src_files_path: "{{ matrix_hookshot_base_path }}/docker-s
matrix_hookshot_homeserver_address: "" matrix_hookshot_homeserver_address: ""
matrix_hookshot_container_url: 'matrix-hookshot' matrix_hookshot_container_url: 'matrix-hookshot'
# Sets the localpart of the matrixID for the hookshot bot
# Sets the localpart of the Matrix ID for the hookshot bot
matrix_hookshot_bot_localpart: "hookshot" matrix_hookshot_bot_localpart: "hookshot"
matrix_hookshot_public_scheme: https matrix_hookshot_public_scheme: https

View File

@ -25,7 +25,7 @@ namespaces:
- regex: "#github_.+:{{ matrix_domain }}" - regex: "#github_.+:{{ matrix_domain }}"
exclusive: true exclusive: true
sender_localpart: {{ matrix_hookshot_bot_localpart | to_json }} sender_localpart: {{ matrix_hookshot_bot_localpart }}
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
rate_limited: false rate_limited: false