Pierre 'McFly' Marty
3dc4923e6e
fix: signalgo puppet-ed user regex
Co-authored-by: lon <114724657+longregen@users.noreply.github.com>
2年前
Pierre 'McFly' Marty
6bd581ef7f
refactor: update links to avoid future issue
2年前
Pierre 'McFly' Marty
4a8d8d8ce5
fix: hydrogen client docker/sources url
2年前
Pierre 'McFly' Marty
173286470c
fix: signalgo starts properly
2年前
Pierre 'McFly' Marty
a42aacb41c
fix: remove unsued signalgo-daemon.service
2年前
Pierre 'McFly' Marty
7a83c2026c
fix: escape jinja '.'
2年前
Pierre 'McFly' Marty
0f7b89523f
feat: enroll signalgo to nginx proxy
2年前
Pierre 'McFly' Marty
69a7847097
feat: add files for signalgo installation
2年前
Slavi Pantaleev
abd0823554
Add some parenthesis in if statement
2年前
axiopaladin
da039614fd
updated MMR yaml defaults and docs for basic dendrite support
2年前
renovate[bot]
fe6a586428
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.5
2年前
slikie
dee3de0bcb
bump synapse version
2年前
renovate[bot]
308b816d0c
Update halfshot/matrix-hookshot Docker tag to v4.7.0
2年前
Slavi Pantaleev
c2605cd3cc
Optimize matrix-heisenbridge container stopping time
2年前
Slavi Pantaleev
6b04afb49a
Optimize matrix-bot-chatgpt container stopping time
2年前
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2年前
renovate[bot]
26f45976f5
chore(deps): update vectorim/element-web docker tag to v1.11.51
2年前
Michael Hollister
e55d3a7366
Added missing angle brackets
2年前
Michael Hollister
cedeedcc06
Added config validation for matrix media repo
2年前
Michael Hollister
85005d1b0b
Fixed linting warnings
2年前
Michael Hollister
305e3afb1b
Updated matrix media repo to v1.3.3
2年前
renovate[bot]
d318d8cf8a
chore(deps): update ghcr.io/matrix-org/sliding-sync docker tag to v0.99.13
2年前
Aine
95c2db3bb3
mautrix: allow relay access by default, closes #3014
2年前
Aine
5b6fc8d547
buscarron: migrate to native /metrics auth
2年前
Slavi Pantaleev
910166effd
Upgrade Synapse (v1.96.1 -> v1.97.0)
2年前
renovate[bot]
22567043e4
chore(deps): update dock.mau.dev/mautrix/telegram docker tag to v0.15.0
2年前
renovate[bot]
3bcd0138d4
chore(deps): update linuxserver/ddclient docker tag to v3.11.2
2年前
renovate[bot]
ba0d86370a
Update matrixdotorg/sygnal Docker tag to v0.13.0
2年前
Slavi Pantaleev
36c94b9364
Fix potential Docker apt repository signed-by conflict on Debian-based systems
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2999
Related to https://github.com/geerlingguy/ansible-role-docker/pull/410
2年前
renovate[bot]
ce23a645b4
Update vectorim/element-web Docker tag to v1.11.50
2年前
renovate[bot]
d6db0ef729
Update halfshot/matrix-hookshot Docker tag to v4.6.0
2年前
Aine
743d580daa
Update synapse-s3-storage-provider
looks like newer version is required for synapse 1.96.1
2年前
Slavi Pantaleev
3dc77c4f9a
Upgrade Synapse (v1.96.0 -> v1.96.1)
2年前
renovate[bot]
147798a69f
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.10.4
2年前
renovate[bot]
1ca21c6a4f
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.2.2
2年前
renovate[bot]
87bc059065
Update dock.mau.dev/mautrix/discord Docker tag to v0.6.4
2年前
renovate[bot]
35c20d7531
Update matrixdotorg/synapse Docker tag to v1.96.0
2年前
renovate[bot]
be70430290
Update matrixdotorg/mjolnir Docker tag to v1.6.5
2年前
Slavi Pantaleev
706df484cc
Upgrade Element (v1.11.48 -> v1.11.49)
2年前
renovate[bot]
e6be3709f0
Update ghcr.io/matrix-org/sliding-sync Docker tag to v0.99.12
2年前
T. Küchel
81ee0749c8
Update matrix-domain.conf.j2 - trying to fix issue #2954 ( #2985 )
* 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.
* Update matrix-domain.conf.j2
also change the order of "set $backend" and "rewrite" here in the 3pid registration section
* 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.
* 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.
* matrix-domain.conf.j2 - fix-2954: change all whitespaces to tabs as you do it
---------
Co-authored-by: Tobias Küchel <t.kuechel@humboldt-ka.de>
2年前
Slavi Pantaleev
a88a4c2b82
Use regex-enabled location blocks when matching with regex
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2986
2年前
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年前
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年前
renovate[bot]
8d87b5c951
Update vectorim/element-web Docker tag to v1.11.48
2年前
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年前
Slavi Pantaleev
4ff9b0d6a5
Upgrade Heisenbridge (1.14.5 -> 1.14.6)
2年前
Aine
090737773f
Update synapse 1.95.0 -> 1.95.1
2年前
Aine
9df69e017b
Update cinny 3.1.0 -> 3.2.0
2年前
Ant Somers
a53ae8a2fc
Fix matrix-user-verification-service file
Related to #2375 , #2975 , and #2847
2年前