mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 16:51:31 +02:00
Compare commits
3 Commits
cc2521d594
...
f97e849018
Author | SHA1 | Date | |
---|---|---|---|
|
f97e849018 | ||
|
8a01063057 | ||
|
e33b43e4a6 |
@@ -88,7 +88,7 @@ bridge:
|
||||
listen_secret: {{ matrix_wechat_bridge_listen_secret | to_json }}
|
||||
# Should the bridge create a space for each logged-in user and add bridged rooms to it?
|
||||
# Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time.
|
||||
personal_filtering_spaces: false
|
||||
personal_filtering_spaces: true
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
@@ -17,7 +17,7 @@ matrix_media_repo_container_image_self_build_repo: "https://github.com/turt2live
|
||||
|
||||
matrix_media_repo_docker_image_path: "turt2live/matrix-media-repo"
|
||||
matrix_media_repo_docker_image: "{{ matrix_media_repo_docker_image_name_prefix }}{{ matrix_media_repo_docker_image_path }}:{{ matrix_media_repo_docker_image_tag }}"
|
||||
matrix_media_repo_docker_image_name_prefix: "{{ 'localhost/' if matrix_media_repo_container_image_self_build else matrix_container_global_registry_prefix }}"
|
||||
matrix_media_repo_docker_image_name_prefix: "{{ 'localhost/' if matrix_media_repo_container_image_self_build else 'ghcr.io/' }}"
|
||||
# renovate: datasource=docker depName=turt2live/matrix-media-repo
|
||||
matrix_media_repo_docker_image_tag: "v1.3.4"
|
||||
matrix_media_repo_docker_image_force_pull: "{{ matrix_media_repo_docker_image.endswith(':latest') }}"
|
||||
|
Reference in New Issue
Block a user