Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 lat temu
Slavi Pantaleev
11b032f3ad
Pass media_url and displayname to Heisenbridge - do not make it guess
Without explicitly passing the `media_url` configuration,
Heisenbridge would try to guess it. It works most of the time,
but some people are experiencing trouble with it.
There's no need for wasteful work and for potential unreliability,
so we now configure the `media_url` explicitly.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2932
2 lat temu
Slavi Pantaleev
c8e0f35c94
Upgrade Coturn (4.6.2-r4 -> 4.6.2-r5)
2 lat temu
Slavi Pantaleev
21ef495c2e
Upgrade mautrix-googlechat (v0.5.0 -> v0.5.1)
2 lat temu
Slavi Pantaleev
593b3157b9
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
2 lat temu
Slavi Pantaleev
3a32fe71fb
Upgrade ddclient (v3.10.0-ls131 -> v3.10.0-ls135)
2 lat temu
Slavi Pantaleev
c0e56ac1c4
Make OIDC providers if check safer
2 lat temu
Aine
9167a7734e
add matrix_synapse_oidc_enabled and matrix_synapse_oidc_providers vars
2 lat temu
Aine
54babc5de0
add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
2 lat temu
Slavi Pantaleev
0a4cff56fb
Make sliding-sync communicate with the homeserver over the container network
Seems like we don't necessarily need to use a public URL for `SYNCV3_SERVER`.
This possibly helps setups that were having trouble when `SYNCV3_SERVER`
was a public URL (e.g. `https://matrix.DOMAIN `), as described in:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2912
2 lat temu
Slavi Pantaleev
5d6ad42751
Make sure mautrix-wsproxy paths are created
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2923
2 lat temu
Slavi Pantaleev
f988f02e02
Upgrade maubot (v0.4.1 -> v0.4.2)
2 lat temu
Slavi Pantaleev
366902f30a
Upgrade Element (v1.11.44 -> v1.11.45)
2 lat temu
Slavi Pantaleev
d51a67a01a
Fix self-building for matrix-registration-bot
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2919
2 lat temu
Aine
1769910c5d
Update postmoogle 0.9.15 -> 0.9.16
2 lat temu
Slavi Pantaleev
71deacfe55
Upgrade Dendrite (v0.13.2 -> v0.13.3)
2 lat temu
Slavi Pantaleev
217ddad2de
Add support for configuring forgotten_room_retention_period
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2918
Related to https://github.com/matrix-org/synapse/pull/15488
2 lat temu
Slavi Pantaleev
af39de9154
Fix matrix-ldap-registration-proxy service stopping when uninstalling
2 lat temu
Slavi Pantaleev
e53b4424f1
Upgrade Synapse (v1.92.3 -> v1.93.0)
2 lat temu
Aine
676c380477
Update hookshot 4.5.0 -> 4.5.1
2 lat temu
Aine
421e5f7792
Update element 1.11.43 -> 1.11.44
2 lat temu
Aine
250a7845e9
Update hookshot 4.4.1 -> 4.5.0
2 lat temu
Aine
777d5ebd3b
update postmoogle 0.9.14 -> 0.9.15
2 lat temu
Slavi Pantaleev
2587980e6d
Fix beeper-linkedin self-building when version is set to latest
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2905#issuecomment-1726892215
2 lat temu
Aine
c611f85acb
Update beeper-linkedin 0.5.4 -> latest
2 lat temu
Aine
1ea4d3f13d
Update mautrix-twitter 0.1.6 -> 0.1.7
2 lat temu
Aine
d6c68f2701
Update mautrix-whatsapp 0.10.1 -> 0.10.2
2 lat temu
Aine
0ca8d993e1
Update mautrix-instagram 0.3.0 -> 0.3.1
2 lat temu
Aine
98858c3ec5
Update mautrix-facebook 0.5.0 -> 0.5.1
2 lat temu
Aine
d2630ccf98
Update telegram 0.14.1 -> 0.14.2
2 lat temu
Slavi Pantaleev
7586cecedf
Upgrade Synapse (v1.92.2 -> v1.92.3)
2 lat temu
Slavi Pantaleev
56c7c1a4bc
Upgrade mautrix-whatsapp (0.10.0 -> 0.10.1)
2 lat temu
Slavi Pantaleev
f7d0d4631c
Upgrade mautrix-gmessages (v0.1.0 -> v0.2.0)
2 lat temu
Slavi Pantaleev
be94568524
Upgrade mautrix-discord (0.6.1 -> 0.6.2)
2 lat temu
Slavi Pantaleev
e033520ce2
Make Synapse worker systemd service files depend on matrix-synapse.service
Many of these do depend on the Synapse master process (`matrix-synapse.service`),
so it makes sense to do it.
Furthermore, we're doing it so that one can stop the `matrix-synapse.service`
service and have systemd cascade this into stopping all the workers as well.
This is useful for easily stopping all of Synapse, so that Postgres
upgrades (`--tags=upgrade-postgres`) can happen cleanly.
Postgres upgrades currently stop `devture_postgres_systemd_services_to_stop_for_maintenance_list` which
includes Synapse, but stopping just the master process and leaving workers running is not safe enough and sometimes leads to errors like:
> ERROR: insert or update on table "event_forward_extremities" violates foreign key constraint "event_forward_extremities_event_id"
With this dependency in place, stopping `matrix-synapse.service` will stop all Synapse processes.
2 lat temu
Slavi Pantaleev
a0f9b1b051
Fix Schildichat config cleanup for matrix-nginx-proxy
2 lat temu
Array in a Matrix
581274dabb
Update matrix-appservice-discord
2 lat temu
Aine
f0e2e97aa4
Update synapse 1.92.1 -> 1.92.2 (security fix)
2 lat temu
Aine
781166e819
Update element 1.11.42 -> 1.11.43
2 lat temu
Aine
915a5009ac
Update Element 1.11.41 -> 1.11.42
2 lat temu
Slavi Pantaleev
ca9ebcd5f2
Upgrade Element (v1.11.40 -> v1.11.41)
2 lat temu
Slavi Pantaleev
ef90142720
Handle /notifications endpoint via workers
Related to https://github.com/matrix-org/synapse/pull/16265
2 lat temu
Slavi Pantaleev
963e97214b
Upgrade Synapse (v1.91.2 -> v1.92.1)
2 lat temu
Catalan Lover
c7c1acc3f3
Update Draupnir from 1.85.0 to 1.85.1
2 lat temu
Cody Wyatt Neiman
d210b3b48f
Fix mautrix-gmessages branch
2 lat temu
Catalan Lover
a9ece0c55a
Remove trailing spaces making linter unhappy
2 lat temu
Catalan Lover
2f6829e6d7
Replace links to Gnuxie/Draupnir with the-draupnir-project/Draupnir
Draupnir moved its repo on github from the namespace of its maintainer Gnuxie to a newly created Github Organisation the-draupnir-project and this commit reflects this.
2 lat temu
Catalan Lover
7ee720f138
Update Draupnir from 1.84.0 to 1.85.0 and update default configuration
2 lat temu
Catalan Lover
6f7cdd2f71
Change Draupnir Repo to New Repo
Draupnir changed home from Gnuxie/Draupnir to the-draupnir-project/Draupnir and this commit reflects this.
2 lat temu
Aine
faef601f0d
Update sliding-sync 0.99.9 -> 0.99.10
2 lat temu