renovate[bot]
e8a4c9ed2a
Update joseluisq/static-web-server Docker tag to v2.38.0
7ヶ月前
renovate[bot]
abc74a6b96
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.12.3
7ヶ月前
renovate[bot]
c6871d187f
Update dock.mau.dev/mautrix/twitter Docker tag to v0.4.3
7ヶ月前
renovate[bot]
7cf0fe52d4
Update dock.mau.dev/mautrix/telegram Docker tag to v0.15.3
7ヶ月前
renovate[bot]
70686595d5
Update dock.mau.dev/mautrix/slack Docker tag to v0.2.2
7ヶ月前
renovate[bot]
2ad2fd8b57
Update dock.mau.dev/mautrix/signal Docker tag to v0.8.5
7ヶ月前
renovate[bot]
eb067b7536
Update dock.mau.dev/mautrix/discord Docker tag to v0.7.5
7ヶ月前
renovate[bot]
c1d5d38cf6
Update dock.mau.dev/mautrix/bluesky Docker tag to v0.1.2
7ヶ月前
renovate[bot]
b5af7f7a32
Update dock.mau.dev/mautrix/meta Docker tag to v0.5.2
7ヶ月前
renovate[bot]
a04a72d4e5
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.6.4
7ヶ月前
renovate[bot]
b8029111c9
Update ghcr.io/element-hq/element-web Docker tag to v1.11.106
7ヶ月前
renovate[bot]
6a98f47f73
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.19.0
7ヶ月前
renovate[bot]
8ecee76f62
Update ghcr.io/element-hq/synapse Docker tag to v1.134.0
7ヶ月前
Aine
f3a819c5f1
Synapse Admin v0.11.1-etke45
8ヶ月前
Slavi Pantaleev
9e205d50ac
Upgrade baibot (v1.7.5 -> v1.7.6)
8ヶ月前
Slavi Pantaleev
fb0ccc391e
Make FluffyChat container HTTP port configurable
This makes it possible to switch out the container image with one that
uses a port other than 8080.
8ヶ月前
renovate[bot]
2d1b1cfdde
Update gnuxie/draupnir Docker tag to v2.5.0
8ヶ月前
Slavi Pantaleev
c399c6ff10
Extract mautrix-twitter's `network.displayname_template` configuration into a variable (`matrix_mautrix_twitter_network_displayname_template`)
8ヶ月前
Slavi Pantaleev
9e31a254d8
Extract mautrix-slack's `network.displayname_template` configuration into a variable (`matrix_mautrix_slack_network_displayname_template`)
8ヶ月前
Slavi Pantaleev
1ccb6c822a
Extract mautrix-bluesky's `network.displayname_template` configuration into a variable (`matrix_mautrix_bluesky_network_displayname_template`)
8ヶ月前
Slavi Pantaleev
1813c856e6
Extract mautrix-signal's `network.displayname_template` configuration into a variable (`matrix_mautrix_signal_network_displayname_template`)
8ヶ月前
Slavi Pantaleev
f4306be183
Extract mautrix-whatsapp's `network.displayname_template` configuration into a variable (`matrix_mautrix_whatsapp_network_displayname_template`)
8ヶ月前
renovate[bot]
78a3bf42f3
Update matrixconduit/matrix-conduit Docker tag to v0.10.6
8ヶ月前
Virkkunen
f08bc17273
add validation for changed continuwuity variable names
8ヶ月前
Virkkunen
3997244190
capitalise CONTINUWUITY
8ヶ月前
Virkkunen
c04dfe2384
add missing _config_ to some variable names
8ヶ月前
Virkkunen
d1796978ca
add matrix_continuwuity_config_suspend_on_register
8ヶ月前
Virkkunen
1b2b6ddaa3
add more defederation variables
8ヶ月前
Virkkunen
e813309311
fix spelling
8ヶ月前
Virkkunen
8eb5bbf2c1
add missing comments on main.yml settings
8ヶ月前
Virkkunen
4632628b74
move main.yml variables
8ヶ月前
Virkkunen
bdec7c646d
update continuwuity.toml
8ヶ月前
Slavi Pantaleev
25498851a0
Add some relay-related variables to mautrix-slack role
8ヶ月前
Virkkunen
613f685f54
add matrix_continuwuity_url_preview_domain_contains_allowlist variable
8ヶ月前
renovate[bot]
5987bc5b5e
Update ghcr.io/element-hq/element-call Docker tag to v0.13.1
8ヶ月前
renovate[bot]
d2164d7a48
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.7.2
8ヶ月前
renovate[bot]
9adfd8fc0d
Update ghcr.io/element-hq/element-call Docker tag to v0.13.0
8ヶ月前
renovate[bot]
24d1875d38
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.18.0
8ヶ月前
renovate[bot]
c0269b71b8
Update ghcr.io/element-hq/synapse Docker tag to v1.133.0
8ヶ月前
renovate[bot]
4e8aa53e27
Update ghcr.io/element-hq/element-web Docker tag to v1.11.105
8ヶ月前
Catalan Lover
31a7f4367c
Update Draupnir role Synapse-http-antispam config to match upstream. ( #4392 )
8ヶ月前
Catalan Lover
1a6a75bdab
Add support for do_ping to synapse-http-antispam
This defaults to true for end user comfort as it helps assure them the modules connection to the consumer is working or is definitively not working. (As far as i have been told it retries until success)
8ヶ月前
renovate[bot]
29607f442d
Update dependency maunium/synapse-http-antispam to v0.5.0
8ヶ月前
Slavi Pantaleev
b13ba5b909
Use `ansible.builtin.package` instead of `ansible.builtin.yum`
`ansible.builtin.yum` is no longer available in newer Ansible versions.
We may use `ansible.builtin.dnf` instead, but `ansible.builting.package`
seems like a safer bet that should work in both older & newer RHEL-based
distros.
Ref: https://github.com/ansible/ansible-lint/issues/4251
8ヶ月前
Slavi Pantaleev
018f3f4408
Upgrade baibot (v1.7.4 -> v1.7.5)
8ヶ月前
renovate[bot]
acf244ea26
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.6.25
8ヶ月前
renovate[bot]
133ba64375
Update nginx Docker tag to v1.29.0
8ヶ月前
renovate[bot]
93fffee6a4
Update gnuxie/draupnir Docker tag to v2.4.1
8ヶ月前
renovate[bot]
3be0449c35
Update matrixconduit/matrix-conduit Docker tag to v0.10.5
8ヶ月前
renovate[bot]
91817e8335
Update gnuxie/draupnir Docker tag to v2.4.0
8ヶ月前