Slavi Pantaleev and GitHub
c945f38c52
Merge pull request #1818 from paulRbr/bridge-mautrix-signal-encryption
...
Bridge mautrix signal and mautrix whatsapp encryption
2022-05-18 14:50:26 +02:00
Slavi Pantaleev
677a2fc503
Fix compatibility with ansible=6 / ansible-core=2.13
...
Details here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html#id36
Basically:
```yaml
- name: Prior to 2.13
debug:
msg: '[1] + {{ [2] }}'
- name: 2.13 and forward
debug:
msg: '{{ [1] + [2] }}'
```
Interestingly, we had been using the new/safe syntax in lofs of places.
We were using the broken one in many others though. Hopefully all
instances were fixed by this patch.
2022-05-18 15:43:39 +03:00
Slavi Pantaleev and GitHub
98fecf95a6
Merge pull request #1836 from etkecc/patch-11
...
Update Synapse v1.59.0 -> v.1.59.1
2022-05-18 14:09:59 +02:00
Slavi Pantaleev
a1e5ecf551
Upgrade hookshot (1.6.1 -> 1.7.0)
...
This new version should be buildable on arm64.
See: https://github.com/matrix-org/matrix-hookshot/releases/tag/1.7.0
There's still no prebuild arm64 image, so we continue relying on
self-building there.
2022-05-18 14:43:16 +03:00
Slavi Pantaleev and GitHub
468d492fd4
Merge pull request #1831 from etkecc/patch-9
...
Update Postgres (CVE-2022-1552 + last 9.x update)
2022-05-18 12:32:28 +02:00
Slavi Pantaleev and GitHub
5b09cbd27d
Merge pull request #1835 from etkecc/patch-10
...
Update mautrix-whatsapp v0.3.1 -> v0.4.0
2022-05-18 12:31:23 +02:00
Slavi Pantaleev and GitHub
de378c6390
Merge pull request #1834 from hifi/patch-8
...
Upgrade Heisenbridge (1.12.0 -> 1.13.0)
2022-05-18 11:50:45 +02:00
Slavi Pantaleev
f972a80224
Upgrade Synapse (1.58.1 -> 1.59.0)
2022-05-17 13:08:17 +03:00
Slavi Pantaleev
bab1ee2233
Work around mx-puppet-discord failing with "No relay found" after reboot
...
Related to https://gitlab.com/mx-puppet/discord/mx-puppet-discord/-/issues/117
Looks like the bridge is too quick to start and fails to initialize
itself by connecting to Synapse. It's mostly observed after a system
reboot, because Synapse (and everything else) is slower to start.
Once mx-puppet-discord fails to initialize itself, a "No relay found"
error will be observed any time you try to relay a Matrix message to
Discord. Relaying messages in the other direction (Discord to Matrix)
also fails.
With this workaround (longer delay on mx-puppet-discord startup), I
observe mx-puppet-discord working well, even after a full reboot.
Of course, a proper fix is preferable, instead of delaying by a magic
number of seconds.
2022-05-17 11:34:00 +03:00
Slavi Pantaleev and GitHub
f21269f441
Upgrade mx-puppet-slack (v0.1.1 -> v0.1.2)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1829
2022-05-16 21:40:31 +03:00
Slavi Pantaleev and GitHub
99931af532
Merge pull request #1825 from dsonck92/change-to-upstream
...
Change back to working original mx-puppet-slack
2022-05-16 07:39:00 +02:00
Slavi Pantaleev and GitHub
3e90dc445a
Merge pull request #1828 from aaronraimist/element-self-build
...
Update Element self build repo URL
2022-05-16 07:36:57 +02:00
Slavi Pantaleev and GitHub
d286c60cdb
Merge pull request #1827 from aaronraimist/git-prereq
...
Document `git` as a potential prereq
2022-05-16 07:36:41 +02:00
Slavi Pantaleev and GitHub
637073c72b
Merge pull request #1826 from etkecc/patch-8
...
Update Cinny v2.0.2 -> v2.0.3
2022-05-15 08:32:46 +02:00
Slavi Pantaleev and GitHub
b5a0839507
Merge pull request #1823 from etkecc/patch-7
...
Update Cinny v2.0.1 -> v2.0.2
2022-05-14 14:11:31 +02:00
Slavi Pantaleev and GitHub
45f8810a00
Merge pull request #1822 from etkecc/patch-6
...
Update Cinny v2.0.0 -> v2.0.1
2022-05-13 18:59:27 +02:00
Slavi Pantaleev and GitHub
d76194acf6
Merge pull request #1821 from luismanson/patch-3
...
Update configuring-playbook-bridge-hookshot.md
2022-05-13 17:01:50 +02:00
Slavi Pantaleev and GitHub
fb8af6c678
Merge pull request #1820 from brush/master
...
Suggested fix to docs for reverse proxy for well-known file
2022-05-13 13:00:40 +02:00
Slavi Pantaleev and GitHub
eb7bed5221
Merge pull request #1816 from OdyX/appservice-slack-1-11-update
...
Bump Slack Appservice to 1.11.0
2022-05-11 11:04:48 +02:00
Slavi Pantaleev and GitHub
47f7fbcd36
Merge pull request #1814 from etkecc/master
...
matrix-bot-buscarron v1.1.0
2022-05-10 17:59:38 +02:00
Slavi Pantaleev and GitHub
255001af0e
Merge pull request #1813 from HarHarLinks/patch-13
...
Update configuring-playbook-bridge-hookshot.md
2022-05-10 17:06:08 +02:00
Slavi Pantaleev and GitHub
764571c6fb
Merge pull request #1812 from etkecc/patch-5
...
Update Element 1.10.11 -> 1.10.12
2022-05-10 16:42:36 +02:00
Slavi Pantaleev and GitHub
c27b4aa4ae
Merge pull request #1811 from etkecc/patch-5
...
Update cinny v1.8.2 -> v2.0.0
2022-05-10 16:09:07 +02:00
Slavi Pantaleev
9fc60d8c86
Revert "Change back to original mx-puppet-slack"
...
This reverts commit fcfd00bcb4 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1808
Reverts https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1809
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1810
2022-05-10 16:20:44 +03:00
Slavi Pantaleev and GitHub
6184ed2d8c
Merge pull request #1809 from dsonck92/change-to-upstream
...
Change back to original mx-puppet-slack
2022-05-10 07:25:35 +02:00
Slavi Pantaleev and GitHub
5ad8547c14
Merge pull request #1806 from Arkonos/master
...
Clarify reverse-proxying of well-known files with Caddy2
2022-05-09 10:32:29 +02:00
Slavi Pantaleev and GitHub
25302ed142
Merge pull request #1802 from dsonck92/change-to-upstream
...
Change back to original mx-puppet-discord
2022-05-08 07:35:11 +02:00
Slavi Pantaleev and GitHub
e62123ac13
Merge pull request #1804 from HarHarLinks/feeds
...
Add hookshot feeds config support
2022-05-08 07:10:40 +02:00
Slavi Pantaleev and GitHub
0d0f771b02
Merge pull request #1803 from HarHarLinks/patch-12
...
Upgrade Hookshot (1.5.0 -> 1.6.1)
2022-05-07 15:54:24 +02:00
Slavi Pantaleev
83b7fcee45
Do not proxy some endpoints to the generic Synapse worker
...
These endpoints should not be proxied to a generic Synapse worker
without other preparation (setting up stream writers, sending traffic
to a specific stream writer, etc.).
Disabling them for now. In the future, we'd like to fix up our awk
script to disable them automatically.
This is a fix up for 058fedff91
2022-05-07 09:39:19 +02:00
Slavi Pantaleev and GitHub
21d8327c48
Merge pull request #1800 from ptman/patch-1
...
typo
2022-05-06 13:53:40 +03:00
Slavi Pantaleev
058fedff91
Fix "endpoint seems conditional" determination in workers-doc-to-yaml.awk"
...
This prevented us from keeping our workers reverse-proxying definitions
updated since Synapse v1.54.0.
The last `workers.md` file we could parse is at commit
02632b3504ad4512c5f5a4f859b3fe326b19c788.
Parsing regressed at commit c56bfb08bc071368db23f3b1c593724eb4f205f0,
because the introduction message for `synapse.app.generic_worker` said
"If":
> If a worker is set up to handle a..
.. which made the AWK script think that definitions below were
conditional (which they're not in this case).
This patch fixes up the regex for determining if a line is conditional
or not, so that it doesn't trip up. Hopefully, it doesn't miss something
important.
2022-05-06 09:08:45 +02:00
Slavi Pantaleev
549e4418b9
Upgrade Synapse (1.58.0 -> 1.58.1)
2022-05-06 08:56:06 +02:00
Slavi Pantaleev
1439be2743
Upgrade matrix-appservice-irc (0.33 -> 0.34)
...
Related to https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity
2022-05-04 11:10:00 +03:00
Slavi Pantaleev
03674e1a36
Upgrade Synapse (1.57.1 -> 1.58.0)
2022-05-03 14:32:32 +03:00
Slavi Pantaleev
7adc167412
Fail if trying to use Jitsi on an architecture other than amd64
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1797
2022-05-03 08:10:18 +03:00
Slavi Pantaleev and GitHub
a7c230233c
Merge pull request #1795 from kraftbj/patch-1
...
Upgrade to Grafana 8.5.1
2022-05-02 21:19:41 +03:00
Slavi Pantaleev and GitHub
d2941b56b2
Merge pull request #1790 from etkecc/patch-5
...
matrix-change-user-admin-status: do not allocate tty
2022-04-26 21:13:30 +03:00
Slavi Pantaleev and GitHub
f581867049
Merge pull request #1788 from etkecc/patch-5
...
Update element 1.10.10 -> 1.10.11
2022-04-26 19:57:01 +03:00
Slavi Pantaleev
e41fcf2746
Fix file name (vars.yaml -> vars.yml) to prevent confusion
2022-04-26 15:44:07 +03:00
Slavi Pantaleev and GitHub
3f50c08828
Merge pull request #1787 from dooleydevin/cast-vault-keys
...
Support ansible vault strings for homeserver secret key
2022-04-26 10:44:34 +03:00
Slavi Pantaleev and GitHub
e3907b369a
Merge pull request #1786 from etkecc/master
...
matrix-bot-buscarron: fix username in docs
2022-04-25 13:51:14 +03:00
Slavi Pantaleev
1163e9880f
Link to Buscarron bot from configuring docs page
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1782
2022-04-25 10:37:35 +03:00
Slavi Pantaleev
2f33b330ff
Announce Buscarron bot support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1782
2022-04-25 10:29:09 +03:00
Slavi Pantaleev and GitHub
49da9c76ac
Merge pull request #1782 from etkecc/matrix-bot-buscarron
...
add matrix-bot-buscarron
2022-04-25 09:44:35 +03:00
Slavi Pantaleev and GitHub
8014979ddb
Merge pull request #1780 from Shaps/nginx-proxy-configure-httpasswd
...
Make synapse htpasswd file path configurable
2022-04-25 09:43:29 +03:00
Slavi Pantaleev and GitHub
4a0b839768
Automatically do the right thing with regards to Synapse Metrics htpasswd
...
.. regardless of whether matrix-nginx-proxy runs in a container or not
2022-04-25 09:42:36 +03:00
Slavi Pantaleev and GitHub
85e0906f8a
Merge pull request #1784 from mattcen/signald-arm64-dont-self-build
...
Don't self-build signald image on arm64, as upstream image exists
2022-04-25 09:29:13 +03:00
Slavi Pantaleev and GitHub
d7d5ea3b91
Merge pull request #1783 from Sekki21956/signald-image-updates
...
Update path to signald Dockerfile
2022-04-25 09:22:05 +03:00
Slavi Pantaleev and GitHub
47e5bab784
Fix self-building if condition
2022-04-25 09:22:01 +03:00
Slavi Pantaleev and GitHub
f5a6e12538
Merge pull request #1779 from mattcen/bump-signald-0.18.1
...
Bump signald to 0.18.1
2022-04-22 19:09:56 +03:00
Slavi Pantaleev and GitHub
882bab0df8
Merge pull request #1778 from hifi/patch-7
...
Upgrade Heisenbridge (1.10.1 -> 1.12.0)
2022-04-22 14:07:08 +03:00
Slavi Pantaleev and GitHub
a68a500e42
Merge pull request #1777 from moan0s/public_server
...
Change list of public servers, old as not functional
2022-04-22 08:54:41 +03:00
Slavi Pantaleev
69f684255c
Fix Signald git repository to unbreak self-building
...
The maunium fork of Signald is no longer up-to-date (does not publish
0.18.0.. at least not yet) and all the necessary changes are now upstream.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1775
2022-04-21 15:54:29 +03:00
Slavi Pantaleev
0b5e4aa784
Use non-root image for Signald
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1775
Related to https://signald.org/articles/install/docker/#migrating-from-versions-before-0180
> Prior to 0.18.0 the signald container image used the root user, which is not recommended for security reasons. This was fixed in the 0.18.0 release which will start as root, fix permissions on the volume, then drop to the non-root user and start signald. Future images will start as the non-root user, so if you’re upgrading make sure to run 0.18.0 at least once.
> A special tag, 0.18.0-non-root, will be published. it starts as the non-root user and does not fix permissions on the volume.
2022-04-21 15:53:05 +03:00
Slavi Pantaleev and GitHub
79f89479e0
Merge pull request #1775 from GoliathLabs/mautrix-signal
...
Updated: mautrix-signal to v0.3.0 & signald to 0.18.0
2022-04-21 15:11:38 +03:00
Slavi Pantaleev and GitHub
8c2bfba7e2
Merge pull request #1776 from wibbene/master
...
HOTFIX: matrix-registration-bot, fixed systemd template that caused setup error
2022-04-21 15:09:47 +03:00
Slavi Pantaleev
27ec1d8bde
Fix matrix-registration-bot repository URL
2022-04-21 11:21:29 +03:00
Slavi Pantaleev
e435c55458
Announce matrix-registration-bot support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1771
2022-04-21 11:10:45 +03:00
Slavi Pantaleev and GitHub
832b0eb1b1
Merge pull request #1774 from OdyX/appservice-slack-rtm-needs-enabling
...
Slack appservice: Enable RTM by default
2022-04-21 10:05:21 +03:00
Slavi Pantaleev and GitHub
b2105f35ec
Add comments around rtm
...
Comments taken from https://github.com/matrix-org/matrix-appservice-slack/blob/develop/config/config.sample.yaml
We should probably reconcile our configuration with that one and include comments for other fields as well.
2022-04-21 09:58:30 +03:00
Slavi Pantaleev
d04767a9d6
Upgrade Synapse (1.57.0 -> 1.57.1)
2022-04-20 18:46:10 +03:00
Slavi Pantaleev and GitHub
dd83d88cb0
Merge pull request #1770 from etkecc/master
...
add retires to all get_url actions
2022-04-20 08:38:13 +03:00
Slavi Pantaleev and GitHub
ad42872466
Merge pull request #1768 from etkecc/master
...
matrix-backup-borg - cleanup the .service from the systemd list
2022-04-19 19:46:15 +03:00
Slavi Pantaleev
295ef29fe0
Announce borg backup support
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1727
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1754
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1755
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/467
2022-04-19 19:29:41 +03:00
Slavi Pantaleev
f0842d7226
Document that upgrading to Synapse v1.57 may be dangerous in some instances
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1766
2022-04-19 17:29:58 +03:00
Slavi Pantaleev and GitHub
dc508fc5f5
Merge pull request #1766 from etkecc/update-synapse-1.57.0
...
update synapse 1.56.0 -> 1.57.0
2022-04-19 15:31:51 +03:00
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