renovate[bot]
af237ac9c7
chore(deps): update forgejo.ellis.link/continuwuation/continuwuity docker tag to v0.5.6
9 часов назад
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
19 часов назад
D4GU
f5b722b13d
Add commet webclient support ( #4997 )
23 часов назад
renovate[bot]
c0be489796
chore(deps): update dependency imagesize to v2
1 день назад
renovate[bot]
2d1be91ac2
chore(deps): update dependency linkify-it-py to v2.1.0
2 дней назад
renovate[bot]
bd809f16f3
chore(deps): update dependency uc-micro-py to v2
2 дней назад
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.
2 дней назад
renovate[bot]
a787993aaf
chore(deps): update dependency imagesize to v1.5.0
1 день назад
Slavi Pantaleev
d5ffc94916
Add support for the Sable client (Cinny fork)
1 день назад
Slavi Pantaleev
4208b4f553
chore: bump livekit role and document TURN relay ports
1 день назад
renovate[bot]
768fdbbde3
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v26.02.2
1 день назад
renovate[bot]
af30790d6a
chore(deps): update dependency valkey to v9.0.3-1
3 дней назад
renovate[bot]
baa1a29f76
chore(deps): update dependency systemd_service_manager to v3.1.0-0
3 дней назад
renovate[bot]
9d6980a175
chore(deps): update dependency systemd_docker_base to v1.5.0-0
3 дней назад
parisni
90bcb1f4ee
feat: prune empty dir when migrate to s3 storage
OTW many empty dirs are kept
3 дней назад
Slavi Pantaleev
46321552b7
docs(changelog): document Synapse S3 prefix wiring behavior change
3 дней назад
parisni
0620d6a822
fix: make matrix_synapse_ext_synapse_s3_storage_provider_config_prefix be used
3 дней назад
dayton4352
0a653dfeaa
Fix link to Matrix RTC configuration document
4 дней назад
renovate[bot]
3564155a73
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v26
4 дней назад
renovate[bot]
58937731f8
chore(deps): update dependency postgres to v18.3-0
5 дней назад
Suguru Hirahara
9bdf84eecf
Move the line for coturn down
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
6 дней назад
Suguru Hirahara
c4a05ce06a
Replace lines for LiveKit services with one for Matrix RTC stack
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
6 дней назад
Suguru Hirahara
15ffb04293
Fix anchor links to configuring-playbook-element-call.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
6 дней назад
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
6 дней назад
renovate[bot]
a77250ab97
chore(deps): update dependency prometheus to v3.10.0-0
6 дней назад
copilot-swe-agent[bot]
a809f4d124
Changes before error encountered
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
6 дней назад
copilot-swe-agent[bot]
ceebf644a3
Make exim-relay benefits section more concise
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
6 дней назад
copilot-swe-agent[bot]
123dbbf191
Add "Why use exim-relay?" section to email documentation
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
6 дней назад
renovate[bot]
37d45d6772
chore(deps): update dependency prometheus_postgres_exporter to v0.19.1-0
6 дней назад
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.
6 дней назад
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 .
6 дней назад
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 .
6 дней назад
renovate[bot]
78a08482fa
chore(deps): update dependency coturn to v4.9.0-0
1 неделю назад
renovate[bot]
da86297655
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2026.2.25
1 неделю назад
renovate[bot]
8417f655af
chore(deps): update dependency certifi to v2026.2.25
1 неделю назад
DrKnees
a7f7a3d002
Update Continuwuity docs for v0.5.5 ( #4956 )
1 неделю назад
renovate[bot]
e7419fbafa
chore(deps): update dependency valkey to v9.0.3-0
1 неделю назад
renovate[bot]
8c6c544c90
chore(deps): update matrixdotorg/mjolnir docker tag to v1.12.0
1 неделю назад
renovate[bot]
b98a6d39c9
chore(deps): update ghcr.io/element-hq/element-call docker tag to v0.17.0
1 неделю назад
renovate[bot]
93c6587b9d
chore(deps): update ghcr.io/element-hq/element-web docker tag to v1.12.11
1 неделю назад
renovate[bot]
f187cf84d5
chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v1.12.0
1 неделю назад
renovate[bot]
ee243a8aab
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.148.0
1 неделю назад
renovate[bot]
816b95f951
chore(deps): update dependency traefik to v3.6.9-0
1 неделю назад
renovate[bot]
324ff0dff6
chore(deps): update dependency cinny to v4.10.5-0
1 неделю назад
Slavi Pantaleev
2e7e034d3a
Document room complexity guard for constrained Synapse setups
1 неделю назад
Slavi Pantaleev
2c29027868
Add configurable Synapse room complexity limit variables
1 неделю назад
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.
1 неделю назад
Slavi Pantaleev
f1d1c50106
Update changelog entry heading for better clarity
1 неделю назад
Slavi Pantaleev
b55444e44f
LiveKit TURN docs clarity update
1 неделю назад
Slavi Pantaleev
f96dcff028
LiveKit TURN docs and defaults update
1 неделю назад