Slavi Pantaleev
7b8b595e81
Upgrade Synapse (1.45.1 -> 1.46.0)
3 years ago
Slavi Pantaleev
dae117c91b
Bump Hydrogen (0.2.7 -> 0.2.19)
3 years ago
borisrunakov
9688d071a8
fix matrix_synapse_account_threepid_delegates_email and matrix_synapse_account_threepid_delegates_msisdn ( #1370 )
...
* fix for string concatenation on matrix_synapse_account_threepid_delegates_email and matrix_synapse_account_threepid_delegates_msisdn
* .editorconfig should not be ignored
* Restore .gitignore
Co-authored-by: b <b@b>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3 years ago
Slavi Pantaleev
4586efebd7
Merge pull request #1369 from borisrunakov/configurable-ma1sd-port
...
change port 8090 to matrix_ma1sd_default_port
3 years ago
Slavi Pantaleev
ff3bd12015
Upgrade devture/ansible (2.9.14-r0 -> 2.10.7-r0)
3 years ago
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
3 years ago
b
dcda17595a
change port 8090 to matrix_ma1sd_default_port
3 years ago
Slavi Pantaleev
add313c7be
Merge pull request #1368 from hifi/patch-2
...
Upgrade Heisenbridge (1.4.0 -> 1.4.1)
3 years ago
Toni Spets
17fc055d53
Upgrade Heisenbridge (1.4.0 -> 1.4.1)
3 years ago
Slavi Pantaleev
8f70f0f877
Merge pull request #1367 from GoMatrixHosting/gomatrixhosting-testing
...
GoMatrixHosting v0.6.4
3 years ago
PC-Admin
c6c68e00a4
merge upstream
3 years ago
Slavi Pantaleev
439c3fddc2
Merge pull request #1366 from pcfe/pcfe-do-not-use-quotes-for-shm-flag
...
fixes #1365
3 years ago
Patrick C. F. Ernzer
65182ea0f2
fixes #1365
...
docker-ce does not like quotes around the shm-size value
3 years ago
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
3 years ago
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
3 years ago
Slavi Pantaleev
39fa852ed6
Remove unnecessary if checks
...
Should have been done in 63f5a88fa0
.
3 years ago
Slavi Pantaleev
63f5a88fa0
Separate install/uninstall tasks for Element and Hydrogen
3 years ago
Slavi Pantaleev
76745342f4
Merge pull request #1361 from hifi/feature/heisenbridge-1.4.0
...
Upgrade Heisenbridge (1.3.0 -> 1.4.0)
3 years ago
Toni Spets
124b9608fc
Upgrade Heisenbridge (1.3.0 -> 1.4.0)
3 years ago
Slavi Pantaleev
e80cf7d92c
Merge pull request #1360 from thomwiggers/patch-6
...
update IRC appservice
3 years ago
Thom Wiggers
32f15e9bf0
update IRC appservice
...
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.32.1
3 years ago
Slavi Pantaleev
28fe9ffed4
Merge pull request #1359 from jariz/patch-1
...
caddy example fixes
3 years ago
jariz
0a10077c63
caddy example fixes
...
- caddy v1 requires a path in the header directive
- msisd has been replaced in favour of ma1sd
3 years ago
Slavi Pantaleev
c81ac90a05
Merge pull request #1358 from sakkiii/patch-2
...
Prometheus & Grafana Update
3 years ago
sakkiii
0231302db9
Upgrade grafana (8.1.4 -> 8.2.2)
3 years ago
sakkiii
d09609b3bd
Update prometheus (2.29.2 -> 2.30.3)
3 years ago
Slavi Pantaleev
feda83abf0
Mention that Hydrogen always undergoes self-building
3 years ago
Slavi Pantaleev
be17792466
Merge pull request #1352 from throwawayay/patch-1
...
Upgrade Element (v1.9.3)
3 years ago
throwawayay
d31cdb071a
Upgrade Element (v1.9.3)
...
https://github.com/vector-im/element-web/releases/tag/v1.9.3
3 years ago
Slavi Pantaleev
06bcdcf9d2
Merge pull request #1311 from HarHarLinks/master
...
add auto proxy synapse worker metrics
3 years ago
Kim Brose
5f6bbafa17
fix space before tab in indent
3 years ago
Slavi Pantaleev
013c6e68f9
Merge pull request #1348 from hifi/feature/heisenbridge-1.3.0
...
Upgrade Heisenbridge (1.2.1 -> 1.3.0)
3 years ago
Toni Spets
d7af78066b
Upgrade Heisenbridge (1.2.1 -> 1.3.0)
3 years ago
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
3 years ago
Slavi Pantaleev
35c91701a8
Merge pull request #1347 from GoMatrixHosting/gomatrixhosting-testing
...
Gomatrixhosting v0.6.3 hotfix2
3 years ago
PC-Admin
7f140e9be2
Merge remote-tracking branch 'upstream/master' into gomatrixhosting-testing
3 years ago
PC-Admin
725150565a
GoMatrixHosting v0.6.3 hotfix2
3 years ago
Slavi Pantaleev
86614d6357
Merge pull request #1345 from GoMatrixHosting/gomatrixhosting-testing
...
GoMatrixHosting v0.6.3 [hotfix]
3 years ago
Slavi Pantaleev
5dc2868269
Upgrade Synapse (1.45.0 -> 1.45.1)
3 years ago
HarHarLinks
7b33fc8e19
fixup! auto-generate prometheus.yml for workers metrics
3 years ago
HarHarLinks
ce41674e61
auto-generate prometheus.yml for workers metrics
3 years ago
HarHarLinks
dd4dc22619
add worker metrics documentation
3 years ago
HarHarLinks
4209c4208c
add own variable for worker metrics
...
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
3 years ago
PC-Admin
75cfad57ca
GoMatrixHosting v0.6.3 hotfix
3 years ago
Slavi Pantaleev
7595adb91d
Merge pull request #1344 from aaronraimist/patch-1
...
Fix link to nginx files in configuring-playbook-own-webserver.md
3 years ago
Aaron R
db81fa3415
Fix link to nginx files in configuring-playbook-own-webserver.md
3 years ago
Slavi Pantaleev
2fd968cf44
Merge pull request #1342 from aaronraimist/patch-1
...
Update installing.md to be a bit more clear
3 years ago
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
3 years ago
Slavi Pantaleev
1dab178a44
Upgrade Synapse (1.44.0 -> 1.45.0)
3 years ago
Slavi Pantaleev
139205f3b3
Merge pull request #1338 from GoMatrixHosting/gomatrixhosting-testing
...
Gomatrixhosting v0.6.3 - rebased properly :)
3 years ago