Slavi Pantaleev
7d26dabc2f
Add defaults for matrix_hookshot_queue_host and matrix_hookshot_queue_port
пре 2 година
Slavi Pantaleev
74f91138c9
Fix syntax for connecting to additional networks for Hookshot
пре 2 година
Slavi Pantaleev
ca7b41f3f2
Fix indentation and remove unnecessary if-statements
пре 2 година
Slavi Pantaleev
ac4a918d58
Add missing --network for Hookshot
This seems to have been removed by accident.
пре 2 година
Joshua Hoffmann
98ad182eac
Add defaults for Hookshot's encryption
пре 2 година
Joshua Hoffmann
4f835e0560
use safer mount options for the container's files
пре 2 година
Joshua Hoffmann
8c93327e25
fix filename
пре 2 година
Joshua Hoffmann
06047763bb
Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2
change the if statement to not require a variable with a length > 0 and add a filter to json for the redis host
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
пре 2 година
Joshua Hoffmann
e55d769465
clarify that Redis is required, standardadise on Hookshot with an upper-case first letter for consistency
пре 2 година
Joshua Hoffmann
66706e4535
Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2
fix for a typo
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
пре 2 година
Joshua Hoffmann
e5d34002fd
Add Jinja loop to allow adding multiple networks
пре 2 година
Joshua Hoffmann
69f947782d
split if statements for the message queue and experimental encryption support into seperate statements
пре 2 година
Joshua Hoffmann
4c13be1c89
change variable name per spantaleev's suggestion ( https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2979#discussion_r1379015551 )
пре 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 година