Slavi Pantaleev
7d26dabc2f
Add defaults for matrix_hookshot_queue_host and matrix_hookshot_queue_port
2023-12-16 09:08:19 +02:00
Slavi Pantaleev
74f91138c9
Fix syntax for connecting to additional networks for Hookshot
2023-12-16 09:06:17 +02:00
Slavi Pantaleev
ca7b41f3f2
Fix indentation and remove unnecessary if-statements
2023-12-16 09:05:28 +02:00
Slavi Pantaleev
ac4a918d58
Add missing --network for Hookshot
...
This seems to have been removed by accident.
2023-12-16 09:04:44 +02:00
Joshua Hoffmann
98ad182eac
Add defaults for Hookshot's encryption
2023-12-15 22:37:40 +01:00
Joshua Hoffmann
4f835e0560
use safer mount options for the container's files
2023-12-15 22:28:52 +01:00
Joshua Hoffmann
8c93327e25
fix filename
2023-12-15 22:26:01 +01:00
Joshua Hoffmann
03a7bb6e77
Merge branch 'HarHarLinks/hookshot-encryption' of https://github.com/real-joshua/matrix-docker-ansible-deploy into HarHarLinks/hookshot-encryption
2023-12-15 22:23:44 +01:00
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>
2023-12-15 22:15:54 +01:00
Joshua Hoffmann
e55d769465
clarify that Redis is required, standardadise on Hookshot with an upper-case first letter for consistency
2023-12-15 22:13:50 +01:00
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>
2023-12-15 22:08:20 +01:00
Joshua Hoffmann
f6aaeb9a16
Merge branch 'master' into HarHarLinks/hookshot-encryption
2023-12-15 00:22:34 +01:00
Joshua Hoffmann
e5d34002fd
Add Jinja loop to allow adding multiple networks
2023-12-15 00:09:27 +01:00
Joshua Hoffmann
69f947782d
split if statements for the message queue and experimental encryption support into seperate statements
2023-12-14 23:52:41 +01:00
Joshua Hoffmann
4c13be1c89
change variable name per spantaleev's suggestion ( https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2979#discussion_r1379015551 )
2023-12-14 23:31:19 +01:00
Slavi Pantaleev
abd0823554
Add some parenthesis in if statement
2023-12-14 09:09:10 +02:00
axiopaladin
da039614fd
updated MMR yaml defaults and docs for basic dendrite support
2023-12-13 22:36:43 -05:00
Slavi Pantaleev
6ecb973e61
Merge pull request #3035 from slikie/slikie-patch-1
...
Update synapse 1.97.0 -> 1.98.0
2023-12-12 22:26:35 +02:00
renovate[bot]
fe6a586428
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.5
2023-12-12 19:43:12 +00:00
slikie
dee3de0bcb
bump synapse version
2023-12-13 02:25:06 +08:00
renovate[bot]
308b816d0c
Update halfshot/matrix-hookshot Docker tag to v4.7.0
2023-12-06 14:28:23 +00:00
Slavi Pantaleev
c2605cd3cc
Optimize matrix-heisenbridge container stopping time
2023-12-06 12:13:06 +02:00
Slavi Pantaleev
6b04afb49a
Optimize matrix-bot-chatgpt container stopping time
2023-12-06 12:11:53 +02:00
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2023-12-06 11:52:23 +02:00
Slavi Pantaleev
66bb426f10
Merge pull request #3021 from Michael-Hollister/michael/update-media-repo-v1-3-3
...
Updated matrix media repo to v1.3.3
2023-12-06 08:40:17 +02:00
renovate[bot]
26f45976f5
chore(deps): update vectorim/element-web docker tag to v1.11.51
2023-12-06 06:32:33 +00:00
Michael Hollister
e55d3a7366
Added missing angle brackets
2023-12-05 23:38:34 -06:00
Michael Hollister
cedeedcc06
Added config validation for matrix media repo
2023-12-05 23:35:05 -06:00
Michael Hollister
85005d1b0b
Fixed linting warnings
2023-12-04 13:26:13 -06:00
Michael Hollister
305e3afb1b
Updated matrix media repo to v1.3.3
2023-12-04 12:37:39 -06:00
renovate[bot]
d318d8cf8a
chore(deps): update ghcr.io/matrix-org/sliding-sync docker tag to v0.99.13
2023-12-04 14:18:28 +00:00
Slavi Pantaleev
1e833d602c
Merge pull request #3016 from etkecc/mautrix-permissions
...
mautrix: allow relay access by default, closes #3014
2023-11-29 16:40:25 +02:00
Aine
95c2db3bb3
mautrix: allow relay access by default, closes #3014
2023-11-29 13:32:14 +02:00
Aine
5b6fc8d547
buscarron: migrate to native /metrics auth
2023-11-29 13:23:57 +02:00
Slavi Pantaleev
910166effd
Upgrade Synapse (v1.96.1 -> v1.97.0)
2023-11-28 19:15:07 +02:00
renovate[bot]
22567043e4
chore(deps): update dock.mau.dev/mautrix/telegram docker tag to v0.15.0
2023-11-26 21:10:12 +00:00
renovate[bot]
3bcd0138d4
chore(deps): update linuxserver/ddclient docker tag to v3.11.2
2023-11-23 13:22:29 +00:00
renovate[bot]
ba0d86370a
Update matrixdotorg/sygnal Docker tag to v0.13.0
2023-11-21 16:55:17 +00:00
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
2023-11-21 15:41:00 +02:00
renovate[bot]
ce23a645b4
Update vectorim/element-web Docker tag to v1.11.50
2023-11-21 12:41:08 +00:00
renovate[bot]
d6db0ef729
Update halfshot/matrix-hookshot Docker tag to v4.6.0
2023-11-20 19:04:00 +00:00
Aine
743d580daa
Update synapse-s3-storage-provider
...
looks like newer version is required for synapse 1.96.1
2023-11-17 19:35:28 +02:00
Slavi Pantaleev
3e696594b4
Merge pull request #2994 from spantaleev/renovate/matrixdotorg-synapse-1.x
...
Update matrixdotorg/synapse Docker tag to v1.96.0
2023-11-17 16:12:01 +02:00
Slavi Pantaleev
3dc77c4f9a
Upgrade Synapse (v1.96.0 -> v1.96.1)
2023-11-17 16:11:55 +02:00
Slavi Pantaleev
918b2cb79e
Merge pull request #2995 from spantaleev/renovate/dock.mau.dev-mautrix-discord-0.x
...
Update dock.mau.dev/mautrix/discord Docker tag to v0.6.4
2023-11-17 07:53:17 +02:00
Slavi Pantaleev
5cc06383dd
Merge pull request #2996 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.2.2
2023-11-17 07:52:52 +02:00
renovate[bot]
147798a69f
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.10.4
2023-11-17 04:52:47 +00:00
renovate[bot]
1ca21c6a4f
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.2.2
2023-11-17 01:23:32 +00:00
renovate[bot]
87bc059065
Update dock.mau.dev/mautrix/discord Docker tag to v0.6.4
2023-11-17 01:23:28 +00:00
renovate[bot]
35c20d7531
Update matrixdotorg/synapse Docker tag to v1.96.0
2023-11-16 20:12:41 +00:00