Slavi Pantaleev and GitHub
43b639aeef
Merge pull request #1763 from etkecc/master
...
update honoroit 0.9.6 -> 0.9.7
2022-04-18 20:46:17 +03:00
Slavi Pantaleev and GitHub
ca09b935c3
Merge pull request #1762 from ofalvai/patch-4
...
Upgrade Telegrame bridge to 0.11.3
2022-04-18 14:24:33 +03:00
Slavi Pantaleev and GitHub
5c1ee66e8d
Merge pull request #1760 from lunarthegrey/patch-1
...
Increase default async time for rust-synapse-compress-state
2022-04-18 09:56:56 +03:00
Slavi Pantaleev and GitHub
c999e77e30
Merge pull request #1758 from RoiArthurB/patch-1
...
Update mautrix-whatsapp 0.3.0 -> 0.3.1
2022-04-17 10:13:18 +03:00
Slavi Pantaleev and GitHub
83ffb9d910
Merge pull request #1755 from etkecc/backup-borg-postgres
...
matrix-backup-borg: integrate postgres backups, add extended borgmatic configuration
2022-04-16 09:30:03 +03:00
Slavi Pantaleev and GitHub
c60807c36b
Merge pull request #1756 from joecool1029/master
...
Update element 1.10.9 -> 1.10.10
2022-04-15 07:43:32 +03:00
Slavi Pantaleev and GitHub
37e9aebc86
Merge pull request #1753 from HarHarLinks/patch-11
...
Upgrade Hookshot (1.4.0 -> 1.5.0)
2022-04-14 16:12:47 +03:00
Slavi Pantaleev
2df993977a
Ensure git cloning when self-building is done with the matrix user, not root
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749
2022-04-14 08:52:37 +03:00
Slavi Pantaleev and GitHub
aef2c4c32e
Merge pull request #1748 from ofalvai/patch-3
...
Improve borg backup instructions
2022-04-13 10:23:18 +03:00
Slavi Pantaleev and GitHub
ce675b0e79
Merge pull request #1747 from etkecc/patch-4
...
Update honoroit 0.9.5 -> 0.9.6
2022-04-12 20:08:15 +03:00
Slavi Pantaleev and GitHub
e776871b98
Merge pull request #1746 from ChrisKar96/patch-1
...
Update jitsi to version 7001
2022-04-12 17:09:30 +03:00
Slavi Pantaleev and GitHub
202f195bbc
Merge pull request #1745 from etkecc/patch-3
...
Update coturn 4.5.2-r8 -> 4.5.2-r11
2022-04-12 14:18:13 +03:00
Slavi Pantaleev and GitHub
b358b4f5c2
Merge pull request #1744 from etkecc/patch-2
...
Update element 1.10.8 -> 1.10.9
2022-04-12 14:15:49 +03:00
Slavi Pantaleev and GitHub
e51cc2a7a3
Merge pull request #1743 from yncyrydybyl/master
...
This adds a variable for requiring MSC3231 token for registration
2022-04-12 11:38:00 +03:00
Slavi Pantaleev and GitHub
af96f4d964
Merge pull request #1742 from HarHarLinks/hookshot-1.4.0
...
Upgrade Hookshot (1.3.0 -> 1.4.0)
2022-04-11 21:03:28 +03:00
Slavi Pantaleev
f4ba995d9b
Fix validation and prevent empty "external-ip=" lines in Coturn config
...
We no longer validate that there's an IP address defined.
Seems like Coturn can start without one as well, so there's no need to
require it.
If people populate `matrix_coturn_turn_external_ip_addresses` directly
to specify multiple addresses, they can leave
`matrix_coturn_turn_external_ip_address` empty.
We use the "select not equal to empty string" thing in the for loop
to avoid `matrix_coturn_turn_external_ip_address` leading to
`matrix_coturn_turn_external_ip_addresses: ['']` leading to
`external-ip=` in the Coturn configuration.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1741
2022-04-11 15:38:35 +03:00
Slavi Pantaleev
0364c6c634
Suppress old container cleanup (kill/rm) failures
...
People often report and ask about these "failures".
More-so previously, when the `docker kill/rm` output was collected,
but it still happens now when people do `systemctl status
matrix-something` and notice that it says "FAILURE".
Suppressing to avoid further time being wasted on saying "this is
expected".
2022-04-11 09:05:33 +03:00
Slavi Pantaleev and GitHub
5e00f0135e
Merge pull request #1738 from SaltireSoul/master
...
Dendrite 0.8.1
2022-04-10 07:42:25 +03:00
Slavi Pantaleev and GitHub
e918428bfd
Merge pull request #1739 from yncyrydybyl/master
...
fix typo in document path for the proxy
2022-04-09 20:36:26 +03:00
Slavi Pantaleev and GitHub
285a50e930
Merge pull request #1737 from GoMatrixHosting/remove-awx-section
...
Remove matrix-awx sections
2022-04-09 07:51:42 +03:00
Slavi Pantaleev and GitHub
1ffad8ba64
Merge pull request #1736 from slikie/instagram-bump
...
bump mautrix instagram version to 0.1.3
2022-04-07 15:10:22 +03:00
Slavi Pantaleev and GitHub
8106e7c673
Merge pull request #1734 from MrAnno/mautrix-facebook-v0.4.0
...
mautrix-facebook: update to v0.4.0
2022-04-07 08:00:52 +03:00
Slavi Pantaleev and GitHub
b69e79b8b6
Merge pull request #1733 from iikkart/patch-1
...
Improved documentation about Mautrix-telegram-bot permissions
2022-04-06 07:23:31 +03:00
Slavi Pantaleev and GitHub
5a2d365717
Merge pull request #1732 from etkecc/master
...
Update Synapse 1.55.2 -> 1.56.0
2022-04-05 20:55:47 +03:00
Slavi Pantaleev
db4b6efb5d
Force self-building of matrix-hookshot on arm64
...
The `halfshot/matrix-hookshot` container images published to Docker Hub
(as of 2022-04-05, at least) are only available for `amd64`, not for
`arm64`. Self-building on arm64 is necessary.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1728
It should be noted that a `roiarthurb/matrix-hookshot` container image is available,
which is available for the arm64 platform, but that's non-official and doesn't
contain an amd64 build, so it's of limited use.
2022-04-05 16:08:11 +03:00
Slavi Pantaleev and GitHub
4f4f30c7db
Merge pull request #1731 from mochman/hookshot_image_fix
...
Fix matrix-bridge-hookshot container image
2022-04-05 16:07:23 +03:00
Slavi Pantaleev and GitHub
b9d6f8b90f
Merge pull request #1728 from RoiArthurB/hookshot-arm64
...
Add hookshot self build for arm64 and amd64
2022-04-05 09:58:26 +03:00
Slavi Pantaleev and GitHub
55e66bc888
Merge pull request #1730 from SaltireSoul/master
...
Dendrite 0.7.0
2022-04-05 09:55:10 +03:00
Slavi Pantaleev and GitHub
60fe039ec8
Merge pull request #1729 from RoiArthurB/steam-arm64
...
[STEAM] Move Docker source repository to a fixed version
2022-04-04 10:02:16 +03:00
Slavi Pantaleev and GitHub
a04df8151f
Merge pull request #1726 from etkecc/permissions-fix
...
Permissions fix
2022-04-03 09:58:06 +03:00
Slavi Pantaleev
999c717cf4
Revert "Temporarily switch to Myned-maintained fork of mx-puppet-discord/mx-puppet-slack"
...
This reverts commit 0103d92df4 .
The same fix has now been merged upstream
(https://gitlab.com/beeper/mx-puppet-monorepo/-/merge_requests/35 ), so
we don't need to use a fork anymore.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1719
2022-03-31 08:37:24 +03:00
Slavi Pantaleev and GitHub
0fc7363946
Merge pull request #1721 from HarHarLinks/patch-9
...
Upgrade Hookshot (1.2.0 -> 1.3.0)
2022-03-30 20:48:53 +03:00
Slavi Pantaleev
0103d92df4
Temporarily switch to Myned-maintained fork of mx-puppet-discord/mx-puppet-slack
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1719
We're using a pinned commit of this fork, which patches up the npm/yarn
lock files, so that self-building of the Discord and Slack bridges can
work after GitHub's deprecation of the `git://` and `ssh://` protocols
(https://github.blog/2021-09-01-improving-git-protocol-security-github/ ).
When the issue gets fixed in the Beeper fork (via
https://gitlab.com/beeper/mx-puppet-monorepo/-/merge_requests/35 or
otherwise), we'll get back on it.
2022-03-30 09:02:17 +03:00
Slavi Pantaleev and GitHub
511ad3e45b
Merge pull request #1717 from ofalvai/patch-1
...
Fix Facebook presence config key
2022-03-30 08:25:36 +03:00
Slavi Pantaleev and GitHub
c5fcc7dbde
Merge pull request #1718 from ofalvai/patch-2
...
Add note about Prometheus retention policy
2022-03-30 08:22:24 +03:00
Slavi Pantaleev and GitHub
bcd0bd714d
Merge pull request #1716 from joecool1029/master
...
Update Element 1.10.7 -> 1.10.8
2022-03-28 21:51:38 +03:00
Slavi Pantaleev and GitHub
e59a348219
Merge pull request #1715 from GoliathLabs/mautrix-googlechat
...
Updated: matrix-googlechat to v0.3.1
2022-03-26 13:34:50 +02:00
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