Slack bridge config
This commit is contained in:
parent
df229dcb91
commit
004ae6c399
@ -182,6 +182,8 @@ services:
|
|||||||
{{ pg.postgres("db-bridge-signal", matrix.bridge.signal.dbuser, matrix.bridge.signal.dbpass, matrix.bridge.signal.dbname, ["backend"] ) }}
|
{{ pg.postgres("db-bridge-signal", matrix.bridge.signal.dbuser, matrix.bridge.signal.dbpass, matrix.bridge.signal.dbname, ["backend"] ) }}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
default:
|
||||||
|
enable_ipv6: true
|
||||||
postgres:
|
postgres:
|
||||||
internal: true
|
internal: true
|
||||||
backend:
|
backend:
|
||||||
|
@ -86,6 +86,8 @@ bridge:
|
|||||||
# Note that updating the m.direct event is not atomic (except with mautrix-asmux)
|
# Note that updating the m.direct event is not atomic (except with mautrix-asmux)
|
||||||
# and is therefore prone to race conditions.
|
# and is therefore prone to race conditions.
|
||||||
sync_direct_chat_list: false
|
sync_direct_chat_list: false
|
||||||
|
private_chat_portal_meta: always
|
||||||
|
federate_rooms: false
|
||||||
# Servers to always allow double puppeting from
|
# Servers to always allow double puppeting from
|
||||||
double_puppet_server_map:
|
double_puppet_server_map:
|
||||||
{{ matrix.baseurl }}: https://{{ matrix.baseurl }}
|
{{ matrix.baseurl }}: https://{{ matrix.baseurl }}
|
||||||
@ -123,7 +125,7 @@ bridge:
|
|||||||
additional_help: ""
|
additional_help: ""
|
||||||
backfill:
|
backfill:
|
||||||
# Allow backfilling at all? Requires MSC2716 support on homeserver.
|
# 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.
|
# 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.
|
# Set to -1 to let any chat be unread.
|
||||||
unread_hours_threshold: 720
|
unread_hours_threshold: 720
|
||||||
|
Loading…
Reference in New Issue
Block a user