Slack bridge config

This commit is contained in:
Tobias Manske 2024-03-11 04:07:41 +01:00
parent df229dcb91
commit 004ae6c399
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 5 additions and 1 deletions

View File

@ -182,6 +182,8 @@ services:
{{ pg.postgres("db-bridge-signal", matrix.bridge.signal.dbuser, matrix.bridge.signal.dbpass, matrix.bridge.signal.dbname, ["backend"] ) }}
networks:
default:
enable_ipv6: true
postgres:
internal: true
backend:

View File

@ -86,6 +86,8 @@ bridge:
# Note that updating the m.direct event is not atomic (except with mautrix-asmux)
# and is therefore prone to race conditions.
sync_direct_chat_list: false
private_chat_portal_meta: always
federate_rooms: false
# Servers to always allow double puppeting from
double_puppet_server_map:
{{ matrix.baseurl }}: https://{{ matrix.baseurl }}
@ -123,7 +125,7 @@ bridge:
additional_help: ""
backfill:
# Allow backfilling at all? Requires MSC2716 support on homeserver.
enable: true
enable: false
# If a backfilled chat is older than this number of hours, mark it as read even if it's unread on Slack.
# Set to -1 to let any chat be unread.
unread_hours_threshold: 720