Slavi Pantaleev
80ce28405c
Restore missing wiring between matrix_dendrite_container_extra_arguments_auto and matrix_homeserver_container_extra_arguments_auto
I believe this wiring had gotten lost at some point before.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3199
1 год назад
Slavi Pantaleev
d7fbec3e2a
Upgrade exim-relay (v4.97.1-r0-0-0 -> v4.97.1-r0-0-1)
1 год назад
Slavi Pantaleev
0c25bf0242
Upgrade exim-relay (v4.97-r0-0-3 -> v4.97.1-r0-0-0)
1 год назад
Slavi Pantaleev
3cfc8a423c
Upgrade container-socket-proxy (v0.1.2-0 -> v0.1.2-1)
1 год назад
Slavi Pantaleev
45fe0408ba
Upgrade container-socket-proxy (v0.1.1-3 -> v0.1.2-0)
1 год назад
Slavi Pantaleev
f6aa94deb9
Fix matrix_mautrix_meta_instagram_bridge_permissions_custom to use a dict
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3254
1 год назад
Slavi Pantaleev
cd88e4658c
Merge pull request #3254 from jswetzen/patch-1
Meta messenger documentation clarification
1 год назад
Johan Swetzén
98bd0f9272
Meta messenger documentation clarification
* Add link to database migration documentation.
* Correct configuration snippet to dict instead of str
1 год назад
Slavi Pantaleev
dd6ee2dd14
Fix incorrect Conduit configuration template path
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3248
1 год назад
Slavi Pantaleev
382fa37f19
Merge pull request #3252 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.104.0
1 год назад
renovate[bot]
348c8c25e0
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.104.0
1 год назад
Slavi Pantaleev
3e57c9f6e9
Merge pull request #3251 from etkecc/synapse-redis-dbid
add matrix_synapse_redis_dbid var
1 год назад
Aine
532e8b498b
add matrix_synapse_redis_dbid var
1 год назад
Slavi Pantaleev
de4eb1ace1
Upgrade exim-relay (v4.97-r0-0-2 -> v4.97-r0-0-3)
This new version makes the mail spool persistent, so that exim can be
restarted without losing queued messages.
1 год назад
Slavi Pantaleev
cc62d71243
Merge pull request #3250 from spantaleev/renovate/backup_borg-1.x
chore(deps): update dependency backup_borg to v1.2.8-1.8.9-0
1 год назад
renovate[bot]
0430baf567
chore(deps): update dependency backup_borg to v1.2.8-1.8.9-0
1 год назад
Slavi Pantaleev
e1a086ff87
Upgrade Element (v1.11.62 -> v1.11.63)
1 год назад
Slavi Pantaleev
37143b1305
Upgrade Element (v1.11.61 -> v1.11.62)
1 год назад
Slavi Pantaleev
50813c600d
Only run Debian Signed-By migration if Docker installation is managed by the playbook
1 год назад
Slavi Pantaleev
17b109d9f6
Fix year number in CHANGELOG section
Ref: 0e05a332db (commitcomment-140240527)
1 год назад
Slavi Pantaleev
42c036c920
Fix typo in changelog entry
1 год назад
Slavi Pantaleev
23dda314ef
Add one more link to changelog entry
1 год назад
Slavi Pantaleev
661f8c7121
Improve wording of changelog entry
1 год назад
Slavi Pantaleev
0e05a332db
Announce (Redis -> KeyDB) switch
1 год назад
Slavi Pantaleev
d0fd25dcda
Add some () for better readability
1 год назад
Slavi Pantaleev
9a8c9850aa
Pass and remap `matrix_architecture` to KeyDB role
Only `amd64` and `arm64` actually work.
The KeyDB role includes a validation task and will complain about
unsupported architectures (like `arm32`).
`arm32` users can stick to Redis for now (`keydb_enabled: false` + `redis_enabled: true`) until:
- the KeyDB role starts supporting self-building.. although building such large
projects on weak CPUs is probably impractical
- a prebuilt arm32 image is made available by other means
1 год назад
Slavi Pantaleev
a34ab87782
Upgrade KeyDB (v6.3.4-0 -> v6.3.4-1)
1 год назад
Slavi Pantaleev
b5ec8f83b1
Revert "become -> ansible_become"
This reverts commit 9c01d875f3 .
This is very confusing and messy.. but it's documented.
`ansible_become_*` variables actually take priority and override all `become_*`
variables set at the task level.
As such, using `ansible_become=true ansible_become_user=root` in
`inventory/hosts` causes issues because tasks that specify
`become: OTHER_USER` will be forced to run as `root` due to
`ansible_become_user`.
1 год назад
Slavi Pantaleev
ffd5829476
Merge pull request #3245 from spantaleev/renovate/redis-7.x
chore(deps): update dependency redis to v7.2.4-0
1 год назад
renovate[bot]
859f4ca26b
chore(deps): update dependency redis to v7.2.4-0
1 год назад
Aine
0b4309c8ef
Add keydb ( #3244 )
* add keydb as redis replacement
* sort requirements
1 год назад
Slavi Pantaleev
56cf263eb2
Upgrade ntfy (v2.9.0-1 -> v2.10.0-0)
1 год назад
Slavi Pantaleev
3454394857
Upgrade Traefik (v2.11.0-3 -> v2.11.0-4)
1 год назад
Slavi Pantaleev
9c01d875f3
become -> ansible_become
For some of these, the `ansible_` prefix does not seem to be needed,
but it's the canonical way to do things and it may become required in
newer Ansible versions.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3237
1 год назад
Slavi Pantaleev
7143133beb
Update Pantalaimon docs page to mention Mjolnir
1 год назад
Slavi Pantaleev
38b4c2e21f
Merge pull request #3240 from FSG-Cat/PantalFixes-and-Improvements
Improve Pantalaimon Support in Draupnir and add Mjolnir support
1 год назад
Catalan Lover
3b7468787f
Improve Pantalaimon Support in Draupnir and add Mjolnir support
1 год назад
Slavi Pantaleev
60b304a2f3
Merge pull request #3239 from spantaleev/renovate/gnuxie-draupnir-1.x
chore(deps): update gnuxie/draupnir docker tag to v1.87.0
1 год назад
Slavi Pantaleev
fe89e7dcbd
Merge pull request #3238 from FSG-Cat/Draupnir/D4A-1.87.0
Pin Draupnir Appservice to 1.87.0 instead of Develop & update Draupnir at the same time to the same version.
1 год назад
renovate[bot]
2d78ff2bda
chore(deps): update gnuxie/draupnir docker tag to v1.87.0
1 год назад
Catalan Lover
530df651c2
Pin Draupnir Appservice to 1.87.0 instead of Develop & update Draupnir
Appservice Draupnir for All required Develop before the release of 1.87.0 to work at all in the playbook. Now that we have a release to pin to we will return to being pinned to a release. Especially as Draupnir 2.0.0 push is happening now in main. This will mean that Draupnir develop is expected to be much more unstable than usual for a bit so its important that we pin to a stable release. These releases are validated due to having been dogfooded ever since D4A was merged into the playbook.
1 год назад
Slavi Pantaleev
a99b57943d
Announce initial work on IPv6 support in the changelog
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
1 год назад
Slavi Pantaleev
3758b0cfeb
Squashed commit of the following:
commit cf8637efac
Author: Slavi Pantaleev <slavi@devture.com>
Date: Sun Mar 24 19:14:57 2024 +0200
Make devture_systemd_docker_base_ipv6_enabled automatically reconfigure geerlingguy/ansible-role-docker
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
commit dc7af3bc7d
Author: Slavi Pantaleev <slavi@devture.com>
Date: Sun Mar 24 19:10:31 2024 +0200
Replace matrix_ipv6_enabled with devture_systemd_docker_base_ipv6_enabled
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
commit 07e900d6a2
Author: Slavi Pantaleev <slavi@devture.com>
Date: Sun Mar 24 19:01:51 2024 +0200
Improve matrix_ipv6_enabled comments
commit 3f03ca7f69
Author: Tilo Spannagel <development@tilosp.de>
Date: Sat Mar 9 19:27:50 2024 +0000
Add setting to enable ipv6
1 год назад
Slavi Pantaleev
96d42d2009
Upgrade systemd_docker_base (v1.0.0-2 -> v1.1.0-0)
1 год назад
Slavi Pantaleev
0049ddf002
Add Pantalaimon support
This is actually authored by Julian Foad here
(https://lab.trax.im/matrix/matrix-docker-ansible-deploy ), but was in
need of a rebase and various adjustments caused by huge playbook
refactoring that landed in the past months.
This rework is completely untested.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/266
1 год назад
Slavi Pantaleev
d25d0572fb
Upgrade exim-relay (v4.97-r0-0-1 -> v4.97-r0-0-2)
1 год назад
Slavi Pantaleev
6de6dd4759
Upgrade Traefik (v2.11.0-2 -> v2.11.0-3)
1 год назад
Slavi Pantaleev
c1b93fb337
Merge pull request #3236 from gardar/global-var-encryption-default
feat: Add global option to configure all bridges encryption default
1 год назад
gardar
e3bfd17792
docs: use available encryption vars instead of configuration extension
Signed-off-by: gardar <gardar@users.noreply.github.com>
1 год назад
gardar
23aee07cf4
feat: global option to configure all bridges encryption default
Signed-off-by: gardar <gardar@users.noreply.github.com>
1 год назад