Slavi Pantaleev
39fa852ed6
Remove unnecessary if checks
Should have been done in 63f5a88fa0 .
4 år sedan
Slavi Pantaleev
63f5a88fa0
Separate install/uninstall tasks for Element and Hydrogen
4 år sedan
Slavi Pantaleev
76745342f4
Merge pull request #1361 from hifi/feature/heisenbridge-1.4.0
Upgrade Heisenbridge (1.3.0 -> 1.4.0)
4 år sedan
Toni Spets
124b9608fc
Upgrade Heisenbridge (1.3.0 -> 1.4.0)
4 år sedan
Slavi Pantaleev
e80cf7d92c
Merge pull request #1360 from thomwiggers/patch-6
update IRC appservice
4 år sedan
Thom Wiggers
32f15e9bf0
update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.32.1
4 år sedan
Slavi Pantaleev
28fe9ffed4
Merge pull request #1359 from jariz/patch-1
caddy example fixes
4 år sedan
jariz
0a10077c63
caddy example fixes
- caddy v1 requires a path in the header directive
- msisd has been replaced in favour of ma1sd
4 år sedan
Slavi Pantaleev
c81ac90a05
Merge pull request #1358 from sakkiii/patch-2
Prometheus & Grafana Update
4 år sedan
sakkiii
0231302db9
Upgrade grafana (8.1.4 -> 8.2.2)
4 år sedan
sakkiii
d09609b3bd
Update prometheus (2.29.2 -> 2.30.3)
4 år sedan
Slavi Pantaleev
feda83abf0
Mention that Hydrogen always undergoes self-building
4 år sedan
Slavi Pantaleev
be17792466
Merge pull request #1352 from throwawayay/patch-1
Upgrade Element (v1.9.3)
4 år sedan
throwawayay
d31cdb071a
Upgrade Element (v1.9.3)
https://github.com/vector-im/element-web/releases/tag/v1.9.3
4 år sedan
Slavi Pantaleev
06bcdcf9d2
Merge pull request #1311 from HarHarLinks/master
add auto proxy synapse worker metrics
4 år sedan
Kim Brose
5f6bbafa17
fix space before tab in indent
4 år sedan
Slavi Pantaleev
013c6e68f9
Merge pull request #1348 from hifi/feature/heisenbridge-1.3.0
Upgrade Heisenbridge (1.2.1 -> 1.3.0)
4 år sedan
Toni Spets
d7af78066b
Upgrade Heisenbridge (1.2.1 -> 1.3.0)
4 år sedan
Slavi Pantaleev
09ac950d17
Fix dump importing (backup restore) into Postgres v14
In short, the problem is that older Postgres versions store passwords
hashed as md5. When you dump such a database, the dump naturally also
contains md5-hashed passwords.
Restoring from that dump used to create users and updates their passwords
with these md5 hashes.
However, Postgres v14 prefers does not like md5-hashed passwords now (by default),
which breaks connectivity. Postgres v14 prefers `scram-sha-256` for
authentication.
Our solution is to just ignore setting passwords (`ALTER ROLE ..`
statements) when restoring dumps. We don't need to set passwords as
defined in the dump anyway, because the playbook creates users
and manages their passwords by itself.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1340
4 år sedan
Slavi Pantaleev
35c91701a8
Merge pull request #1347 from GoMatrixHosting/gomatrixhosting-testing
Gomatrixhosting v0.6.3 hotfix2
4 år sedan
PC-Admin
7f140e9be2
Merge remote-tracking branch 'upstream/master' into gomatrixhosting-testing
4 år sedan
PC-Admin
725150565a
GoMatrixHosting v0.6.3 hotfix2
4 år sedan
Slavi Pantaleev
86614d6357
Merge pull request #1345 from GoMatrixHosting/gomatrixhosting-testing
GoMatrixHosting v0.6.3 [hotfix]
4 år sedan
Slavi Pantaleev
5dc2868269
Upgrade Synapse (1.45.0 -> 1.45.1)
4 år sedan
HarHarLinks
7b33fc8e19
fixup! auto-generate prometheus.yml for workers metrics
4 år sedan
HarHarLinks
ce41674e61
auto-generate prometheus.yml for workers metrics
4 år sedan
HarHarLinks
dd4dc22619
add worker metrics documentation
4 år sedan
HarHarLinks
4209c4208c
add own variable for worker metrics
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
4 år sedan
PC-Admin
75cfad57ca
GoMatrixHosting v0.6.3 hotfix
4 år sedan
Slavi Pantaleev
7595adb91d
Merge pull request #1344 from aaronraimist/patch-1
Fix link to nginx files in configuring-playbook-own-webserver.md
4 år sedan
Aaron R
db81fa3415
Fix link to nginx files in configuring-playbook-own-webserver.md
4 år sedan
Slavi Pantaleev
2fd968cf44
Merge pull request #1342 from aaronraimist/patch-1
Update installing.md to be a bit more clear
4 år sedan
Aaron R
a8556fb8be
Update installing.md to be a bit more clear
This change should make it more obvious which order the steps must be done
4 år sedan
Slavi Pantaleev
1dab178a44
Upgrade Synapse (1.44.0 -> 1.45.0)
4 år sedan
Slavi Pantaleev
139205f3b3
Merge pull request #1338 from GoMatrixHosting/gomatrixhosting-testing
Gomatrixhosting v0.6.3 - rebased properly :)
4 år sedan
PC-Admin
d65607c48f
Merge remote-tracking branch 'upstream/master' into gomatrixhosting-testing
4 år sedan
PC-Admin
18395e73d3
GMH v0.6.3
4 år sedan
Slavi Pantaleev
5284afc60e
Merge pull request #1333 from Samonitari/add-support-for-suse-linux
Add support for suse linux
4 år sedan
Slavi Pantaleev
8c15555d00
Upgrade Element (1.9.0 -> 1.9.2)
4 år sedan
Slavi Pantaleev
c69ea4cbcd
Update changelog
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1323
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1328
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1329
4 år sedan
Slavi Pantaleev
26756b871a
Merge pull request #1329 from mochman/change_hangouts_readme
Updated Hangouts configuration readme.
4 år sedan
Slavi Pantaleev
e57c1f3c5d
Merge pull request #1328 from mochman/add_googlechat
Added Mautrix Google Chat
4 år sedan
Slavi Pantaleev
6937a2c0a9
Ensure password_hash salt is less than 16 chars
Also fixes the appservice and homeserver tokens for the Googlechat bridge,
so that they're not the same as the ones for the Hangouts bridge.
4 år sedan
Luke
459ee6f1e0
Updated Hangouts configuration readme.
Also indicates that the Mautrix googlechat bridge is a replacement for hangouts.
4 år sedan
Wm Salt Hale
a1cbd5459c
Update Synapse default room version (6 -> 9)
From the [Synapse 1.43.0 release highlights](https://matrix.org/blog/2021/09/21/synapse-1-43-0-released ):
> Asks clients to prefer [room version 9](https://github.com/matrix-org/matrix-doc/pull/3375 ) when creating restricted rooms ([#10772 ](https://github.com/matrix-org/synapse/issues/10772 )), via the API defined in [MSC3244: room version capabilities](https://github.com/matrix-org/matrix-doc/pull/3244 ).
4 år sedan
Luke
1dac525e63
Added Mautrix Google Chat
4 år sedan
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
4 år sedan
Slavi Pantaleev
0c21b5a055
Merge pull request #1326 from GoMatrixHosting/gomatrixhosting-testing
GoMatrixHosting v0.6.2
4 år sedan
Slavi Pantaleev
1cde9f8638
Merge pull request #1324 from aaronraimist/patch-1
Update matrix-appservice-slack (1.5.0 -> 1.8.0)
4 år sedan
Slavi Pantaleev
7bb4a74656
Merge pull request #1325 from aaronraimist/patch-2
Update configuring-playbook-dimension.md
4 år sedan