jasonlaguidice
6ce319c133
Update documentation and license headers
1週間前
jasonlaguidice
3b2f5bd61f
Add v0.0.1 version tag for MDAD
1週間前
renovate[bot]
551c802122
Update ghcr.io/etkecc/baibot Docker tag to v1.20.0
1週間前
Jason LaGuidice
3dc84c1999
Update main.yml
1週間前
jasonlaguidice
8561ce358d
Add variable for appservice username template
1週間前
jasonlaguidice
89ff5cba31
Fix displayname template to append (iMessage) suffix
1週間前
jasonlaguidice
3a70e8c602
Add rust logging variable
2週間前
jasonlaguidice
b3879ccc8d
Add data folder mount for on-disk files
2週間前
jasonlaguidice
7157957270
Make config directory non-ro
2週間前
jasonlaguidice
2fe177829c
Enable an initial sync duration
2週間前
jasonlaguidice
7d345bf3e9
Disable room federation by default
2週間前
jasonlaguidice
e00ab3fc55
Move base bridge path
2週間前
jasonlaguidice
b44d65fa62
Fix raw parse
2週間前
renovate[bot]
f3151efa08
Update dock.mau.dev/mautrix/meta Docker tag to v0.2605.1
2週間前
Norman Ziegner
971c5b954c
Add Synapse support for MSC4429
Introduces the `matrix_synapse_experimental_features_msc4429_enabled`
variable (disabled by default), allowing Synapse to notify clients
using the legacy /sync endpoint of profile changes for other users.
See <https://github.com/matrix-org/matrix-spec-proposals/pull/4429 >
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
2週間前
jasonlaguidice
b1cb0fa2c8
Add ffmpeg, remove mautrix branding
2週間前
jasonlaguidice
210b7b3b0d
Default config mapping
2週間前
renovate[bot]
f92c5fee18
Update ghcr.io/element-hq/element-web Docker tag to v1.12.20
2週間前
jasonlaguidice
0b5e5cd6dc
Expose config.yaml via mount
2週間前
jasonlaguidice
b06bccaeb9
Rename project
2週間前
jasonlaguidice
8767f50d46
Add iMessage RustPush bridge (matrix-bridge-imessage-rustpush)
New role for bridging Matrix <-> iMessage using RustPush (lrhodin/imessage).
4ヶ月前
renovate[bot]
a5ebb77eeb
Update ghcr.io/element-hq/element-web Docker tag to v1.12.19
2週間前
renovate[bot]
27826e69ca
Update ghcr.io/etkecc/baibot Docker tag to v1.19.3
2週間前
renovate[bot]
5125cb219c
Update ghcr.io/jasonlaguidice/matrix-steam-bridge Docker tag to v1.2.0
2週間前
renovate[bot]
c93bdba01c
Update ghcr.io/element-hq/element-call Docker tag to v0.20.0
2週間前
Suguru Hirahara
1df14f5177
Update validate_config.yml
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
3週間前
Suguru Hirahara
d2070bd6d8
Remove roles/custom/matrix-ldap-registration-proxy
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
3週間前
Suguru Hirahara
73f6ba7569
Remove Go-NEB
Reuse 096b85bd96/docs/configuring-playbook-email2matrix.md
Signed-off-by: Suguru Hirahara <did🔑 z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
3週間前
renovate[bot]
b5e1fb8e30
Update nginx Docker tag to v1.31.1
3週間前
Slavi Pantaleev
05ac6d7a3b
Make sure network.api_id is provided as an integer to mautrix-telegram
Otherwise "login phone" results in: "Failed to submit input: send code: rpc error code 400: API_ID_INVALID"
3週間前
renovate[bot]
76e594ec7a
Update ghcr.io/matrix-construct/tuwunel Docker tag to v1.7.0 ( #5262 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3週間前
renovate[bot]
9bd9d1af07
Update ghcr.io/element-hq/element-call Docker tag to v0.19.4
3週間前
renovate[bot]
d1e64c3ef2
Update ghcr.io/etkecc/baibot Docker tag to v1.19.2
3週間前
Slavi Pantaleev
8751e34ede
matrix-bot-maubot: avoid double slash in base paths when path_prefix is /
The derived `*_base_path` defaults concatenated `matrix_bot_maubot_path_prefix`
directly, producing `//v1` and `//plugin/` when users set the documented
`matrix_bot_maubot_path_prefix: /` (for serving on a dedicated subdomain),
which Traefik rejects. Apply the standard `'/' == path_prefix` guard already
used by other roles (honoroit, mautrix-discord, MAS, heisenbridge, etc.).
Reported by The Dark Wizard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3週間前
renovate[bot]
40780fadc5
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2026.5.20
3週間前
renovate[bot]
9c447242f2
Update ghcr.io/element-hq/synapse Docker tag to v1.153.0
3週間前
renovate[bot]
e6bf69a723
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v1.17.0
3週間前
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週間前
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>
4週間前
renovate[bot]
3ce630830c
Update dock.mau.dev/mautrix/telegram Docker tag to v0.2605.0
4週間前
renovate[bot]
f8f0da5690
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2605.0
4週間前
renovate[bot]
23d3b74aa8
Update dock.mau.dev/mautrix/slack Docker tag to v0.2605.0
4週間前
renovate[bot]
0b197a6418
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.2605.0
4週間前
renovate[bot]
52fe6a5f63
Update dock.mau.dev/mautrix/meta Docker tag to v0.2605.0
4週間前
renovate[bot]
5186360194
Update nginx Docker tag to v1.31.0
1ヶ月前
renovate[bot]
401dfe6c86
Update dependency matrix-org/synapse-s3-storage-provider to v1.6.1
1ヶ月前
renovate[bot]
1a82f38061
Update ghcr.io/matrix-org/rageshake Docker tag to v1.18.0
1ヶ月前
renovate[bot]
953745aede
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2026.5.13
1ヶ月前
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>
1ヶ月前
renovate[bot]
ca74857835
Update ghcr.io/element-hq/element-call Docker tag to v0.19.3
1ヶ月前