Slavi Pantaleev
edf63bfdd7
Add some to_json invocations
il y a 4 ans
boris runakov
8c3e25de1b
renamed var to matrix_synapse_container_federation_api_port
il y a 4 ans
b
07496069c8
rellocating variables for consistency
il y a 4 ans
b
afccc2b11f
make 8448 configurable instead of hard coded
il y a 4 ans
b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
il y a 4 ans
Slavi Pantaleev
7b8b595e81
Upgrade Synapse (1.45.1 -> 1.46.0)
il y a 4 ans
Slavi Pantaleev
278bbae4d5
Upgrade Synapse (1.43.0 -> 1.44.0)
il y a 4 ans
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
il y a 4 ans
Slavi Pantaleev
0faad74a44
Upgrade Synapse (1.41.1 -> 1.42.0)
il y a 4 ans
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
il y a 4 ans
Michael Collins
98e6cd685d
sync with previous repo
il y a 4 ans
Toni Spets
bce94c5860
Allow configuring synapse database transaction limit
il y a 4 ans
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
il y a 4 ans
Slavi Pantaleev
179775b92d
Upgrade Synapse (1.38.1 -> 1.39.0)
il y a 4 ans
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
il y a 4 ans
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
il y a 4 ans
Slavi Pantaleev
3da4b684a5
Upgrade Synapse (1.36.0 -> 1.37.0)
il y a 4 ans
Slavi Pantaleev
9daeb39710
Upgrade Synapse (1.35.1 -> 1.36.0)
il y a 4 ans
Michael-GMH
122a92fa1c
GoMatrixHosting v0.4.9 update
il y a 4 ans
Slavi Pantaleev
b1f1c28ef0
Upgrade Synapse (1.34.0 -> 1.35.0)
il y a 4 ans
Michael-GMH
ad7bbd6442
merge upstream
il y a 4 ans
Michael-GMH
85777e8f96
merge with upstream
il y a 4 ans
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>
il y a 4 ans
Ahmad Haghighi
ee088d5d46
Synapse LDAP auth: add support for Active Directory
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
il y a 4 ans
Slavi Pantaleev
d156c8caa2
Upgrade Synapse (1.33.2 -> 1.34.0)
il y a 4 ans
Slavi Pantaleev
d4d1e2e922
Upgrade Synapse (1.32.2 -> 1.33.0)
il y a 4 ans
Slavi Pantaleev
e3fa3e12bc
Upgrade Synapse (1.31 -> 1.32.2)
il y a 4 ans
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
il y a 4 ans
Slavi Pantaleev
1fb54a37cb
Upgrade Synapse (1.31 -> 1.32.1)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
il y a 4 ans
Slavi Pantaleev
ca786cc343
Revert "Upgrade Synapse (1.31 -> 1.32)"
This reverts commit f825c7c263 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
il y a 4 ans
Slavi Pantaleev
f825c7c263
Upgrade Synapse (1.31 -> 1.32)
il y a 4 ans
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
il y a 4 ans
Slavi Pantaleev
3f426de599
Upgrade Synapse (1.30.1 -> 1.31.0)
il y a 5 ans
Slavi Pantaleev
d09609daa8
Fix Jinja2 syntax error
Fixes a regression introduced in ffe649a240
il y a 5 ans
Slavi Pantaleev
ffe649a240
Update homeserver.yaml to keep up with Synapse v1.30.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/958
il y a 5 ans
Slavi Pantaleev
f99dcd611f
Pass proper UID/GID to Synapse
Fixes a regression caused by a5ee39266c .
If the user id and group id were different than 991:991
(which used to be a hardcoded default for us long ago),
there was a mismatch between what Synapse was trying to use (991:991)
and what it was actually started with (in `--user=..`). It was then
trying to change ownership, which was failing.
This was mostly affecting newer installations which were not using the
991:991 defaults we had long ago (since a1c5a197a9 ).
il y a 5 ans
Slavi Pantaleev
a5ee39266c
Go through start.py when launching Synapse
This allows us to benefit from helpful things it does for us,
like enabling jemalloc: https://github.com/matrix-org/synapse/pull/8553
We weren't going through `start.py` before, because it was causing some
conflict with our `docker run --user=...` stuff, but it doesn't seem
to be a problem anymore.
Having done this, we won't need to do things like
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/941
anymore.
il y a 5 ans
Michael
5a6bdb0c3d
merge upstream
il y a 5 ans
Pablo Montepagano
52fe8a05b0
Adding vars to synapse for private servers.
il y a 5 ans
Slavi Pantaleev
9b72384df7
Upgrade Synapse (1.28.0 -> 1.29.0)
il y a 5 ans
Michael
33ec5710d9
0.2.1 revision
il y a 5 ans
Slavi Pantaleev
ae091d7b2d
Upgrade Synapse (v1.27.0 -> v1.28.0)
il y a 5 ans
Slavi Pantaleev
2ef1d9c537
Make healthchecks work for Synapse worker containers
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/456
il y a 5 ans
Slavi Pantaleev
521160c12f
Upgrade Synapse (v1.26.0 -> v1.27.0)
il y a 5 ans
Slavi Pantaleev
43059bb040
Fix metrics listeners for Synapse workers
`::` leads to errors like:
> socket.gaierror: [Errno -9] Address family for hostname not supported
il y a 5 ans
Slavi Pantaleev
7e8e95a09a
Make S3-mounting path configurable
This will make data migration easier.
il y a 5 ans
Slavi Pantaleev
c6feb0b99e
Upgrade Synapse (v1.25.0 -> v1.26.0)
il y a 5 ans
Slavi Pantaleev
512f42aa76
Do not report docker kill/rm attempts as errors
These are just defensive cleanup tasks that we run.
In the good case, there's nothing to kill or remove, so they trigger an
error like this:
> Error response from daemon: Cannot kill container: something: No such container: something
and:
> Error: No such container: something
People often ask us if this is a problem, so instead of always having to
answer with "no, this is to be expected", we'd rather eliminate it now
and make logs cleaner.
In the event that:
- a container is really stuck and needs cleanup using kill/rm
- and cleanup fails, and we fail to report it because of error
suppression (`2>/dev/null`)
.. we'd still get an error when launching ("container name already in use .."),
so it shouldn't be too hard to investigate.
il y a 5 ans
Slavi Pantaleev
66cdc7bf5a
Clean up worker.yaml generation a bit and make it more flexible
il y a 5 ans
Slavi Pantaleev
1462409b34
Fix worker listening addresses
Not specifying bind addresses for the worker resulted in this warning:
> synapse.app - 47 - WARNING - None - Failed to listen on 0.0.0.0, continuing because listening on [::]
Additionally, metrics listening only on 127.0.0.1 seems like a no-op.
Only having it accessible from within the container is likely not what
we intend. Changed that to all interfaces as well.
Whether it actually gets exposed or not depends on the systemd service
and `matrix_synapse_workers_container_host_bind_address`.
il y a 5 ans