b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
4 lat temu
JokerGermany
c0656448f7
Port 80 for IPv6
4 lat temu
Toni Spets
f01b9c3865
Upgrade Heisenbridge (1.5.0 -> 1.6.0)
4 lat temu
Slavi Pantaleev
c4d2c8394c
Abort if on an unsupported Postgres version (v9.6)
Official support ends today (2021-11-11).
Synapse still supports v9.6, but we'd better force users to transition
to newer versions anyway.
4 lat temu
sakkiii
cd26af2f6f
Certbot Update (v1.20.0 -> v1.21.0)
4 lat temu
sakkiii
7a4f49c457
Nginx Minio Update (1.21.3 -> 1.21.4)
4 lat temu
Slavi Pantaleev
735c966ab6
Disable systemd services when stopping to uninstall them
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
4 lat temu
teutat3s
367cddb715
Upgrade Element (v1.9.4)
4 lat temu
Slavi Pantaleev
143b0f26d9
Restore usage of some _environment_variables_extension Jitsi variables
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1377
Regresion since https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1139
4 lat temu
b
6eaa8ac65a
add server_name to matrix-synapsel.conf only if matrix_nginx_proxy_enabled
4 lat temu
Toni Spets
09ac6a0e8c
Upgrade Heisenbridge (1.4.1 -> 1.5.0)
4 lat temu
Slavi Pantaleev
7b8b595e81
Upgrade Synapse (1.45.1 -> 1.46.0)
4 lat temu
Slavi Pantaleev
dae117c91b
Bump Hydrogen (0.2.7 -> 0.2.19)
4 lat temu
Slavi Pantaleev
0434e3bf8f
Allow force-patching webpack.config.js when self-building Element
We were applying the low-memory system patch to webpack.config.js
on systems with < 4GB memory.
From now on, we also let people force-enable patching by toggling the
`matrix_client_element_container_image_self_build_low_memory_system_patch_enabled`
variable.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1357
4 lat temu
b
dcda17595a
change port 8090 to matrix_ma1sd_default_port
4 lat temu
Toni Spets
17fc055d53
Upgrade Heisenbridge (1.4.0 -> 1.4.1)
4 lat temu
PC-Admin
c6c68e00a4
merge upstream
4 lat temu
Patrick C. F. Ernzer
65182ea0f2
fixes #1365
docker-ce does not like quotes around the shm-size value
4 lat temu
Slavi Pantaleev
fc593bc8ab
Increase shm-size for Postgres container to fix VACUUM
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1268
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1364
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1362
4 lat temu
Slavi Pantaleev
c8a8035de4
Make it possible to self-build Element on low-memory devices (<4G RAM)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1357
4 lat temu
Slavi Pantaleev
39fa852ed6
Remove unnecessary if checks
Should have been done in 63f5a88fa0 .
4 lat temu
Slavi Pantaleev
63f5a88fa0
Separate install/uninstall tasks for Element and Hydrogen
4 lat temu
Toni Spets
124b9608fc
Upgrade Heisenbridge (1.3.0 -> 1.4.0)
4 lat temu
Thom Wiggers
32f15e9bf0
update IRC appservice
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.32.1
4 lat temu
sakkiii
0231302db9
Upgrade grafana (8.1.4 -> 8.2.2)
4 lat temu
sakkiii
d09609b3bd
Update prometheus (2.29.2 -> 2.30.3)
4 lat temu
throwawayay
d31cdb071a
Upgrade Element (v1.9.3)
https://github.com/vector-im/element-web/releases/tag/v1.9.3
4 lat temu
Kim Brose
5f6bbafa17
fix space before tab in indent
4 lat temu
Toni Spets
d7af78066b
Upgrade Heisenbridge (1.2.1 -> 1.3.0)
4 lat temu
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 lat temu
PC-Admin
725150565a
GoMatrixHosting v0.6.3 hotfix2
4 lat temu
Slavi Pantaleev
5dc2868269
Upgrade Synapse (1.45.0 -> 1.45.1)
4 lat temu
HarHarLinks
7b33fc8e19
fixup! auto-generate prometheus.yml for workers metrics
4 lat temu
HarHarLinks
ce41674e61
auto-generate prometheus.yml for workers metrics
4 lat temu
HarHarLinks
4209c4208c
add own variable for worker metrics
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
4 lat temu
PC-Admin
75cfad57ca
GoMatrixHosting v0.6.3 hotfix
4 lat temu
Slavi Pantaleev
1dab178a44
Upgrade Synapse (1.44.0 -> 1.45.0)
4 lat temu
PC-Admin
18395e73d3
GMH v0.6.3
4 lat temu
Slavi Pantaleev
8c15555d00
Upgrade Element (1.9.0 -> 1.9.2)
4 lat temu
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 lat temu
Luke
1dac525e63
Added Mautrix Google Chat
4 lat temu
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
4 lat temu
Michael Collins
fc0296b56e
update element section
4 lat temu
Aaron R
25d0ae7b67
Update matrix-appservice-slack (1.5.0 -> 1.8.0)
I am not using this bridge and haven't tested this but multiple people have said 1.5.0 isn't working and 1.8.0 works for them so it seems to make sense to update.
https://github.com/matrix-org/matrix-appservice-slack/issues/618#issuecomment-929849093
4 lat temu
Michael Collins
c630bc3eaa
update element section
4 lat temu
Michael Collins
46cba52e79
update element section
4 lat temu
Michael Collins
b4654f8992
update element section
4 lat temu
Michael Collins
927633321a
update element section
4 lat temu
Michael Collins
676ba70971
update element section
4 lat temu
Michael Collins
53f4b84d1f
update element section
4 lat temu