Slavi Pantaleev
328c3e0f26
Merge pull request #3270 from cksit/synology_fixes
Resolve Synology DSM 7.2 Docker Command Issue
1年前
cksit
88609a59b1
Fixed the docker cmd for generating Synapse config
1年前
Slavi Pantaleev
c89e437579
Upgrade synapse-auto-compressor (v0.1.3 -> v0.1.4)
This also removes the condition that made it use `latest` when
self-building is enabled.
v0.1.4 is expected to build correctly now, given that this issue is fixed:
https://github.com/matrix-org/rust-synapse-compress-state/issues/134
1年前
Slavi Pantaleev
9d647a7362
Upgrade Traefik (v2.11.0-4 -> v2.11.2-0)
1年前
Slavi Pantaleev
7b4983c5e8
Merge pull request #3268 from spantaleev/renovate/prometheus-2.x
chore(deps): update dependency prometheus to v2.51.2-0
1年前
Slavi Pantaleev
11494ac5fc
Merge pull request #3267 from spantaleev/renovate/grafana-10.x
chore(deps): update dependency grafana to v10.4.2-0
1年前
renovate[bot]
4cf447ef8d
chore(deps): update dependency prometheus to v2.51.2-0
1年前
renovate[bot]
f8f9229676
chore(deps): update dependency grafana to v10.4.2-0
1年前
Slavi Pantaleev
5a364f2b45
Merge pull request #3265 from spantaleev/renovate/matrixdotorg-sygnal-0.x
chore(deps): update matrixdotorg/sygnal docker tag to v0.14.1
1年前
renovate[bot]
a57b38dc25
chore(deps): update matrixdotorg/sygnal docker tag to v0.14.1
1年前
Slavi Pantaleev
5365f58422
Merge pull request #3264 from spantaleev/renovate/matrixdotorg-dendrite-monolith-0.x
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.7
1年前
renovate[bot]
b63918813e
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.7
1年前
Slavi Pantaleev
0742d348b0
Upgrade Element (v1.11.63 -> v1.11.64)
1年前
Samuel Meenzen
0afc4f1427
chore: fix nix flake ( #3259 )
1年前
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年前