Slavi Pantaleev
dabe46cf2f
Add missing document start to matrix-appservice-double-puppet/defaults/main.yml
1 rok temu
Slavi Pantaleev
2086e3efe0
Add appservice-double-puppet double-puppeting support to beeper-linkedin
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
48bab2f0ea
Add appservice-double-puppet double-puppeting support to mautrix-gmessages
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
9b8fe6eadc
Add appservice-double-puppet double-puppeting support to mautrix-googlechat
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
08c602b19c
Add appservice-double-puppet double-puppeting support to mautrix-twitter
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
f0479dbd9e
Add appservice-double-puppet double-puppeting support to mautrix-telegram
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
d3831ba3a5
Add appservice-double-puppet double-puppeting support to mautrix-whatsapp
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
fbd25ae9e9
Add appservice-double-puppet double-puppeting support to mautrix-meta-messenger/mautrix-meta-instagram
Shared Secret Auth double puppeting still works for these bridges, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
77c59aaea0
Add appservice-double-puppet double-puppeting support to mautrix-discord
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
1 rok temu
Slavi Pantaleev
1722e4bd83
Switch mautrix-slack double-puppeting method (shared secret auth -> appservice-double-puppet)
Since upgrading mautrix-slack (and pinning to v0.1.0) in e4b54c37fe258b17f49dd7ed58a18ef3abac1c41,
we expect double-puppeting to require the new appservice double-puppeting method.
This commit switches the mautrix-slack bridge to it.
1 rok temu
Slavi Pantaleev
999f2bf8dd
Switch mautrix-signal double-puppeting method (shared secret auth -> appservice-double-puppet)
Since upgrading mautrix-signal (v0.6.3 -> v0.7.0) in 76fec0b8632804194ae54dce3328fef2b6e6b3c2,
we expect double-puppeting to require the new appservice double-puppeting method.
This commit switches the mautrix-signal bridge to it.
1 rok temu
Slavi Pantaleev
111fa65e44
Add appservice-double-puppet service for better bridge double-puppeting
Bridges will be switched to this new method in future patches.
1 rok temu
Slavi Pantaleev
e4b54c37fe
Upgrade mautrix-slack, pin to v0.1.0 and adapt configuration
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3479
- https://github.com/mautrix/slack/releases/tag/v0.1.0
- https://mau.fi/blog/2024-08-mautrix-release/
1 rok temu
Slavi Pantaleev
76fec0b863
Upgrade mautrix-signal (v0.6.3 -> v0.7.0) and adapt configuration
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3479
- https://github.com/mautrix/signal/releases/tag/v0.7.0
- https://mau.fi/blog/2024-08-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3481
1 rok temu
renovate[bot]
e3d489c5fe
chore(deps): update nginx docker tag to v1.27.1
1 rok temu
Aine
70cbf3d5ae
add synapse-auto-compressor workaround, fixes #3397 ( #3473 )
* add synapse-auto-compressor workaround, fixes #3397
* Clarify what the PG-prefixed variables are for
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 rok temu
Slavi Pantaleev
05e813a846
Default matrix_media_repo_generate_signing_key to false in the matrix-media-repo role
No need to duplicate the same logic as in `group_vars/matrix_servers`.
Having it disabled by default in the role itself and overriding it at the playbook level (based on the selected homeserver implementation) makes more sense.
1 rok temu
renovate[bot]
8a2bd345fd
chore(deps): update joseluisq/static-web-server docker tag to v2.32.2
1 rok temu
Michael Hollister
56b0a72000
Apply PR feedback
1 rok temu
renovate[bot]
b022004adf
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.113.0
1 rok temu
renovate[bot]
e1354d505f
chore(deps): update vectorim/element-web docker tag to v1.11.74
1 rok temu
Slavi Pantaleev
6bef71ebb8
Make ansible-lint happy
1 rok temu
Slavi Pantaleev
9d11271d59
Initial (not yet enabled) work on Heisenbridge handling media requests at `matrix.DOMAIN/heisenbridge/*`
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3470
- https://github.com/hifi/heisenbridge/releases/tag/v1.15.0
During testing, it appears that Heisenbridge generated media URLs
that look like this: `{media_url}/_matrix/media/v3/download/DOMAIN/FILE_ID/FILE_NAME`.
This seems off. We were expecting `{media_url}/_heisenbridge/media/something`
(e.g. `https://matrix.DOMAIN/heisenbridge/_heisenbridge/media/something `, leading to its own media proxy),
but Heisenbridge still seems to be generating URLs destined for the homeserver's Media API.
Until we figure out why that is, `media_url` remains pointed to the homeserver URL (just like before),
so that the bot can continue operating like before.
1 rok temu
renovate[bot]
5323bcc906
chore(deps): update hif1/heisenbridge docker tag to v1.15.0
1 rok temu
Michael Hollister
c3fd33566d
Automated MMR signing key generation process
1 rok temu
Slavi Pantaleev
1184b3df02
Upgrade matrix-corporal (2.8.0 -> 3.0.0)
1 rok temu
Chasethechicken
4d46b625ff
Draupnir proxy ( #3313 )
* Allow redircting abuse-reports to draupnir
* Document redirecting abuse-reports to draupnir via traefik
* Apply suggestions from code review
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Rename variable
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 rok temu
renovate[bot]
9967165722
chore(deps): update vectorim/element-web docker tag to v1.11.73
1 rok temu
renovate[bot]
95e400b571
chore(deps): update ajbura/cinny docker tag to v4.1.0
1 rok temu
renovate[bot]
b5473b3bd0
chore(deps): update ghcr.io/t2bot/matrix-media-repo docker tag to v1.3.7
1 rok temu
Slavi Pantaleev
5f121a9fdb
Upgrade Synapse (v1.111.1 -> v1.112.0)
1 rok temu
renovate[bot]
aee6101f95
chore(deps): update vectorim/element-web docker tag to v1.11.72
1 rok temu
renovate[bot]
9c3c25419e
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.111.1
1 rok temu
renovate[bot]
af089b89d1
chore(deps): update registry.gitlab.com/etke.cc/postmoogle docker tag to v0.9.20
1 rok temu
renovate[bot]
880daf55af
chore(deps): update registry.gitlab.com/etke.cc/honoroit docker tag to v0.9.24
1 rok temu
Slavi Pantaleev
035b1c3c04
Upgrade Coturn (4.6.2-r10 -> 4.6.2-r11)
1 rok temu
Slavi Pantaleev
4d9de7d58a
Add `matrix_synapse_usage_exporter_hostname` and `matrix_synapse_usage_exporter_path_prefix`
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3442
1 rok temu
Michael Hollister
55f869254b
Created role for synapse-usage-exporter ( #3442 )
* Created role for synapse-usage-exporter
* Apply suggestions from code review
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Renaming docker variables and moving synapse stats config location
* Respect devture_systemd_docker_base_docker_service_name
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 rok temu
renovate[bot]
e29b5323df
chore(deps): update ajbura/cinny docker tag to v4.0.3
1 rok temu
Slavi Pantaleev
57eeb1be33
Upgrade Cinny (v3.2.0 -> v4.0.0) and adapt our custom nginx configuration with the new URL rewrites
Cinny includes nginx configuration which does URL rewrites now, as seen
here: https://raw.githubusercontent.com/cinnyapp/cinny/dev/docker-nginx.conf
That said, we have our own nginx configuration for Cinny, because we'd
like to run ngin as non-root and on a non-privileged port (80 -> 8080).
For this reason, we override `/etc/nginx/nginx.conf` and need to
duplicate what we see in `/etc/nginx/conf.d/default.conf` with our own
`server` block (which listens on port 8080).
1 rok temu
Michael Hollister
f1dbbd3106
Added new fields to MMR config template
1 rok temu
Aine
91f5731287
buscarron v1.4.2 ( #3437 )
* buscarron v1.4.2
* Add more spaces before comments
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 rok temu
renovate[bot]
98f5f1c200
chore(deps): update registry.gitlab.com/etke.cc/honoroit docker tag to v0.9.23
1 rok temu
renovate[bot]
98a2810fa2
chore(deps): update registry.gitlab.com/etke.cc/postmoogle docker tag to v0.9.19
1 rok temu
Michael Hollister
2c360a99fe
Added MMR metrics proxying support
1 rok temu
renovate[bot]
bf6e9a2bfa
chore(deps): update joseluisq/static-web-server docker tag to v2.32.1
1 rok temu
Slavi Pantaleev
dce0f64f6d
Use simple matching for ma1sd deprecated vars validation
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3432
1 rok temu
renovate[bot]
469a0ebbf7
chore(deps): update awesometechnologies/synapse-admin docker tag to v0.10.3
1 rok temu
Slavi Pantaleev
b09555f764
Use Go-style regexp and PathRegexp (not Path) for some ma1sd routes
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3430
1 rok temu
Slavi Pantaleev
34b91957f0
Update comment
1 rok temu