Slavi Pantaleev
f65656175f
Upgrade Postgres (v17.6-3 -> v17.6-5)
2025-09-12 18:32:25 +03:00
Slavi Pantaleev
24c2de23d5
Upgrade baibot (v1.8.0 -> v1.8.1)
2025-09-12 17:05:06 +03:00
Slavi Pantaleev
deb19fb67c
Switch container image for synapse-auto-compressor (etke.cc/rust-synapse-compress-state
-> mb-saces/rust-synapse-tools
)
...
Both container images provide the same version (v0.1.4) of the upstream software
(https://github.com/matrix-org/rust-synapse-compress-state ).
The new container image is also available multiarch and is available for `arm64`,
removing the need to self-build on this architecture.
2025-09-12 13:23:59 +03:00
renovate[bot]
4d15ebcffa
Update registry.gitlab.com/mb-saces/rust-synapse-tools Docker tag to v0.0.3
2025-09-12 13:16:43 +03:00
Slavi Pantaleev
2a2ef828c3
Extract mb-saces/rust-synapse-tools
version into a variable (matrix_synapse_rust_synapse_compress_state_docker_image_version
) and annotate for Renovate
2025-09-12 12:00:57 +03:00
Jason LaGuidice
40813784c1
Add matrix-steam-bridge ( #4572 )
...
* Documentation update
* New files for role
* Update existing files to add support for matrix-steam-bridge
* Typos and misc fixes
* Change docker tag to latest until version # is stable
* Align bridge permissions
* Correct user localpart
* Remove trailing +
* Fix syslog identifier
* Actually enable the service correctly
* One more typo fix
* Third time's the charm
* Fix config file paths
* Fix config after bridge repo changes
* Add default appservice public address - set public_media to false by default for testing
* Fix default config for steamkit-service path
* Fix bluesky reference
* Fix default container path
* Fix appservice connection to http for internal, change port to standard 8080
* Fix appservice port
* Enable public_media by default, add labels
* Enable public_media by default, add labels
* Allow bridge to update its own config and generate public_media signing key
* Add deterministic public_media_signing_key, expose portal cleanup
* Change default public_media path to omit `matrix.` from the path as it has been found that URLs generated by the bridge will only match {{ matrix_domain }}
* Remove domain re-write
* Revert "Change default public_media path to omit `matrix.` from the path as it has been found that URLs generated by the bridge will only match {{ matrix_domain }}"
This reverts commit 5f399effb9
.
* Fix TLS label if playbook TLS is disabled
* Match default bridge TLS config
* Related to 3daf14d69
and 60ab08014
which enable async media by default for mautrix-go bridges
* Adjust matrix-bridge-steam files to add new line at the end of files
* Pin matrix-bridge-steam (latest -> 1.0.3)
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com >
2025-09-12 09:13:09 +03:00
Aine
071b5789f2
add matrix_synapse_user_directory_exclude_remote_users var
2025-09-10 16:38:42 +01:00
Aine
d2f38f04a6
Merge pull request #4571 from spantaleev/renovate/ghcr.io-element-hq-element-web-1.x
...
Update ghcr.io/element-hq/element-web Docker tag to v1.11.111
2025-09-10 15:23:06 +00:00
renovate[bot]
840ad0171f
Update ghcr.io/element-hq/element-web Docker tag to v1.11.111
2025-09-10 13:39:05 +00:00
renovate[bot]
051d77e541
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.9.10
2025-09-10 09:39:29 +03:00
Slavi Pantaleev
facdde367f
Upgrade Traefik (v3.5.1-0 -> v3.5.2-0)
2025-09-10 06:42:17 +03:00
renovate[bot]
a008665ad5
Update ghcr.io/element-hq/synapse Docker tag to v1.138.0
2025-09-10 06:41:45 +03:00
renovate[bot]
aa58c5cfd6
Update dependency ntfy to v2.14.0-2
2025-09-09 15:59:02 +03:00
renovate[bot]
a444d45f1e
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v1.2.0
2025-09-09 15:58:52 +03:00
Slavi Pantaleev
a22d2cc2bf
Upgrade Postgres (v17.6-2 -> v17.6-3)
2025-09-09 09:56:33 +03:00
Slavi Pantaleev
cab01be63c
Upgrade Postgres (v17.6-1 -> v17.6-2)
2025-09-09 08:58:44 +03:00
renovate[bot]
f5b1ba57eb
Update joseluisq/static-web-server Docker tag to v2.38.1
2025-09-09 07:40:43 +03:00
Slavi Pantaleev
beb8e6d5f9
Upgrade baibot (v1.7.6 -> v1.8.0)
2025-09-08 15:39:02 +03:00
Aine
14b65ed7ed
fix etherpad role
2025-09-08 11:36:55 +01:00
Aine
841e2f7c4e
add new Synapse Admin config options
2025-09-08 10:52:34 +01:00
Slavi Pantaleev
3ea0a10947
Upgrade Etherpad (v2.5.0-0 -> v2.5.0-1)
2025-09-08 08:25:34 +03:00
renovate[bot]
fedb5a8cb0
Update dependency container_socket_proxy to v0.4.1-0
2025-09-07 15:56:50 +03:00
Slavi Pantaleev
60ab080147
Use async media for bridges on Synapse
...
Related to 3daf14d695
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4549
Other homeserver implementations (not just Synapse) may also support MSC2246
(https://github.com/matrix-org/matrix-spec-proposals/pull/2246 )
and may also be eligible. For now, it's only enabled for Synapse.
2025-09-06 08:09:15 +03:00
Slavi Pantaleev
3daf14d695
Add Ansible variables to control the async_media
settings in (mautrix) bridges
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4549
2025-09-06 08:03:36 +03:00
Slavi Pantaleev
39efe79417
Make matrix_synapse_admin_config_asManagedUsers_auto
respect matrix_mautrix_telegram_username_template
...
Related to:
- 83165d77fa
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1493
- d166a90514
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4550
2025-09-06 07:21:53 +03:00
renovate[bot]
46a416e678
Update dependency livekit_server to v1.9.1-0
2025-09-06 06:25:54 +03:00
renovate[bot]
48c08f62fb
Update dependency etherpad to v2.5.0-0
2025-09-05 21:36:40 +03:00
renovate[bot]
b85f7c61dd
Update pre-commit hook fsfe/reuse-tool to v5.1.1
2025-09-05 21:36:22 +03:00
Suguru Hirahara
41043ffb1f
Merge pull request #4552 from spantaleev/renovate/etherpad-2.x
...
Update dependency etherpad to v2.4.2-2
2025-09-05 13:14:53 +00:00
renovate[bot]
62cef9375e
Update dependency etherpad to v2.4.2-2
2025-09-05 08:50:57 +00:00
renovate[bot]
ab6f091f5f
Update pre-commit hook fsfe/reuse-tool to v5.1.0
2025-09-04 18:30:29 +03:00
Slavi Pantaleev
9357eebbf1
Upgrade Postgres (v17.6-0 -> v17.6-1)
2025-09-04 18:17:50 +03:00
Travis Wichert
cd6e9843e1
Add bot command prefix to documentation
2025-09-04 10:08:48 +03:00
Travis Wichert
9354fa253e
Add bot command prefix default to main.yml
2025-09-04 10:08:48 +03:00
Travis Wichert
de212a2211
Add bot:prefix: to template
2025-09-04 10:08:48 +03:00
renovate[bot]
ac063d0629
Update dependency etherpad to v2.4.2-1
2025-09-04 10:05:04 +03:00
renovate[bot]
814d3acc42
Update actions/stale action to v10
2025-09-04 10:04:51 +03:00
renovate[bot]
28deb25810
Update dependency docker to v7.5.3
2025-09-03 20:53:23 +03:00
Aine
b62b5c3659
Synapse Admin - use correct restrictBaseUrl data type by default
2025-09-03 16:15:08 +01:00
Slavi Pantaleev
153fd1f68f
Adjust Ansible version requirements information
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4542
2025-09-03 15:20:08 +03:00
renovate[bot]
21766eba94
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.9.3
2025-09-03 15:06:34 +03:00
Aine
c6b66d93b7
Synapse Admin v0.11.1-etke47
2025-09-03 12:54:32 +01:00
renovate[bot]
5951437e15
Update dependency docker to v7.5.2
2025-09-03 07:47:16 +03:00
Aine
2253fc4d45
Synapse Admin v0.11.1-etke46
2025-09-02 18:26:57 +01:00
Aine
eb8bc55dfe
FluffyChat v2.1.1
2025-09-02 15:19:37 +01:00
Slavi Pantaleev
83165d77fa
Keep mautrix-telegram registration namespace config in sync with matrix_mautrix_telegram_username_template
& matrix_mautrix_telegram_alias_template
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4539
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1493 and d166a90514
2025-09-02 09:27:48 +03:00
renovate[bot]
1efc2fb7ba
Update ajbura/cinny Docker tag to v4.10.0
2025-08-31 16:03:55 +03:00
David Mehren
945c4b503c
Add unicode_normalization option to MAS password config
...
The MAS docs recommend this option for migrated Synapse passwords
to work: https://element-hq.github.io/matrix-authentication-service/setup/migration.html#local-passwords
2025-08-30 14:04:44 +03:00
renovate[bot]
824d18626d
Update ghcr.io/devture/matrix-corporal Docker tag to v3.1.6
2025-08-29 22:38:44 +03:00
Kolja Lampe
8e01a51f00
Enable openapi endpoint, when element call is setup - even without federation
...
Closes #4232
2025-08-29 22:31:00 +03:00