Benjamin Blacher
df5b84588b
Add support for sticky events (experimental)
15 часов назад
Slavi Pantaleev
6b6b74afa9
matrix-synapse-admin: fail when enabled with non-Synapse homeserver
1 день назад
Slavi Pantaleev
677919fc39
Upgrade systemd_service_manager (v3.1.0-0 -> v3.2.0-0)
1 день назад
Aine
f803ad6957
Synapse Admin v0.11.4-etke54
1 день назад
Aine
5d7569adf0
fix borg backup var; update jitsi role
1 день назад
Aine
82caf3a7d3
improve synapse redis socket mounting
1 день назад
Aine
45d5ebd008
fix comments
1 день назад
renovate[bot]
c3437e22e6
chore(deps): update dependency sable to v1.5.1-0
1 день назад
renovate[bot]
d046855f3a
chore(deps): update dependency ntfy to v2.18.0-0
1 день назад
renovate[bot]
55ffeb226c
chore(deps): update dependency backup_borg to v1.4.3-2.1.1-3
1 день назад
Aine
0c40a03efc
allow synapse to use redis unix socket instead of tcp
1 день назад
Aine
86bb61aba0
backup-borg: disable mariadb/mysql/mongodb by default
2 дней назад
Aine
87ef61ac56
update valkey
2 дней назад
renovate[bot]
6d9b1a8260
chore(deps): update dependency traefik to v3.6.10-0
2 дней назад
Slavi Pantaleev
df205a2f77
Upgrade baibot (v1.14.3 -> v1.15.0) and adapt to support optional access-token auth mode
Ref:
- https://github.com/etkecc/baibot/pull/83
- 748d2b7fd4/CHANGELOG.md (2026-03-07-version-1150)
- 748d2b7fd4/docs/configuration/authentication.md
2 дней назад
renovate[bot]
7e3b82b80e
chore(deps): update dependency backup_borg to v1.4.3-2.1.1-2
2 дней назад
renovate[bot]
c3a9772f51
chore(deps): update dependency charset-normalizer to v3.4.5
3 дней назад
renovate[bot]
1f3ea18213
chore(deps): update dependency livekit_server to v1.9.12-0
4 дней назад
renovate[bot]
0acb1f98e8
chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2
4 дней назад
renovate[bot]
58141f9926
chore(deps): update dependency tabulate to v0.10.0
5 дней назад
mikhail.sarnov
1ee5c1f416
feat(synapse): add ca_certs_file support for LDAP TLS
Add matrix_synapse_ext_password_provider_ldap_tls_options_ca_certs_file
variable to allow specifying a custom CA certificate file for LDAP TLS
verification. Useful when Synapse is running in a container that does not
trust a private/internal CA by default.
Example usage:
matrix_synapse_ext_password_provider_ldap_tls_options_ca_certs_file: /etc/ssl/certs/my-ca.crt
4 дней назад
renovate[bot]
c9bb48ff11
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2026.3.4
5 дней назад
Suguru Hirahara
0cbffe695b
Update Etherpad (v2.6.1-1 → v2.6.1-2)
Now that UID and GID are not specified by default, it is necessary for the playbook to specify them. MASH playbook has already taken care of them on 9707a4786b/templates/group_vars_mash_servers (L4794-L4795) .
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
5 дней назад
renovate[bot]
af237ac9c7
chore(deps): update forgejo.ellis.link/continuwuation/continuwuity docker tag to v0.5.6
5 дней назад
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
6 дней назад
D4GU
f5b722b13d
Add commet webclient support ( #4997 )
6 дней назад
renovate[bot]
c0be489796
chore(deps): update dependency imagesize to v2
6 дней назад
renovate[bot]
2d1be91ac2
chore(deps): update dependency linkify-it-py to v2.1.0
1 неделю назад
renovate[bot]
bd809f16f3
chore(deps): update dependency uc-micro-py to v2
1 неделю назад
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.
1 неделю назад
renovate[bot]
a787993aaf
chore(deps): update dependency imagesize to v1.5.0
6 дней назад
Slavi Pantaleev
d5ffc94916
Add support for the Sable client (Cinny fork)
6 дней назад
Slavi Pantaleev
4208b4f553
chore: bump livekit role and document TURN relay ports
6 дней назад
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
1 неделю назад
renovate[bot]
baa1a29f76
chore(deps): update dependency systemd_service_manager to v3.1.0-0
1 неделю назад
renovate[bot]
9d6980a175
chore(deps): update dependency systemd_docker_base to v1.5.0-0
1 неделю назад
parisni
90bcb1f4ee
feat: prune empty dir when migrate to s3 storage
OTW many empty dirs are kept
1 неделю назад
Slavi Pantaleev
46321552b7
docs(changelog): document Synapse S3 prefix wiring behavior change
1 неделю назад
parisni
0620d6a822
fix: make matrix_synapse_ext_synapse_s3_storage_provider_config_prefix be used
1 неделю назад
dayton4352
0a653dfeaa
Fix link to Matrix RTC configuration document
1 неделю назад
renovate[bot]
3564155a73
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v26
1 неделю назад
renovate[bot]
58937731f8
chore(deps): update dependency postgres to v18.3-0
1 неделю назад
Suguru Hirahara
9bdf84eecf
Move the line for coturn down
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
1 неделю назад
Suguru Hirahara
c4a05ce06a
Replace lines for LiveKit services with one for Matrix RTC stack
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
1 неделю назад
Suguru Hirahara
15ffb04293
Fix anchor links to configuring-playbook-element-call.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
1 неделю назад
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
1 неделю назад
renovate[bot]
a77250ab97
chore(deps): update dependency prometheus to v3.10.0-0
1 неделю назад
copilot-swe-agent[bot]
a809f4d124
Changes before error encountered
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
1 неделю назад
copilot-swe-agent[bot]
ceebf644a3
Make exim-relay benefits section more concise
Co-authored-by: spantaleev <388669+spantaleev@users.noreply.github.com>
1 неделю назад