Samuel Meenzen
e647fbd661
Configure Renovate
This adds a custom regex manager so dependencies in yml files can be found.
2 лет назад
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 лет назад
Slavi Pantaleev
c8e0f35c94
Upgrade Coturn (4.6.2-r4 -> 4.6.2-r5)
2 лет назад
Slavi Pantaleev
dbf5c1cd41
Merge pull request #2931 from etkecc/patch-303
Update prometheus 2.47.0 -> 2.47.1
2 лет назад
Aine
5ec9349810
Update prometheus 2.47.0 -> 2.47.1
2 лет назад
Slavi Pantaleev
36ef8d2cb7
Merge pull request #2930 from HarHarLinks/patch-15
Document how to enable Draupnir report polling
2 лет назад
Kim Brose
69a885c5c4
Fix section link
2 лет назад
Kim Brose
86422d7342
Document how to enable Draupnir report polling
2 лет назад
Slavi Pantaleev
4f38c9e49c
Merge pull request #2928 from HarHarLinks/patch-14
Fix link in Draupnir docs
2 лет назад
Slavi Pantaleev
21ef495c2e
Upgrade mautrix-googlechat (v0.5.0 -> v0.5.1)
2 лет назад
Kim Brose
3d6fd501de
Fix link in Draupnir docs
2 лет назад
Slavi Pantaleev
593b3157b9
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
2 лет назад
Slavi Pantaleev
3a32fe71fb
Upgrade ddclient (v3.10.0-ls131 -> v3.10.0-ls135)
2 лет назад
Slavi Pantaleev
a573619330
Merge pull request #2927 from etkecc/patch-301
Update borg 1.2.5 -> 1.2.6
2 лет назад
Slavi Pantaleev
b43d941c6e
Merge pull request #2926 from etkecc/add-synapse-oidc-vars
add matrix_synapse_oidc_enabled and matrix_synapse_oidc_providers vars
2 лет назад
Slavi Pantaleev
c0e56ac1c4
Make OIDC providers if check safer
2 лет назад
Aine
e3149afe0b
Update borg 1.2.5 -> 1.2.6
2 лет назад
Slavi Pantaleev
793fba5440
Merge pull request #2925 from etkecc/add-tags
add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
2 лет назад
Aine
9167a7734e
add matrix_synapse_oidc_enabled and matrix_synapse_oidc_providers vars
2 лет назад
Aine
54babc5de0
add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
2 лет назад
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 лет назад
Slavi Pantaleev
5d6ad42751
Make sure mautrix-wsproxy paths are created
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2923
2 лет назад
Slavi Pantaleev
a40cb963a9
Do not install docker compose plugin
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2924
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2922
2 лет назад
Slavi Pantaleev
f988f02e02
Upgrade maubot (v0.4.1 -> v0.4.2)
2 лет назад
Slavi Pantaleev
ed8f8350c6
Merge pull request #2922 from etkecc/patch-300
Update docker role (sic!)
2 лет назад
Slavi Pantaleev
8c76d26788
Merge pull request #2921 from etkecc/patch-299
Update grafana v10.1.2 -> v10.1.4
2 лет назад
Aine
515e827391
Update docker role (sic!)
2 лет назад
Aine
a5d7f1bb25
Update grafana v10.1.2 -> v10.1.4
2 лет назад
Slavi Pantaleev
366902f30a
Upgrade Element (v1.11.44 -> v1.11.45)
2 лет назад
Slavi Pantaleev
d51a67a01a
Fix self-building for matrix-registration-bot
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2919
2 лет назад
Slavi Pantaleev
d03fb65280
Merge pull request #2920 from etkecc/patch-298
Update postmoogle 0.9.15 -> 0.9.16
2 лет назад
Aine
1769910c5d
Update postmoogle 0.9.15 -> 0.9.16
2 лет назад
Slavi Pantaleev
71deacfe55
Upgrade Dendrite (v0.13.2 -> v0.13.3)
2 лет назад
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 лет назад
Slavi Pantaleev
af39de9154
Fix matrix-ldap-registration-proxy service stopping when uninstalling
2 лет назад
Slavi Pantaleev
860a144283
Revert "Upgrade backup-borg (v1.2.5-1.8.2-1 -> v1.2.5-1.8.2-2)"
This reverts commit fd6daf3d24 .
Looks like v1.2.5-1.8.2-2 supposedly offers Postgres v16 support,
but does not work well with it and will need additional work.
2 лет назад
Slavi Pantaleev
fd6daf3d24
Upgrade backup-borg (v1.2.5-1.8.2-1 -> v1.2.5-1.8.2-2)
2 лет назад
Slavi Pantaleev
e53b4424f1
Upgrade Synapse (v1.92.3 -> v1.93.0)
2 лет назад
Slavi Pantaleev
e18c33df20
Merge pull request #2917 from etkecc/patch-297
Update hookshot 4.5.0 -> 4.5.1
2 лет назад
Aine
676c380477
Update hookshot 4.5.0 -> 4.5.1
2 лет назад
Slavi Pantaleev
8c4234d52a
Add note about ANALYZE after Postgres database importing
2 лет назад
Slavi Pantaleev
363c0254e7
Upgrade Postgres (v16.0-2 -> v16.0-5)
2 лет назад
Slavi Pantaleev
b4335bbc97
Merge pull request #2916 from etkecc/patch-296
Update element 1.11.43 -> 1.11.44
2 лет назад
Aine
421e5f7792
Update element 1.11.43 -> 1.11.44
2 лет назад
Slavi Pantaleev
e17b89da37
Merge pull request #2915 from etkecc/patch-295
Update hookshot 4.4.1 -> 4.5.0
2 лет назад
Aine
250a7845e9
Update hookshot 4.4.1 -> 4.5.0
2 лет назад
Slavi Pantaleev
cad5394b0c
Merge pull request #2914 from etkecc/patch-294
Update etherpad 1.9.2 -> 1.9.3
2 лет назад
Aine
8f269a1c20
Update etherpad 1.9.2 -> 1.9.3
2 лет назад
Slavi Pantaleev
dc595bf10e
Merge pull request #2911 from mcnesium/patch-1
fix link to configuring-playbook-matrix-media-repo.md
2 лет назад
mcnesium
642924514f
fix link to configuring-playbook-matrix-media-repo.md
2 лет назад