renovate[bot]
af237ac9c7
chore(deps): update forgejo.ellis.link/continuwuation/continuwuity docker tag to v0.5.6
vor 3 Stunden
Slavi Pantaleev
87a799faa6
Fix Commet variable placement in matrix_servers
Move Commet defaults out of the Element section into a dedicated matrix-client-commet block, and add missing matrix_client_commet_enabled default wiring.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/5000
vor 13 Stunden
D4GU
f5b722b13d
Add commet webclient support ( #4997 )
vor 17 Stunden
renovate[bot]
c0be489796
chore(deps): update dependency imagesize to v2
vor 17 Stunden
renovate[bot]
2d1be91ac2
chore(deps): update dependency linkify-it-py to v2.1.0
vor 2 Tagen
renovate[bot]
bd809f16f3
chore(deps): update dependency uc-micro-py to v2
vor 2 Tagen
tripleawwy
58bf4fe34b
fix: conditionally include m.identity_server in Element Web config.json
When no identity server is configured, `matrix_client_element_default_is_url`
defaults to `~` (YAML null). The `| string | to_json` filter chain converts
this to the literal string `"None"`, causing Element Web to log errors:
- TypeError: URL constructor: None is not a valid URL
- Invalid base_url for m.identity_server
The well-known template (`.well-known/matrix/client.j2`) already handles
this correctly with a conditional guard (see PR #314 ). This applies the
same pattern to the Element Web `config.json.j2` template.
vor 1 Tag
renovate[bot]
a787993aaf
chore(deps): update dependency imagesize to v1.5.0
vor 1 Tag
Slavi Pantaleev
d5ffc94916
Add support for the Sable client (Cinny fork)
vor 22 Stunden
Slavi Pantaleev
4208b4f553
chore: bump livekit role and document TURN relay ports
vor 1 Tag
renovate[bot]
768fdbbde3
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v26.02.2
vor 1 Tag
renovate[bot]
af30790d6a
chore(deps): update dependency valkey to v9.0.3-1
vor 3 Tagen
renovate[bot]
baa1a29f76
chore(deps): update dependency systemd_service_manager to v3.1.0-0
vor 3 Tagen
renovate[bot]
9d6980a175
chore(deps): update dependency systemd_docker_base to v1.5.0-0
vor 3 Tagen
parisni
90bcb1f4ee
feat: prune empty dir when migrate to s3 storage
OTW many empty dirs are kept
vor 3 Tagen
Slavi Pantaleev
46321552b7
docs(changelog): document Synapse S3 prefix wiring behavior change
vor 3 Tagen
parisni
0620d6a822
fix: make matrix_synapse_ext_synapse_s3_storage_provider_config_prefix be used
vor 3 Tagen
dayton4352
0a653dfeaa
Fix link to Matrix RTC configuration document
vor 4 Tagen
renovate[bot]
3564155a73
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v26
vor 4 Tagen
renovate[bot]
58937731f8
chore(deps): update dependency postgres to v18.3-0
vor 5 Tagen
Suguru Hirahara
9bdf84eecf
Move the line for coturn down
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
vor 5 Tagen
Suguru Hirahara
c4a05ce06a
Replace lines for LiveKit services with one for Matrix RTC stack
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
vor 5 Tagen
Suguru Hirahara
15ffb04293
Fix anchor links to configuring-playbook-element-call.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
vor 5 Tagen
Slavi Pantaleev
a949605518
Remove duplicate "Project source code URL" from `roles/custom/matrix-synapse/defaults/main.yml`
This was causing issues when it's parsed out by certain tools.
Regression since 28afbde971
vor 5 Tagen
renovate[bot]
a77250ab97
chore(deps): update dependency prometheus to v3.10.0-0
vor 5 Tagen
copilot-swe-agent[bot]
a809f4d124
Changes before error encountered
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
vor 6 Tagen
copilot-swe-agent[bot]
ceebf644a3
Make exim-relay benefits section more concise
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
vor 6 Tagen
copilot-swe-agent[bot]
123dbbf191
Add "Why use exim-relay?" section to email documentation
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
vor 6 Tagen
renovate[bot]
37d45d6772
chore(deps): update dependency prometheus_postgres_exporter to v0.19.1-0
vor 6 Tagen
Slavi Pantaleev
28afbde971
Merge Synapse reverse-proxy companion role into matrix-synapse
The companion role was tightly coupled to Synapse through shared tags, worker routing, and lifecycle ordering. Keeping them separate added coordination overhead without practical benefits, especially for parallelized execution.
This merges the role into matrix-synapse while keeping companion logic organized under dedicated reverse_proxy_companion task/template subdirectories.
Compatibility is preserved:
- matrix_synapse_reverse_proxy_companion_* variable names remain unchanged
- install/setup companion-specific tags remain available
Cross-role/global wiring is now in group_vars (matrix-synapse section), while role defaults provide sensible standalone defaults and self-wiring for Synapse-owned values.
vor 6 Tagen
Slavi Pantaleev
63b6bf4bc1
Fix Goofys restart guard for non-Synapse setups
Only queue matrix-goofys.service for restart when Synapse is enabled. Goofys is installed from the Synapse role, so non-Synapse homeserver configurations should not try to restart this unit. This mirrors the fix for issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4959 .
vor 6 Tagen
Slavi Pantaleev
39f867a1c9
Fix S3 migration timer restart guard for non-Synapse setups
Only queue matrix-synapse-s3-storage-provider-migrate.timer for restart when Synapse is actually enabled. This prevents setup/install failures when a Synapse-only extension flag is set while using another homeserver implementation, as reported in https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4959 .
vor 6 Tagen
renovate[bot]
78a08482fa
chore(deps): update dependency coturn to v4.9.0-0
vor 6 Tagen
renovate[bot]
da86297655
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2026.2.25
vor 1 Woche
renovate[bot]
8417f655af
chore(deps): update dependency certifi to v2026.2.25
vor 1 Woche
DrKnees
a7f7a3d002
Update Continuwuity docs for v0.5.5 ( #4956 )
vor 1 Woche
renovate[bot]
e7419fbafa
chore(deps): update dependency valkey to v9.0.3-0
vor 1 Woche
renovate[bot]
8c6c544c90
chore(deps): update matrixdotorg/mjolnir docker tag to v1.12.0
vor 1 Woche
renovate[bot]
b98a6d39c9
chore(deps): update ghcr.io/element-hq/element-call docker tag to v0.17.0
vor 1 Woche
renovate[bot]
93c6587b9d
chore(deps): update ghcr.io/element-hq/element-web docker tag to v1.12.11
vor 1 Woche
renovate[bot]
f187cf84d5
chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v1.12.0
vor 1 Woche
renovate[bot]
ee243a8aab
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.148.0
vor 1 Woche
renovate[bot]
816b95f951
chore(deps): update dependency traefik to v3.6.9-0
vor 1 Woche
renovate[bot]
324ff0dff6
chore(deps): update dependency cinny to v4.10.5-0
vor 1 Woche
Slavi Pantaleev
2e7e034d3a
Document room complexity guard for constrained Synapse setups
vor 1 Woche
Slavi Pantaleev
2c29027868
Add configurable Synapse room complexity limit variables
vor 1 Woche
Slavi Pantaleev
1718181ff4
Do not auto-enable Coturn by default
With everything moving to Matrix RTC and Element X on mobile not
supporting legacy calls, most people probably don't need Coturn
auto-enabled.
vor 1 Woche
Slavi Pantaleev
f1d1c50106
Update changelog entry heading for better clarity
vor 1 Woche
Slavi Pantaleev
b55444e44f
LiveKit TURN docs clarity update
vor 1 Woche
Slavi Pantaleev
f96dcff028
LiveKit TURN docs and defaults update
vor 1 Woche