Slavi Pantaleev
b711189e47
Merge pull request #1642 from JokerGermany/patch-2
fix typo
4 лет назад
JokerGermany
31d3706166
fix typo
4 лет назад
Slavi Pantaleev
6089c8b47b
Merge pull request #1640 from AnonyPla/patch-1
Update for changing the federation port into the documentation
4 лет назад
AnonyPla
cb5a8e8736
Update for changing the federation port
This is a proposed add to the documentation to inform users how to change the federation port using the ansible playbook for eventual use with third party services such as CDNs.
4 лет назад
Slavi Pantaleev
b9bc2c4eb7
Merge pull request #1639 from ChrisKar96/patch-1
Upgrade Element (1.10.3 -> 1.10.4)
4 лет назад
Christos Karamolegkos
a6e766a06a
Upgrade Element (1.10.3 -> 1.10.4)
4 лет назад
Slavi Pantaleev
2f722e8625
Merge pull request #1634 from pucilpet/master
Changed to: mautrix-whatsapp v0.2.4 tag
4 лет назад
Petteri Pucilowski
fe389bd11a
Changed to: mautrix-whatsapp v0.2.4 tag
4 лет назад
Slavi Pantaleev
0d4d476cd8
Merge pull request #1631 from aaronraimist/postgres
Postgres Minor Updates (14.2, 13.6, 12.10, 11.15, 10.20)
4 лет назад
Aaron Raimist
f0e30c76f3
Postgres Minor Updates (14.2, 13.6, 12.10, 11.15, 10.20)
4 лет назад
Slavi Pantaleev
c7885e85aa
Merge pull request #1630 from iambeingtracked/patch-1
Update faq.md
4 лет назад
iambeingtracked
6b4afd1051
Update faq.md
It had an extra dot, which resulted in a question mark and a dot after each other
4 лет назад
Slavi Pantaleev
1ed46f0a86
Remove Jinja2 templating delimiters from when statement
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1629
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505
4 лет назад
Slavi Pantaleev
8b3fad45f9
Upgrade Element (1.10.1 -> 1.10.3)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1627
4 лет назад
Slavi Pantaleev
241e21c702
Fix typo
4 лет назад
Slavi Pantaleev
f0ab2ec506
Add support for configuring allow_embedding for Grafana
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1626
4 лет назад
Slavi Pantaleev
cfba9b2cf5
Update matrix_encryption_disabler (patch_power_levels feature)
Related to:
- https://github.com/digitalentity/matrix_encryption_disabler/pull/4
- https://github.com/digitalentity/matrix_encryption_disabler/issues/5
- https://github.com/digitalentity/matrix_encryption_disabler/pull/6
4 лет назад
Slavi Pantaleev
5eeb0156b1
Bump matrix_encryption_disabler "version"
4 лет назад
Slavi Pantaleev
fb4c6961e9
Announce matrix_encryption_disabler support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
4 лет назад
Slavi Pantaleev
f44ca0c7c2
Add support for matrix_encryption_disabler
Related to https://github.com/matrix-org/synapse/issues/4401
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
4 лет назад
Slavi Pantaleev
c8d924147c
Merge pull request #1622 from FSG-Cat/patch-1
Update Hydrogen from v0.2.25 to v0.2.26
4 лет назад
Catalan Lover
cc412dfffe
Update Hydrogen from v0.2.25 to v0.2.26
4 лет назад
Slavi Pantaleev
85c66a944f
Remove useless cast
4 лет назад
Slavi Pantaleev
0ce68b1ca5
Merge pull request #1374 from spantaleev/shared-secret-auth-v2
Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0)
4 лет назад
Slavi Pantaleev
5a69c899a3
Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0.2)
For now, we disable the new `com.devture.shared_secret_auth` login type
by default, because it causes problems with Element:
https://github.com/vector-im/element-web/issues/19605
This also becomes the first module to use the new Synapse module system
that got introduced in Synapse v1.46.0.
Despite these upgrades, things should remain functionally identical
as far as bridges, matrix-corporal or other consumers are concerned.
4 лет назад
Slavi Pantaleev
fa9b69e213
Merge pull request #1614 from Wunderharke/master
add basic fedora support
4 лет назад
Slavi Pantaleev
e2e5db3b89
Do not use misleading with_items for a single file
4 лет назад
Slavi Pantaleev
6c47b447e3
Do not use misleading with_items for a single file
4 лет назад
Slavi Pantaleev
b7df6ceebb
Merge pull request #1618 from ZzMzaw/feat/ssl-doc-update
Add missing endpoints for SSL certificates
4 лет назад
ZzMzaw
6576d4596e
Add missing endpoints for SSL certificates
Playbook is retrieving certificates for some endpoints which were
not listed in the doc
4 лет назад
Wunderharke
a24f7626bd
7330992b20 fixed the major_version compare and made foedora deployments to use setup_redhat8.yml. This however broke the script on fedora as there is no EPEL package. This commit add very basic fedora support.
4 лет назад
Slavi Pantaleev
7330992b20
Do not compare ansible_distribution_major_version as a string
Fedora 35 is:
- `ansible_os_family = 'RedHat'`
- `ansible_distribution_major_version = '35'`
Our RedHat checks against v7/v8 are really for RHEL derivatives (CentOS, Rockylinux,
AlmaLinux), but the same checks (by coincidence) apply for Fedora 35.
The problem is that `'35' > '7'` (comparing these as strings) is
`false`.
This patch makes sure that we always cast
`ansible_distribution_major_version` to an integer.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1610
4 лет назад
Slavi Pantaleev
e09694f5ef
Merge pull request #1613 from Marwel/master
some yamllint ignoring
4 лет назад
Marko Weltzer
3ad454e06d
Merge branch 'spantaleev:master' into master
4 лет назад
Marko Weltzer
43a7cd2efc
fix: ignore generated file on yamllint
4 лет назад
Slavi Pantaleev
e0df99a7de
Fix typo
4 лет назад
Marko Weltzer
f92e6ad7b9
fix: disable yamllint on ci line, "on" is not always truthy
4 лет назад
Slavi Pantaleev
156a03d93d
Merge pull request #1606 from Marwel/master
yamllint all the things
4 лет назад
Slavi Pantaleev
94c9780f7a
Fix matrix_synapse_encryption_enabled_by_default_for_room_type
The value of `off` was taken to be a boolean, but it shouldn't be.
Synapse expects a string (currently one of: `all`, `invite`, `off`).
4 лет назад
Slavi Pantaleev
5addb889b1
Fix inconsistent spacing
4 лет назад
Marko Weltzer
d27e623c71
fix: manually merge upstream
4 лет назад
Marko Weltzer
8e8bf55e15
fix: missing spaces on closing }
4 лет назад
Slavi Pantaleev
5163aa643a
Upgrade Synapse (1.51.0 -> 1.52.0)
This also removes the `matrix_synapse_version_arm64` variable we've
been dragging around for a long time.
Since https://github.com/matrix-org/synapse/pull/11810 , a multiarch Synapse
container image (for AMD64 and ARM64) is released at the same time.
4 лет назад
Slavi Pantaleev
a095accce7
Replace some CentOS references to support other RHEL derivatives
Not hardcoding 'CentOS' and using the OS family ('RedHat') instead,
we now behave better on Rockylinux and AlmaLinux, etc.
With that said, we may or may not fully support CentOS/Rockylinux/AlmaLinux v8 yet.
Certain things were improved in
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/300 .
v8 support is discussed here: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/300
Certain things (firewalld?) may still be problematic. This patch does not try to address those.
If the remaining issues are confirmed to be fixed in the future, we can mark v8 as supported.
4 лет назад
Marko Weltzer
902b40fa1b
Merge remote-tracking branch 'origin/master'
4 лет назад
Marko Weltzer
de025425b5
fix: revert changes to .md files
4 лет назад
Marko Weltzer
819574b8ba
Merge branch 'spantaleev:master' into master
4 лет назад
Marko Weltzer
8de4e061e1
feat: add yamllint gh action
4 лет назад
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 лет назад
Slavi Pantaleev
b244ab477c
Upgrade email2matrix (1.0.2 -> 1.0.3)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1605
Fixes a regression introduced in ccb85b31a4 . The
`docker.io/devture/email2matrix:1.0.2` container image was faulty due to
this 49f966d6cc
4 лет назад