Suguru Hirahara
736f4f8946
Update validate_config.yml
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
4 kuukautta sitten
Suguru Hirahara
cc4359a0a0
Update docs
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
4 kuukautta sitten
Suguru Hirahara
6b749e1085
Remove mentions to SchildiChat Web
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
4 kuukautta sitten
Suguru Hirahara
a37650c0f5
Remove roles/custom/matrix-client-schildichat
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
4 kuukautta sitten
github-actions[bot]
3f46ce4bac
Automatic translations update
3 kuukautta sitten
Suguru Hirahara
dec6326bb6
Remove matrix-registration ( #4919 )
* Remove roles/custom/matrix-registration
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Update README.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Update configuring-playbook-matrix-registration.md
Reuse 409c7393a0/docs/configuring-playbook-dimension.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Move entries for matrix-registrations down to the sections for removed components
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Remove a section from registering-users.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Remove an entry for matrix-registration from self-building.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Remove matrix-registration from matrix_servers
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Remove reference to matrix-registration from matrix-user-verification-service/defaults/main.yml
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Remove an entry for matrix-registration from setup.yml
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
* Update CHANGELOG.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
---------
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
Co-authored-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
3 kuukautta sitten
Slavi Pantaleev
f71080a72a
Remove useless group_vars/matrix_servers overrides
These variables were being assigned in group_vars/matrix_servers to
values byte-identical (or functionally identical) to what the
respective role's defaults/main.yml already provides.
Beyond just being noise, such redundant overrides cause drift over
time. When a role's default is later updated to something saner or
better (for example, switched from a hardcoded value to a derivation
from another variable), the matching line in group_vars/matrix_servers
stays frozen at the old value and silently defeats the improvement,
because group_vars beats role defaults in Ansible's precedence order.
The maubot management hostname fix in
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5248
is an example of this: the role default had been improved to derive
from matrix_bot_maubot_hostname, but the stale group_vars override
held it back to matrix_server_fqn_matrix.
Removing these overrides lets the role defaults do their job.
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5248
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 kuukautta sitten
renovate[bot]
684f579991
Update dependency myst-parser to v5.1.0
3 kuukautta sitten
renovate[bot]
516316bf16
Update dependency cinny to v4.12.1-0
3 kuukautta sitten
renovate[bot]
987ce97f4f
Update dependency click to v8.4.0
3 kuukautta sitten
renovate[bot]
5681769b22
Update dependency requests to v2.34.2
3 kuukautta sitten
renovate[bot]
b1ec0f63d0
Update dependency mdit-py-plugins to v0.6.1
3 kuukautta sitten
github-actions[bot]
515e5195cc
Automatic translations update
3 kuukautta sitten
renovate[bot]
f1f58eed07
Update dependency idna to v3.15
3 kuukautta sitten
Slavi Pantaleev
eb79e2180d
Update LiveKit Server role to v1.12.0-0
LiveKit v1.12.0 tightens TURN security: credentials now carry a TTL,
and TURN no longer relays to restricted peer CIDRs by default. The
role defaults match upstream's secure defaults and are appropriate
for typical playbook deployments.
Bumps the migration-validation gate accordingly so users are pointed
at the CHANGELOG entry on next run.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 kuukautta sitten
renovate[bot]
3ce630830c
Update dock.mau.dev/mautrix/telegram Docker tag to v0.2605.0
3 kuukautta sitten
renovate[bot]
f8f0da5690
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2605.0
3 kuukautta sitten
renovate[bot]
23d3b74aa8
Update dock.mau.dev/mautrix/slack Docker tag to v0.2605.0
3 kuukautta sitten
renovate[bot]
3d6ae24588
Update dependency postgres to v18.4-0
3 kuukautta sitten
renovate[bot]
0b197a6418
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.2605.0
3 kuukautta sitten
renovate[bot]
52fe6a5f63
Update dock.mau.dev/mautrix/meta Docker tag to v0.2605.0
3 kuukautta sitten
renovate[bot]
90637bdb27
Update dependency hydrogen to v0.5.1-5
3 kuukautta sitten
renovate[bot]
b3511d0cdd
Update dependency sable to v1.16.1-0
3 kuukautta sitten
renovate[bot]
2fba6c12d1
Update dependency auxiliary to v1.0.0-7 ( #5233 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 kuukautta sitten
renovate[bot]
9e6b826c08
Update dependency prek to v0.4.0
3 kuukautta sitten
renovate[bot]
1063e6de62
Update dependency sable to v1.16.0-0
3 kuukautta sitten
renovate[bot]
5186360194
Update nginx Docker tag to v1.31.0
3 kuukautta sitten
renovate[bot]
401dfe6c86
Update dependency matrix-org/synapse-s3-storage-provider to v1.6.1
3 kuukautta sitten
renovate[bot]
1a82f38061
Update ghcr.io/matrix-org/rageshake Docker tag to v1.18.0
3 kuukautta sitten
renovate[bot]
953745aede
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2026.5.13
3 kuukautta sitten
Mads Bårvåg Nesse
2c2b58cefc
chore: update link to supported services section
Link not working as it had the wrong section name
3 kuukautta sitten
renovate[bot]
6f116ed4d6
Update ghcr.io/element-hq/element-web Docker tag to v1.12.18 ( #5223 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 kuukautta sitten
gardar
1961ab86ed
docs: fix mautrix-meta link pointing to old instagram bridge
Signed-off-by: gardar <gardar@users.noreply.github.com>
3 kuukautta sitten
renovate[bot]
59f0594a43
Update dependency traefik to v3.7.1-0
3 kuukautta sitten
renovate[bot]
ca74857835
Update ghcr.io/element-hq/element-call Docker tag to v0.19.3
3 kuukautta sitten
renovate[bot]
5109c608c5
Update dependency sable to v1.15.3-0
3 kuukautta sitten
renovate[bot]
2247c56c23
Update ghcr.io/etkecc/baibot Docker tag to v1.19.1
3 kuukautta sitten
github-actions[bot]
727dc2c9ae
Automatic translations update
3 kuukautta sitten
Slavi Pantaleev
53ad97417d
matrix-tuwunel: update to v1.6.2
This release adds opt-in server-level enforcement of MSC4284 policy
servers via two new `[global]` keys: `enable_policy_servers` and
`policy_server_request_timeout`. Surface both as Ansible variables
matching tuwunel's upstream defaults (off, 5s timeout) and refresh the
docs section that previously claimed MSC4284 needed no playbook
configuration.
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5213 .
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 kuukautta sitten
Slavi Pantaleev
704cbd5655
Revert "Update dependency etherpad to v2.7.3-0"
This reverts commit 68cc4a1c12 .
Etherpad has been reported to be somewhat broken. Broken how? No clue.
Reverting till further feedback comes.
3 kuukautta sitten
renovate[bot]
6542ef8b3c
Update forgejo.ellis.link/continuwuation/continuwuity Docker tag to v0.5.9
3 kuukautta sitten
renovate[bot]
e43bbfb44d
Update dependency mdit-py-plugins to v0.6.0
3 kuukautta sitten
renovate[bot]
143babe55c
Update dependency markdown-it-py to v4.2.0
3 kuukautta sitten
renovate[bot]
bb77d89d2e
Update dependency urllib3 to v2.7.0
3 kuukautta sitten
renovate[bot]
a0d056d160
Update ghcr.io/element-hq/synapse Docker tag to v1.152.1
3 kuukautta sitten
github-actions[bot]
2d5b5ff7ef
Automatic translations update ( #5206 )
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 kuukautta sitten
Slavi Pantaleev
8c87f68d5b
matrix-tuwunel: adjust SPDX year ranges to 2025 - 2026
Files in this role were ported from matrix-continuwuity (which carries
2025 attribution), so the year range should reflect that the underlying
content predates 2026.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5200 .
3 kuukautta sitten
Catalan Lover
4af35777b3
Update Draupnir from 3.0.0 to 3.1.0 and introduce Zero Touch Deployment to mdad. ( #5205 )
3 kuukautta sitten
github-actions[bot]
d6a1679cad
Automatic translations update
3 kuukautta sitten
Slavi Pantaleev
2b082eea26
Attribute Tuwunel's status as the conduwuit successor
The former conduwuit maintainer (@x86pup , formerly @girlbossceo )
clarified in the PR thread that they endorse Tuwunel as conduwuit's
successor, and the archived conduwuit repo's README points there too.
Update the migration section in the conduwuit doc and the Tuwunel
CHANGELOG entry to reflect this with attribution.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5200 .
3 kuukautta sitten