T. Küchel
01734d22c4
Update matrix-domain.conf.j2 - corrected wrong variable
atrix_nginx_proxy_proxy_matrix_3pid_registration_v3_to_r0_redirect_enabled
is the right variable to check (twice) in the corresponding branch.
2 years ago
T. Küchel
5553ce1ff0
Update matrix-domain.conf.j2 - repeat v3_to_r0 rewrite in else-statement
as you said: repeat it for the else-case, where the ma1sd might be running on sans_container.
2 years ago
Slavi Pantaleev
a88a4c2b82
Use regex-enabled location blocks when matching with regex
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2986
2 years ago
T. Küchel
cf90e250ad
Update matrix-domain.conf.j2
also change the order of "set $backend" and "rewrite" here in the 3pid registration section
2 years ago
T. Küchel
920139be70
Update matrix-domain.conf.j2
exchanged "^~" with "~" as a pattern matching in the location part.
I am very sure, that it only works using "~". I am not quite sure though, if this is the right way to do it, because "~" is probably more expensive than "^~"
the rewrite has to be behind the definition of the $backend. Otherwise nginx will fail to work. This is probably because "break" goes directly to the proxy_pass which uses $backend.
2 years ago
Slavi Pantaleev
ad230555e9
Try to fix /_matrix/client/v3 for ma1sd via URL rewriting to (/_matrix/client/r0)
Hopefully fixes: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2954
Untested.
Patch inspired by: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2954#issuecomment-1795029963
2 years ago
Chikage
7d668a488e
add self-build for matrix_user_verification
Currently v3.0.0 tested with no issues.
So remove matrix_user_verification_service_docker_image from groups_vars.
/.npm must be writable or an error will be reported.
2 years ago
renovate[bot]
8d87b5c951
Update vectorim/element-web Docker tag to v1.11.48
2 years ago
Slavi Pantaleev
ebe7e3b6e0
Forward /_matrix/client/v3 to identity server (not just /_matrix/client/r0)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2954
2 years ago
Slavi Pantaleev
4ff9b0d6a5
Upgrade Heisenbridge (1.14.5 -> 1.14.6)
2 years ago
Aine
090737773f
Update synapse 1.95.0 -> 1.95.1
2 years ago
Aine
9df69e017b
Update cinny 3.1.0 -> 3.2.0
2 years ago
Ant Somers
a53ae8a2fc
Fix matrix-user-verification-service file
Related to #2375 , #2975 , and #2847
2 years ago
bertybuttface
eaa9a52eeb
Update main.yml
2 years ago
renovate[bot]
65de453988
Update ajbura/cinny Docker tag to v3.1.0
2 years ago
renovate[bot]
338af8151b
Update linuxserver/ddclient Docker tag to v3.11.1
2 years ago
Slavi Pantaleev
33d271efdd
Upgrade Dendrite (v0.13.3 -> v0.13.4)
2 years ago
renovate[bot]
7c12c508d7
Update nginx Docker tag to v1.25.3
2 years ago
Slavi Pantaleev
9032170e8c
Upgrade Synapse (v1.94.0 -> v1.95.0)
2 years ago
Slavi Pantaleev
d46c02cd6f
Upgrade Element (v1.11.46 -> v1.11.47)
2 years ago
Slavi Pantaleev
3588cf610e
Upgrade ddclient (v3.10.0-ls136 -> v3.11.0-ls137)
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2961
2 years ago
Slavi Pantaleev
c6f1dfa724
Switch Renovate versioning for matrix-dynamic-dns to semver
Related to e87f5c11d7
2 years ago
Slavi Pantaleev
01c31dd849
Enable `allow_public_rooms_over_federation` by default for Synapse
2 years ago
renovate[bot]
5345125e49
Update ajbura/cinny Docker tag to v3
2 years ago
Aine
1eb78c97c0
Update MSC1929 integration
2 years ago
Slavi Pantaleev
e87f5c11d7
Attempt to make Renovate work for docker.io/devture/exim-relay
It seems like with the default versioning detection strategy (`docker`),
the version is detected up to the hyphen:
> Renovate tries to follow the most common conventions that are used to tag Docker images.
> In particular, Renovate treats the text after the first hyphen as a type of platform/compatibility indicator.
Perhaps with `semver` would be more appropriate for this image.
More details in: https://docs.renovatebot.com/modules/versioning/
2 years ago
renovate[bot]
6192e81001
Update devture/matrix-corporal Docker tag to v2.6.0
2 years ago
Slavi Pantaleev
4a3f132cef
Upgrade exim-relay (4.96-r1-0 -> 4.96.2-r0-0)
2 years ago
Aine
b2dd4bd1a4
Fix matrix_synapse_oidc_providers parsing
2 years ago
renovate[bot]
4dc9a67b2a
Update matrixdotorg/matrix-user-verification-service Docker tag to v3
2 years ago
renovate[bot]
d985f115d2
Update ghcr.io/matrix-org/rageshake Docker tag to v1.11.0
2 years ago
renovate[bot]
974d66cffe
Update folivonet/matrix-sms-bridge Docker tag to v0.5.8
2 years ago
Aine
8ca935fca9
Update mautrix-whatsapp 0.10.2 -> 0.10.3
2 years ago
Aine
153a582e98
Update mautrix-gmessages 0.2.0 -> 0.2.1
2 years ago
Aine
7ba5dee782
Update mautrix-discord 0.6.2 -> 0.6.3
2 years ago
Slavi Pantaleev
c301c06a53
Add support for injecting additional environment-variables into sliding-sync
2 years ago
Slavi Pantaleev
2441cf3ab1
Upgrade sliding-sync (v0.99.10 -> v0.99.11)
2 years ago
Slavi Pantaleev
954634b580
Make ansible-lint happy
2 years ago
slikie
37195d49dc
Update main.yml
2 years ago
Slavi Pantaleev
15763e5418
Upgrade Element (v1.11.45 -> v1.11.46)
2 years ago
Slavi Pantaleev
dc9ff4e01b
Add support for external-IP-address-autodetection to Coturn
2 years ago
Slavi Pantaleev
ccbff150cd
Upgrade ddclient (v3.10.0-ls135 -> v3.10.0-ls136)
2 years ago
Julian Foad
3e43b9d1c7
client-hydrogen: remove unrelated change (docker push)
2 years ago
Julian Foad
408aec7d5b
client-hydrogen: fix self-build
Self-build now requires the new docker buildx/buildkit, so switch
from the ansible docker module to running a docker build command,
like elsewhere.
2 years ago
Samuel Meenzen
cfefc36477
fix: correct vector-im image name for renovate
2 years ago
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 years ago
Slavi Pantaleev
11b032f3ad
Pass media_url and displayname to Heisenbridge - do not make it guess
Without explicitly passing the `media_url` configuration,
Heisenbridge would try to guess it. It works most of the time,
but some people are experiencing trouble with it.
There's no need for wasteful work and for potential unreliability,
so we now configure the `media_url` explicitly.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2932
2 years ago
Slavi Pantaleev
c8e0f35c94
Upgrade Coturn (4.6.2-r4 -> 4.6.2-r5)
2 years ago
Slavi Pantaleev
21ef495c2e
Upgrade mautrix-googlechat (v0.5.0 -> v0.5.1)
2 years ago
Slavi Pantaleev
593b3157b9
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
2 years ago