Luke D Iremadze
5c0279f0c9
Update roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
vor 2 Jahren
Luke D Iremadze
2f4428bf5b
Update roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
vor 2 Jahren
Luke D Iremadze
130c278a3c
Update roles/custom/matrix-synapse/defaults/main.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
vor 2 Jahren
Luke D Iremadze
1f0da9f744
Create hooks for user search ability
vor 2 Jahren
Luke Moch
e4498f9568
Fix for hookshot validation failure
vor 2 Jahren
Aine
0a3e93e47c
Update chatgpt 3.1.0 -> 3.1.2
vor 2 Jahren
Aine
3f89e61915
Update mautrix-instagram 0.2.3 -> 0.3.0
vor 2 Jahren
Aine
4acb54f796
Update mautrix-facebook 0.4.1 -> 0.5.0
vor 2 Jahren
Catalan Lover
795ce3e21d
Update Draupnir to 1.83.0 from 1.82.0
vor 2 Jahren
Slavi Pantaleev
e53c6c8020
Revert "Revert "Update hookshot 4.0.0 -> 4.1.0""
This reverts commit f98f803b44 .
As the docker image has been released for this version we can now upgrade to this version
vor 2 Jahren
Sergio Durigan Junior
dca6db15da
Fix prefix path when loading Hydrogen's theme-element.json
This is needed when using a prefix path that doesn't end with a slash.
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
vor 2 Jahren
Luke D Iremadze
67bcf4bc8a
Updates to the Postmoogle documentation
vor 2 Jahren
Aine
c36fd8cfc2
Update synapse 1.84.0 -> 1.84.1
vor 2 Jahren
Aine
b9d9a41ea6
update mautrix-telegram 0.13.0 -> 0.14.0
vor 2 Jahren
Slavi Pantaleev
f98f803b44
Revert "Update hookshot 4.0.0 -> 4.1.0"
This reverts commit 428f7a1f75 .
Looks like it won't become a tagged image until a "release" is posted.
vor 2 Jahren
Slavi Pantaleev
c55371e305
Add changelog entry for the forget_rooms_on_leave default change for Synapse
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2698
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2700
vor 2 Jahren
Catalan Lover
4b30c4d812
Update Draupnir from 1.80.1 to 1.82.0
vor 2 Jahren
Aine
428f7a1f75
Update hookshot 4.0.0 -> 4.1.0
vor 2 Jahren
Aine
9350eeb9fb
update synapse 1.83.0 -> 1.84.0; set forget_rooms_on_leave = true
vor 2 Jahren
Aine
86abe0680a
Update mautrix-twitter 0.1.5 -> 0.1.6
vor 2 Jahren
Slavi Pantaleev
b71375fac7
Disable healthcheck for Synapse workers which serve no web traffic
This was mostly affecting the stream writer (events) worker, which was
being reported as unhealthy. It wasn't causing any issues, but it just
looked odd and was confusing people.
As an alternative to hitting the regular `/health` healthcheck route (on
the "client" API which this stream writer does not expose),
we may have went for hitting some "replication" API endpoint instead.
This is more complicated and likely unnecessary.
vor 2 Jahren
Slavi Pantaleev
aa44a277f6
Fix service name for Honoroit metrics
vor 2 Jahren
Slavi Pantaleev
2083b10f1a
Fix syntax error
vor 2 Jahren
Slavi Pantaleev
8f903fa621
Make Honoroit respect matrix_bot_honoroit_path_prefix when building the metrics path
vor 2 Jahren
Slavi Pantaleev
88c7cf21f7
Make Honoroit not try to capture all matrix.DOMAIN traffic
It only serves a metrics endpoint, so it shouldn't try to capture
anything else.
vor 2 Jahren
Aine
dc4b4d87d2
Update mautrix-signal 0.4.2 -> 0.4.3
vor 2 Jahren
Aine
3b28e29b8e
update mautrix-discord 0.3.0 -> 0.4.0
vor 2 Jahren
Aine
c8aecef881
update mautrix-whatsapp 0.8.4 -> 0.8.5
vor 2 Jahren
Slavi Pantaleev
8fbe99ac2a
Do not add main/master Synapse process to instance_map if workers are not in use
This is meant to keep the configuration tidy for non-worker setups.
Related to 49cb8b7b11
vor 2 Jahren
Slavi Pantaleev
49cb8b7b11
Add Synapse main/master process to instance map
Related to https://github.com/matrix-org/synapse/pull/15491
This doesn't hurt to be done early on, while still on Synapse v1.83.0.
We'll be able to remove the `worker_replication_*` settings later,
when Synapse v1.84.0 gets released and starts making use of the new
`main` instance in the instance map instead of looking at the
`worker_replication_*` settings.
vor 2 Jahren
Slavi Pantaleev
a6a32f24f7
Add changed_when to Dendrite self-building task to make ansible-lint happy
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2674
vor 2 Jahren
Slavi Pantaleev
1649065a4d
Fix yamllint-reported errors in matrix-dendrite
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2674
vor 2 Jahren
Isaiah Becker-Mayer
d448cade3a
Moves matrix_dendrite_container_image_self_build
to a conditional block, similar to synapse. Also adds the
DOCKER_BUILDKIT=1 explicitly to ensure buildkit is used.
vor 2 Jahren
Aine
20a04a0261
Update element v1.11.30 -> v1.11.31
vor 2 Jahren
darsh12
8c0def5dfe
Update main.yml
update matrix_bot_chatgpt_version to 3.1.0
vor 2 Jahren
Slavi Pantaleev
c1462c6277
Upgrade Synapse (v1.82.0 -> v1.83.0)
vor 2 Jahren
Isaiah Becker-Mayer
2bd94a52bb
Adds self build option for dendrite
vor 2 Jahren
Aine
ed5cf04306
nginx: fix base domain configuration to allow serving custom content
vor 2 Jahren
Slavi Pantaleev
8ef23a655d
Restore --tags=import-synapse-sqlite-db support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2669
Removed in 04b9483f0d (2022-11-28) when switching from matrix-postgres to
the devture-postgres external Ansible role.
More details: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#matrix-postgres-has-been-replaced-by-the-comdevtureansiblerolepostgres-external-role
The `import_synapse_sqlite_db.yml` file and documentation has been adapted somewhat compared to before, so that:
- it doesn't try to start Postgres automatically. You need to handle
this part manually
- it doesn't rely on the integrated Postgres and may potentially work
with external Postgres instances just the same
- it doesn't wipe out the whole database anymore. By default, we assume
it's empty anyway and there's no need for such things. If it's not,
then it's also probably dangerous to be so destructive.
This is all completely untested, but will hopefully work.
vor 2 Jahren
Slavi Pantaleev
1e1ab70965
Make use of matrix_synapse_container_network in the matrix-synapse role
It's the same as `matrix_docker_network` for now, so this practically
doesn't change anything.
vor 2 Jahren
Yousef Amar
39ae66602c
Update signald version
0.23.1 no longer syncs groups properly, the solution is to use 0.23.2, which works as expected
vor 2 Jahren
Thom Wiggers
4dae3f0fab
Update IRC appservice to 0.38.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.38.0
vor 2 Jahren
Aine
34ffeb5f2f
Update hookshot 3.2.0 -> 4.0.0
vor 2 Jahren
Slavi Pantaleev
2d051679c0
Ensure instance_map.port is numeric
Fixup related to https://github.com/matrix-org/synapse/pull/15431
vor 2 Jahren
Slavi Pantaleev
c8215c98e7
Load `/capabilities` endpoint on workers
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2656
- e4a25d022c
vor 2 Jahren
Slavi Pantaleev
905f0214cd
Load `/directory/room/{roomAlias}` endpoint on workers
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2656
- 4af0aec54d
vor 2 Jahren
Aine
1762fc18f3
Update synapse 1.81.0 -> 1.82.0
vor 2 Jahren
Aine
4abd46de42
Update element v1.11.29 -> v1.11.30
vor 2 Jahren
Slavi Pantaleev
15884b64c8
Fix ansible-lint-reported errors
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2654
vor 2 Jahren
Aine
f0be907971
create honoroit docker network
vor 2 Jahren