Slavi Pantaleev
dac4df7384
Add arm64 support for rust-synapse-compress-state by switching container image
...
This switches the playbook from devture/rust-synapse-compress-state (a
container image which wraps the upstream-prebuilt amd64 binary of
rust-synapse-compress-state) to registry.gitlab.com/mb-saces/rust-synapse-compress-state
(https://gitlab.com/mb-saces/rust-synapse-compress-state ), which builds
rust-synapse-compress-state from source and provides a multi-arch image
that currently works on amd64 and arm64.
Ideally, we'll stop using `:latest` and arm32 support will be made
available upstream as well at some point.
Discussed here: https://gitlab.com/mb-saces/rust-synapse-compress-state/-/issues/1
2022-03-26 10:31:05 +02:00
Slavi Pantaleev
85627b59ad
Make synapse-compress-state in-container binary path configurable
...
This makes it easier to use another container image for
rust-synapse-compress-state, which may be storing the binary at another
path.
2022-03-26 10:04:21 +02:00
Slavi Pantaleev and GitHub
7863486c4b
Merge pull request #1714 from joecool1029/master
...
Synapse 1.55.0 -> Synapse 1.55.2
2022-03-24 22:19:18 +02:00
Slavi Pantaleev and GitHub
b383c9e637
Merge pull request #1713 from pulmonarycosignerkindness/master
...
Update mjolnir antispam commit hash
2022-03-23 21:24:20 +02:00
Slavi Pantaleev and GitHub
fc37ed89eb
Merge pull request #1712 from FSG-Cat/patch-1
...
Update Mjolnir from 1.3.2 to 1.4.1
2022-03-23 15:48:08 +02:00
Slavi Pantaleev
d04162b275
Upgrade Synapse (1.54.0 -> 1.55.0)
...
`roles/matrix-synapse/vars/workers.yml` has not been updated here,
because running `roles/matrix-synapse/files/workers-doc-to-yaml.awk`
seems to cause some trouble with the current `workers.md` file
available at https://github.com/matrix-org/synapse/raw/master/docs/workers.md ,
namely lots of:
> FIXME: ADDITIONAL CONDITIONS REQUIRED: to be enabled manually
lines and commented out regex lines.
This is something that remains to be investigated/fixed.
2022-03-22 19:41:30 +02:00
Slavi Pantaleev and GitHub
b27456cb24
Merge pull request #1710 from Peetz0r/patch-1
...
Update mautrix-whatsapp 0.2.4 -> 0.3.0
2022-03-22 18:01:28 +02:00
Slavi Pantaleev and GitHub
261d236e96
Merge pull request #1709 from HarHarLinks/master
...
add detailed docs about hookshot's URLs
2022-03-22 17:57:56 +02:00
Slavi Pantaleev and GitHub
5ce3fb96d5
Merge pull request #1706 from turt2live/patch-1
...
Don't recommend that the Dimension admin interface be opened in a web browser
2022-03-18 23:05:27 +02:00
Slavi Pantaleev and GitHub
0d6c0f5df2
Merge pull request #1705 from HarHarLinks/master
...
Fix index in external_prometheus.yml.example.j2
2022-03-18 08:46:15 +02:00
Slavi Pantaleev and GitHub
c305ddd50f
Merge pull request #1703 from thomwiggers/patch-7
...
Update IRC appservice bridge
2022-03-17 23:03:54 +02:00
Slavi Pantaleev
958d089b68
Do not install the ma1sd identity server by default
...
As mentioned in the changelog, this is a breaking change.
2022-03-17 18:00:09 +02:00
Slavi Pantaleev and GitHub
123fe29c68
Merge pull request #1702 from etkecc/patch-1
...
Update Cinny 1.8.1 -> 1.8.2
2022-03-17 18:00:02 +02:00
Slavi Pantaleev and GitHub
2af4a92fa9
Merge pull request #1698 from jimeh/fix-to_nice_yaml
...
fix: avoid yaml being wrapped at column 80 via to_nice_yaml
2022-03-16 09:46:32 +02:00
Slavi Pantaleev and GitHub
3840e6ea6e
Merge pull request #1697 from Sweeny42/master
...
Add check for ma1sd repo changes on image self build
2022-03-16 09:43:44 +02:00
Slavi Pantaleev and GitHub
5cdb3b442c
Merge pull request #1696 from etkecc/patch-2
...
Update Cinny 1.8.0 -> 1.8.1
2022-03-15 22:28:57 +02:00
Slavi Pantaleev and GitHub
78c2bda4d8
Merge pull request #1695 from etkecc/patch-1
...
Update Element 1.10.6 -> 1.10.7
2022-03-15 22:28:24 +02:00
Slavi Pantaleev and GitHub
1df3e2a967
Merge pull request #1694 from HarHarLinks/master
...
add default for matrix_prometheus_scraper_hookshot_enabled
2022-03-15 17:01:08 +02:00
Slavi Pantaleev and GitHub
5eb514b08b
Use |default instead of merely casting to bool
2022-03-15 17:01:00 +02:00
Slavi Pantaleev and GitHub
81f4a4b11e
Merge pull request #1685 from MrAnno/facebook-web-login
...
bridge-mautrix-facebook: add support for web-based login
2022-03-15 08:53:26 +02:00
Slavi Pantaleev and GitHub
3ed079c4d3
Merge pull request #1693 from MrAnno/minor-fixes-and-followups
...
mautrix-facebook, synapse: minor improvements
2022-03-15 08:45:31 +02:00
Slavi Pantaleev and GitHub
7d0c1d4185
Merge pull request #1692 from yncyrydybyl/master
...
beeing a bit more specific how to access the dimension admin interface
2022-03-13 09:44:38 +02:00
Slavi Pantaleev
65f92f043a
Fix mx-puppet-discord container image repository URL
...
Fixup for d8a19e5bf9
2022-03-10 20:14:59 +02:00
Slavi Pantaleev
d8a19e5bf9
Switch to the Beeper-maintained fork of mx-puppet-discord
...
Building mx-puppet-discord appears to have been broken for a while.
Related to:
- https://github.com/matrix-discord/mx-puppet-discord/issues/201
- https://github.com/matrix-discord/mx-puppet-discord/issues/202
- https://github.com/matrix-discord/mx-puppet-discord/issues/203
We'd rather use a fork that is maintained better and by someone who
cares about whether their software works or not, so we'll be using the
Beeper-maintained for from now on.
In the future, we should probably do the same for the Slack bridge
which is also part of the same monorepo
(https://gitlab.com/beeper/mx-puppet-monorepo ).
2022-03-10 12:27:53 +02:00
Slavi Pantaleev
69d2da4d44
Fix whitespace inconsistency
2022-03-10 11:41:41 +02:00
Slavi Pantaleev
1895b01810
Move matrix_container_global_registry_prefix to matrix-base
...
Various roles depend on this. It makes sense to make it part
of the `matrix-base` role.
2022-03-10 11:28:25 +02:00
Slavi Pantaleev
a05bcc98b0
Upgrade Synapse (1.53.0 -> 1.54.0)
2022-03-08 16:58:51 +02:00
Slavi Pantaleev and GitHub
9d2873fd41
Merge pull request #1684 from MrAnno/update-cinny-1.8.0
...
client-cinny: update to v1.8.0
2022-03-08 14:23:02 +02:00
Slavi Pantaleev and GitHub
1ad5700640
Merge pull request #1683 from tctovsli/patch-3
...
Riot is now named Element
2022-03-08 10:22:24 +02:00
Slavi Pantaleev
d5de1e8352
Document that using an external Postgres server has serious downsides
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1679
2022-03-08 09:30:20 +02:00
Slavi Pantaleev and GitHub
5a4dd2b3e8
Merge pull request #1676 from MrAnno/federate-switch-for-portal-rooms
...
"Federate rooms" switch for mautrix bridges
2022-03-08 08:16:25 +02:00
Slavi Pantaleev
8c25ade9fb
Rework matrix_mautrix_twitter_database_* variables a bit
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682
Previously, when matrix-postgres was disabled, we were setting
`matrix_mautrix_twitter_database_engine` to an invalid empty value.
Now, we always hardcode `matrix_mautrix_twitter_database_engine: postgres`,
but set/unset the database hostname and password values instead.
2022-03-08 08:10:40 +02:00
Slavi Pantaleev and GitHub
1bea072484
Merge pull request #1677 from MrAnno/remove-community-support
...
Remove deprecated community options
2022-03-06 08:15:27 +02:00
Slavi Pantaleev and GitHub
20b7e99fe1
Merge pull request #1678 from jimeh/appservice-discord-disable-portal-bridging-option
...
feat(appservice-discord): add disablePortalBridging bridge option
2022-03-06 08:14:05 +02:00
Slavi Pantaleev and GitHub
ffdd949521
Merge pull request #1674 from luismanson/patch-2
...
fix hookshot provisioning url in nginx
2022-03-05 16:24:26 +02:00
Slavi Pantaleev and GitHub
780bc36c78
Merge pull request #1673 from HarHarLinks/master
...
Upgrade Hookshot (1.1.0 -> 1.2.0)
2022-03-04 18:12:55 +02:00
Slavi Pantaleev and GitHub
fb700743f9
Merge pull request #1635 from HarHarLinks/hookshot-urlprefix
...
Update hookshot to respect protocol and custom ports
2022-03-04 07:44:01 +02:00
Slavi Pantaleev and GitHub
950f4d5700
Merge pull request #1672 from Procuria/fix-issue-208
...
Fix empty body for GET requests in hookshot-bridge
2022-03-04 07:39:28 +02:00
Slavi Pantaleev and GitHub
35df276487
Merge pull request #1624 from HarHarLinks/hookshot
...
update hookshot registration.yml
2022-03-03 09:37:45 +02:00
Slavi Pantaleev and GitHub
affe21fc9e
Merge pull request #1666 from spantaleev/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2.4.0 to 3
2022-03-03 09:36:30 +02:00
Slavi Pantaleev and GitHub
9d72f32e64
Merge pull request #1668 from HarHarLinks/hookshot-move
...
hookshot moved to matrix-org namespace
2022-03-03 09:13:11 +02:00
Slavi Pantaleev and GitHub
e3d4c13e04
Merge pull request #1669 from HarHarLinks/hookshot-collision
...
avoid namespace collisions between webhook bridges
2022-03-03 09:12:32 +02:00
Slavi Pantaleev and GitHub
bb4a8b3f3f
Merge pull request #1670 from aaronraimist/mjolnir-1.3.2
...
Upgrade Mjolnir (1.3.1 -> 1.3.2)
2022-03-03 09:10:59 +02:00
Slavi Pantaleev and GitHub
58ed71fee4
Merge pull request #1665 from joecool1029/master
...
Upgrade Element (1.10.5 -> 1.10.6)
2022-03-02 09:03:10 +02:00
Slavi Pantaleev and GitHub
c4edad840e
Merge pull request #1664 from joecool1029/patch-1
...
Upgrade Element (1.10.4 -> 1.10.5)
2022-03-01 09:57:24 +02:00
Slavi Pantaleev and GitHub
fbddd0ee0c
Merge pull request #1663 from GoMatrixHosting/master
...
GoMatrixHosting v0.7.0
2022-02-27 11:43:58 +02:00
Slavi Pantaleev and GitHub
a6bd70634e
Merge pull request #1660 from HarHarLinks/patch-8
...
Optimize signal bridge startup order
2022-02-27 10:55:14 +02:00
Slavi Pantaleev and GitHub
238838c31b
Add an "I need help" custom issue template
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1657
2022-02-27 10:33:42 +02:00
Slavi Pantaleev and GitHub
85a47d645d
Add Feature request issue template
2022-02-27 10:25:55 +02:00
Slavi Pantaleev and GitHub
4f1423365e
Update issue templates
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1657
2022-02-27 10:17:15 +02:00
Slavi Pantaleev and GitHub
2e0f4c83fa
Merge pull request #1655 from etkecc/master
...
updated honoroit 0.9.4 -> 0.9.5
2022-02-25 10:40:50 +02:00
Slavi Pantaleev and GitHub
87c9ea0dc6
Merge pull request #1651 from GoliathLabs/jitsi
...
Updated: jitsi to stable-6865
2022-02-23 14:44:37 +02:00
Slavi Pantaleev and GitHub
d714ee624b
Merge pull request #1653 from PC-Admin/gomatrixhosting-testing
...
GoMatrixHosting v0.6.9
2022-02-23 14:30:13 +02:00
Slavi Pantaleev and GitHub
dae5240b0c
Merge pull request #1327 from altsalt/default_room_version_9
...
Update Synapse default room version (6 -> 9)
2022-02-23 08:08:08 +02:00
Slavi Pantaleev
ef7acce94b
Upgrade Synapse (1.52.0 -> 1.53.0)
2022-02-22 15:34:10 +02:00
Slavi Pantaleev and GitHub
eca7c277b4
Merge pull request #1650 from GoliathLabs/synapse-admin
...
Updated: synapse-admin to 0.8.5
2022-02-22 14:57:32 +02:00
Slavi Pantaleev and GitHub
0e6781fba1
Merge pull request #1649 from GoliathLabs/prometheus
...
Updated: prometheus to v2.33.3
2022-02-22 14:57:16 +02:00
Slavi Pantaleev and GitHub
389f96b45b
Merge pull request #1648 from GoliathLabs/certbot
...
Updated: certbot to v1.23.0
2022-02-22 14:56:56 +02:00
Slavi Pantaleev and GitHub
28df88643a
Merge pull request #1647 from GoliathLabs/grafana
...
Updated: grafana to 8.4.1
2022-02-22 14:56:34 +02:00
Slavi Pantaleev and GitHub
22b82001d6
Merge pull request #1646 from GoliathLabs/ddclient
...
Updated: ddclient to v3.9.1-ls79
2022-02-22 14:56:00 +02:00
Slavi Pantaleev and GitHub
8ca98582ef
Merge pull request #1645 from GoliathLabs/mautrix-telegram
...
Updated: mautrix-telegram to v0.11.2
2022-02-22 14:55:39 +02:00
Slavi Pantaleev and GitHub
f22b6e6e95
Merge pull request #1644 from GoliathLabs/mautrix-signal
...
Updated: mautrix-signal to v0.2.3
2022-02-22 14:55:18 +02:00
Slavi Pantaleev and GitHub
b711189e47
Merge pull request #1642 from JokerGermany/patch-2
...
fix typo
2022-02-20 13:26:48 +02:00
Slavi Pantaleev and GitHub
6089c8b47b
Merge pull request #1640 from AnonyPla/patch-1
...
Update for changing the federation port into the documentation
2022-02-20 10:55:28 +02:00
Slavi Pantaleev and GitHub
b9bc2c4eb7
Merge pull request #1639 from ChrisKar96/patch-1
...
Upgrade Element (1.10.3 -> 1.10.4)
2022-02-18 20:41:25 +02:00
Slavi Pantaleev and GitHub
2f722e8625
Merge pull request #1634 from pucilpet/master
...
Changed to: mautrix-whatsapp v0.2.4 tag
2022-02-16 21:07:30 +02:00
Slavi Pantaleev and GitHub
0d4d476cd8
Merge pull request #1631 from aaronraimist/postgres
...
Postgres Minor Updates (14.2, 13.6, 12.10, 11.15, 10.20)
2022-02-16 11:36:13 +02:00
Slavi Pantaleev and GitHub
c7885e85aa
Merge pull request #1630 from iambeingtracked/patch-1
...
Update faq.md
2022-02-16 10:33:43 +02:00
Slavi Pantaleev
1ed46f0a86
Remove Jinja2 templating delimiters from when statement
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1629
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505
2022-02-16 09:36:33 +02:00
Slavi Pantaleev
8b3fad45f9
Upgrade Element (1.10.1 -> 1.10.3)
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1627
2022-02-15 14:04:08 +02:00
Slavi Pantaleev
241e21c702
Fix typo
2022-02-15 07:04:45 +02:00
Slavi Pantaleev
f0ab2ec506
Add support for configuring allow_embedding for Grafana
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1626
2022-02-15 07:03:25 +02:00
Slavi Pantaleev
cfba9b2cf5
Update matrix_encryption_disabler (patch_power_levels feature)
...
Related to:
- https://github.com/digitalentity/matrix_encryption_disabler/pull/4
- https://github.com/digitalentity/matrix_encryption_disabler/issues/5
- https://github.com/digitalentity/matrix_encryption_disabler/pull/6
2022-02-14 10:39:14 +02:00
Slavi Pantaleev
5eeb0156b1
Bump matrix_encryption_disabler "version"
2022-02-12 09:55:59 +02:00
Slavi Pantaleev
fb4c6961e9
Announce matrix_encryption_disabler support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
2022-02-12 09:38:53 +02:00
Slavi Pantaleev
f44ca0c7c2
Add support for matrix_encryption_disabler
...
Related to https://github.com/matrix-org/synapse/issues/4401
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
2022-02-12 09:25:24 +02:00
Slavi Pantaleev and GitHub
c8d924147c
Merge pull request #1622 from FSG-Cat/patch-1
...
Update Hydrogen from v0.2.25 to v0.2.26
2022-02-12 08:54:48 +02:00
Slavi Pantaleev
85c66a944f
Remove useless cast
2022-02-11 20:05:32 +02:00
Slavi Pantaleev and GitHub
0ce68b1ca5
Merge pull request #1374 from spantaleev/shared-secret-auth-v2
...
Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0)
2022-02-11 10:55:52 +02:00
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.
2022-02-11 10:23:50 +02:00
Slavi Pantaleev and GitHub
fa9b69e213
Merge pull request #1614 from Wunderharke/master
...
add basic fedora support
2022-02-11 08:37:12 +02:00
Slavi Pantaleev and GitHub
e2e5db3b89
Do not use misleading with_items for a single file
2022-02-11 08:36:05 +02:00
Slavi Pantaleev and GitHub
6c47b447e3
Do not use misleading with_items for a single file
2022-02-11 08:35:39 +02:00
Slavi Pantaleev and GitHub
b7df6ceebb
Merge pull request #1618 from ZzMzaw/feat/ssl-doc-update
...
Add missing endpoints for SSL certificates
2022-02-11 08:17:44 +02:00
Slavi Pantaleev
7330992b20
Do not compare ansible_distribution_major_version as a string
...
Fedora 35 is:
- `ansible_os_family = 'RedHat'`
- `ansible_distribution_major_version = '35'`
Our RedHat checks against v7/v8 are really for RHEL derivatives (CentOS, Rockylinux,
AlmaLinux), but the same checks (by coincidence) apply for Fedora 35.
The problem is that `'35' > '7'` (comparing these as strings) is
`false`.
This patch makes sure that we always cast
`ansible_distribution_major_version` to an integer.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1610
2022-02-09 16:20:09 +02:00
Slavi Pantaleev and GitHub
e09694f5ef
Merge pull request #1613 from Marwel/master
...
some yamllint ignoring
2022-02-09 16:12:12 +02:00
Slavi Pantaleev
e0df99a7de
Fix typo
2022-02-09 14:03:06 +02:00
Slavi Pantaleev and GitHub
156a03d93d
Merge pull request #1606 from Marwel/master
...
yamllint all the things
2022-02-09 10:42:32 +02:00
Slavi Pantaleev and GitHub
94c9780f7a
Fix matrix_synapse_encryption_enabled_by_default_for_room_type
...
The value of `off` was taken to be a boolean, but it shouldn't be.
Synapse expects a string (currently one of: `all`, `invite`, `off`).
2022-02-09 10:38:28 +02:00
Slavi Pantaleev and GitHub
5addb889b1
Fix inconsistent spacing
2022-02-09 10:27:12 +02:00
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.
2022-02-08 15:13:41 +02:00
Slavi Pantaleev
a095accce7
Replace some CentOS references to support other RHEL derivatives
...
Not hardcoding 'CentOS' and using the OS family ('RedHat') instead,
we now behave better on Rockylinux and AlmaLinux, etc.
With that said, we may or may not fully support CentOS/Rockylinux/AlmaLinux v8 yet.
Certain things were improved in
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/300 .
v8 support is discussed here: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/300
Certain things (firewalld?) may still be problematic. This patch does not try to address those.
If the remaining issues are confirmed to be fixed in the future, we can mark v8 as supported.
2022-02-06 18:05:25 +02:00
Slavi Pantaleev
b244ab477c
Upgrade email2matrix (1.0.2 -> 1.0.3)
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1605
Fixes a regression introduced in ccb85b31a4 . The
`docker.io/devture/email2matrix:1.0.2` container image was faulty due to
this https://github.com/devture/email2matrix/commit/49f966d6cc789423b7ba7100ea5d3523193345f3
2022-02-05 13:58:15 +02:00
Slavi Pantaleev
86c36523df
Replace ExecStopPost with ExecStop
...
Reverts b1b4ba501f , 90c9801c56 , a3c84f78ca , ..
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.
2022-02-05 12:13:36 +02:00
Slavi Pantaleev and GitHub
d07e50a04f
Merge pull request #1604 from GoliathLabs/prometheus
...
Updated: prometheus to v.2.33.1
2022-02-05 12:10:57 +02:00
Slavi Pantaleev and GitHub
a66f5d35d6
Merge pull request #1603 from GoliathLabs/nginx-proxy
...
Updated: nginx to 1.21.6-alpine
2022-02-05 12:10:41 +02:00
Slavi Pantaleev and GitHub
c9c79d935e
Merge pull request #1601 from GoliathLabs/grafana
...
Updated: grafana to 8.3.4
2022-02-05 12:05:02 +02:00
Slavi Pantaleev and GitHub
eea58c9c44
Merge pull request #1600 from GoliathLabs/dynamic-dns
...
Updated: ddclient to v3.9.1-ls77
2022-02-05 12:04:39 +02:00
Slavi Pantaleev and GitHub
da8478a8b6
Merge pull request #1598 from GoliathLabs/heisenbridge
...
Updated: Heisenbridge to 1.10.1
2022-02-05 11:55:22 +02:00
Slavi Pantaleev
ccb85b31a4
Upgrade devture/email2matrix (1.0.1 -> 1.0.2) and disable self-building on ARM32/ARM64
...
1.0.2 is the first container image tag that is available as a multi-arch image
with support for linux/amd64, linux/arm64/v8 (arm64) and linux/arm/v7 (arm32),
so self-building is no longer necessary on all these platforms.
2022-02-05 11:14:20 +02:00