Slavi Pantaleev
ef7acce94b
Upgrade Synapse (1.52.0 -> 1.53.0)
vor 4 Jahren
Slavi Pantaleev
5a69c899a3
Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0.2)
For now, we disable the new `com.devture.shared_secret_auth` login type
by default, because it causes problems with Element:
https://github.com/vector-im/element-web/issues/19605
This also becomes the first module to use the new Synapse module system
that got introduced in Synapse v1.46.0.
Despite these upgrades, things should remain functionally identical
as far as bridges, matrix-corporal or other consumers are concerned.
vor 4 Jahren
Slavi Pantaleev
5163aa643a
Upgrade Synapse (1.51.0 -> 1.52.0)
This also removes the `matrix_synapse_version_arm64` variable we've
been dragging around for a long time.
Since https://github.com/matrix-org/synapse/pull/11810 , a multiarch Synapse
container image (for AMD64 and ARM64) is released at the same time.
vor 4 Jahren
Slavi Pantaleev
86c36523df
Replace ExecStopPost with ExecStop
Reverts b1b4ba501fdfaa, 90c9801c560b6, a3c84f78ca9c65a, ..
I haven't really traced it (yet), but on some servers, I'm observing
`ansible-playbook ... --tags=start` completing very slowly, waiting
to stop services. I can't reproduce this on all Matrix servers I manage.
I suspect that either the systemd version is to blame or that some
specific service is not responding well to some `docker kill/rm` command.
`ExecStop` seems to work great in all cases and it's what we've been
using for a very long time, so I'm reverting to that.
vor 4 Jahren
Slavi Pantaleev
cf46b7fed5
Upgrade Synapse (1.50.2 -> 1.51.0)
vor 4 Jahren
Aaron Raimist
ff94d815e1
Upgrade synapse-simple-antispam (0.0.3 -> 0.0.7)
vor 4 Jahren
Slavi Pantaleev
5f22371c23
Upgrade Synapse (1.49.2 -> 1.50.0)
vor 4 Jahren
Slavi Pantaleev
b1b4ba501f
Replace ExecStop with ExecStopPost
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.
Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
vor 4 Jahren
Slavi Pantaleev
280c6c5424
Add |to_json
vor 4 Jahren
Alejo Diaz
297ed9ce36
Add encryption_enabled_by_default_for_room_type
This commit simply add encryption_enabled_by_default_for_room_type
variable.
Signed-off-by: Alejo Diaz <xlejo@protonmail.com>
vor 4 Jahren
Slavi Pantaleev
01b6bba9d7
Make Synapse's url_preview_accept_language default to 'en-US, en'
Related to https://github.com/matrix-org/synapse/issues/11604
Getting an upstream fix is preferable. In any case, it's probably nice
to have this defined explicitly in our configuration. This way, people
can more easily discover that they can override the URL preview
language.
vor 4 Jahren
Slavi Pantaleev
5be1310541
Upgrade Synapse (1.48.0 -> 1.49.0)
vor 4 Jahren
SkepticalWaves
bbab82ee64
Fix email sending broken by #1406
vor 4 Jahren
Slavi Pantaleev
1472958e25
Upgrade Synapse (1.47.1 -> 1.48.0)
vor 4 Jahren
rakshazi
d41e9230da
expose smtp_user and smtp_pass to ansible configs (role: matrix-synapse)
vor 4 Jahren
Slavi Pantaleev
e1a6d1e4b2
Upgrade Synapse (1.46.0 -> 1.47.0)
We had to remove UID/GID environment variables that we used to pass
to the Synapse container, because it was causing a problem after
https://github.com/matrix-org/synapse/pull/11209
We were using both `--user` and UID/GID environment variables until now.
vor 4 Jahren
boris runakov
d3a9ec98de
refactoring
vor 4 Jahren
boris runakov
1ec67f49b0
replaced 8008 where possible
vor 4 Jahren
iucca
ae122466fc
updated whatsapp config
vor 4 Jahren
Slavi Pantaleev
c1bc7b9f93
Rename variables to prevent confusion
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1397
and https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1399
vor 4 Jahren
Slavi Pantaleev
ba48aa70f7
Fix variable name typo
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1397
vor 4 Jahren
Slavi Pantaleev
edf63bfdd7
Add some to_json invocations
vor 4 Jahren
boris runakov
8c3e25de1b
renamed var to matrix_synapse_container_federation_api_port
vor 4 Jahren
b
07496069c8
rellocating variables for consistency
vor 4 Jahren
iucca
1d0e594def
updated whatsapp config, backfill doesn't work
vor 4 Jahren
b
afccc2b11f
make 8448 configurable instead of hard coded
vor 4 Jahren
b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
vor 4 Jahren
Slavi Pantaleev
7b8b595e81
Upgrade Synapse (1.45.1 -> 1.46.0)
vor 4 Jahren
Slavi Pantaleev
278bbae4d5
Upgrade Synapse (1.43.0 -> 1.44.0)
vor 4 Jahren
Slavi Pantaleev
7934cde90f
Upgrade Synapse (1.42.0 -> 1.43.0)
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1287
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1288
.. but does it in a more complete way
vor 4 Jahren
Slavi Pantaleev
0faad74a44
Upgrade Synapse (1.41.1 -> 1.42.0)
vor 4 Jahren
Slavi Pantaleev
a4db9557db
Update homeserver.yaml to match the one in Synapse v1.41.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1247
vor 4 Jahren
Michael Collins
98e6cd685d
sync with previous repo
vor 4 Jahren
Toni Spets
bce94c5860
Allow configuring synapse database transaction limit
vor 4 Jahren
Slavi Pantaleev
05ad620386
Update homeserver.yaml to keep up with Synapse v1.40.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1225
vor 4 Jahren
Slavi Pantaleev
179775b92d
Upgrade Synapse (1.38.1 -> 1.39.0)
vor 4 Jahren
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
vor 4 Jahren
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
vor 4 Jahren
Slavi Pantaleev
3da4b684a5
Upgrade Synapse (1.36.0 -> 1.37.0)
vor 4 Jahren
Slavi Pantaleev
9daeb39710
Upgrade Synapse (1.35.1 -> 1.36.0)
vor 4 Jahren
Michael-GMH
122a92fa1c
GoMatrixHosting v0.4.9 update
vor 4 Jahren
Slavi Pantaleev
b1f1c28ef0
Upgrade Synapse (1.34.0 -> 1.35.0)
vor 4 Jahren
Michael-GMH
ad7bbd6442
merge upstream
vor 4 Jahren
Michael-GMH
85777e8f96
merge with upstream
vor 4 Jahren
Ahmad Haghighi
209d59070e
Avoiding if(s), fix #1083
Conversation: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1083#discussion_r638671860
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
vor 4 Jahren
Ahmad Haghighi
ee088d5d46
Synapse LDAP auth: add support for Active Directory
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
vor 4 Jahren
Slavi Pantaleev
d156c8caa2
Upgrade Synapse (1.33.2 -> 1.34.0)
vor 4 Jahren
Slavi Pantaleev
d4d1e2e922
Upgrade Synapse (1.32.2 -> 1.33.0)
vor 4 Jahren
Slavi Pantaleev
e3fa3e12bc
Upgrade Synapse (1.31 -> 1.32.2)
vor 4 Jahren
Slavi Pantaleev
378fabf177
Revert "Upgrade Synapse (1.31 -> 1.32.1)"
This reverts commit 1fb54a37cb .
Seems like it's been pulled or something. It used to exist, but not
anymore. Not sure what's going on.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1017
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
vor 4 Jahren