Slavi Pantaleev
0f89156e94
Move matrix-bridge-mautrix-slack to its own container network
2 years ago
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
2 years ago
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2 years ago
Aine
95c2db3bb3
mautrix: allow relay access by default, closes #3014
2 years ago
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 years ago
Slavi Pantaleev
6427397486
Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.
Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.
We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
2 years ago
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
3 years ago
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
3 years ago
Shaleen Jain
df9931f719
mautrix-slack: add team name in channel name template
3 years ago
Cody Wyatt Neiman
12b8cb3aab
Fix localpart slack id regex for mautrix-slack
3 years ago
Cody Wyatt Neiman
e977242022
Pull more mautrix-slack defaults from upstream
3 years ago
Cody Wyatt Neiman
f4874d2e4a
Pull upstream mautrix-slack config defaults
3 years ago
Cody Wyatt Neiman
2e0dfb2dc1
Update slack bridge implementation
3 years ago
Cody Wyatt Neiman
d07480a883
Remove hardcoded matrix-postgres references
3 years ago
Cody Wyatt Neiman
97c45676de
Update paths and vars for mautrix-slack to roles/custom
3 years ago
Cody Wyatt Neiman
d6022d851e
Move mautrix-sack role files to new roles/custom path
3 years ago