Aine
6658c690cb
allow native draupnir (bot) auth using login/password
пре 9 месеци
renovate[bot]
e0dbd0581f
Update matrixdotorg/dendrite-monolith Docker tag to v0.15.0
пре 9 месеци
renovate[bot]
b129ab77cd
Update gnuxie/draupnir Docker tag to v2.6.0
пре 9 месеци
Richard Meyer
be161ae6e1
Update main.yml
пре 9 месеци
renovate[bot]
17b738b40e
Update matrixconduit/matrix-conduit Docker tag to v0.10.8
пре 9 месеци
Aine
b24b13564a
Synapse v1.135.2
пре 9 месеци
Aine
c38c606b8e
Synapse v1.135.1 - switch to room version v12 by default
пре 9 месеци
renovate[bot]
d3fcd7a97a
Update ghcr.io/element-hq/element-web Docker tag to v1.11.109
пре 9 месеци
Slavi Pantaleev
389118760f
Change default OpenAI model for baibot (`gpt-4.1` -> `gpt-5`)
Ref: https://openai.com/index/introducing-gpt-5/
пре 9 месеци
renovate[bot]
593fbd74de
Update gnuxie/draupnir Docker tag to v2.5.1
пре 9 месеци
renovate[bot]
8bde2035f7
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.8.6
пре 9 месеци
renovate[bot]
e395857a14
Update ghcr.io/element-hq/element-call Docker tag to v0.14.1
пре 9 месеци
renovate[bot]
8762cc0d7d
Update matrixconduit/matrix-conduit Docker tag to v0.10.7
пре 9 месеци
renovate[bot]
6f2e7e7a57
Update ghcr.io/element-hq/synapse Docker tag to v1.135.0
пре 9 месеци
Slavi Pantaleev
1761615bf8
Make `devture_playbook_runtime_messages_list` integration compatible with ansible-core>=2.19.0
Related to https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages/issues/1
пре 9 месеци
renovate[bot]
2f429411f3
Update ghcr.io/element-hq/element-call Docker tag to v0.14.0
пре 9 месеци
renovate[bot]
d2419fccf3
Update ghcr.io/element-hq/element-web Docker tag to v1.11.108
пре 10 месеци
Aine
cbbf20004c
replace access log ip anonymization with vars to control access logs
пре 10 месеци
renovate[bot]
5de4b5c657
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.7.30
пре 10 месеци
Aine
e8c7091c3f
update nginx configs for cinny, hydrogen, and synapse reverse proxy companion with ip anonymization
пре 10 месеци
Slavi Pantaleev
0d56aa126c
Fix container name typo (`matrix-jwt-service` -> `matrix-livekit-jwt-service`) in `ExecStop`
пре 10 месеци
Slavi Pantaleev
d4c168daa9
Do not use `docker stop --time` (deprecated in Docker v28 in favor of `--timeout` or just `-t`)
пре 10 месеци
Slavi Pantaleev
e7d4bd4e28
Upgrade livekit-jwt-servie (0.2.3 -> 0.3.0) and make use of the new `LIVEKIT_FULL_ACCESS_HOMESERVERS` environment variable
Ref: https://github.com/element-hq/lk-jwt-service/releases/tag/v0.3.0
пре 10 месеци
renovate[bot]
11028761a1
Update ghcr.io/element-hq/element-web Docker tag to v1.11.107
пре 10 месеци
Paul ALNET
24d6d4b94b
fix indentation in ma1sd validate_config
пре 10 месеци
renovate[bot]
350cd2031a
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.20.0
пре 10 месеци
Slavi Pantaleev
7f1fa52dd3
Do not invoke `render_worker_upstream()` with an empty workers list
On ansible-core 2.19.0, invoking macro like this (which only outputted
something in its `if` block, not in `else`), resulted in a macro
outputting `None`.
One way to work around it is to add an explicit `else` block which also
outputs something.
A better way to work around it is to only invoke the macro if it
has something to output.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4458
пре 10 месеци
Slavi Pantaleev
d876da4186
Explicitly tell template-lookup to not auto-parse JSON files
ansible-core>=2.19.0 only auto-parses YAML files, not JSON.
Previous ansible-core versions auto-parsed JSON as well, but ansible-core>=2.19.0
doesn't, so we added a `from_json` post-filter.
However, older versions auto-parsing JSON and turning it into a dict, on
which we later run `from_json` is no good.
In this patch, we try to equalize behavior and configure Ansible to never parse JSON,
hopefully making old-Ansible behave like new Ansible.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4458
Ref: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_lookup.html#parameter-convert_data
пре 10 месеци
Slavi Pantaleev
4ef78bdb7f
Adjust default value for `matrix_synapse_admin_configuration_extension_json_auto` to match what we expect and how we use it
We expect a string, which is parsed via `from_json`.
This matches previous usage in inventories, as well as what the
user-controlled precedessor of this variable (`matrix_synapse_admin_configuration_extension_json`)
is like.
Related to 997e6ca611
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4459
пре 10 месеци
Aine
997e6ca611
fix synapse-admin for ansible-core>=2.19.0. Related to #4445
пре 10 месеци
Slavi Pantaleev
3a11a32f9e
Do not rely on ansible-core>=2.19.0 to process Jinja blocks inside strings found in other strings blocks
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
пре 10 месеци
Slavi Pantaleev
570c4121b7
Make sure remaining `when` dict keys do not refer to variables directly, but open a Jinja block
Most `when` dict keys already were done correctly, but these few weren't.
ansible-core 2.19.0 reported the following errors for them:
> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.
> [DEPRECATION WARNING]: The `bool` filter coerced invalid value 'variable_name' (str) to False. This feature will be removed from ansible-core version 2.23.
пре 10 месеци
Slavi Pantaleev
90813b3739
Pass the result of JSON-file template lookups through `from_json` for better ansible-core>=2.19.0 compatibility
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
It seems like ansible-core 2.19.0 no longer automatically parses template lookup content
as JSON (into a dict) when dealing with template files (be it `file.json.j2` or `file.j2`).
For files detected to contain YAML (`.ya?ml.j2`, but possibly others),
it automatically parses YAML, because the `convert_data` option
for the template lookup defaults to `true`.
Ref: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_lookup.html
пре 10 месеци
Slavi Pantaleev
f2524902af
Cast variables to string before running `length` on them when checking if a variable contains a value
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
пре 10 месеци
Slavi Pantaleev
51ab9ed9ff
Adjust `lstrip_blocks` to use a `bool` value for compatibility with ansible-core>=2.19.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
пре 10 месеци
Slavi Pantaleev
5651206e77
Fix indentation of `when` clause
Fixup for a1f6ee4dc9
пре 10 месеци
Slavi Pantaleev
a1f6ee4dc9
Improve compatibility with ansible-core>=2.19.0 by not reaching into `vars`
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
пре 10 месеци
Aine
16212150a3
Sygnal: rollback to v0.15.1, because v0.16.0's docker image is broken
пре 10 месеци
renovate[bot]
69184bc4a3
Update matrixdotorg/sygnal Docker tag to v0.16.0
пре 10 месеци
renovate[bot]
8be4927770
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.7.23
пре 10 месеци
Aine
7261be5537
add matrix_synapse_ext_password_provider_ldap_tls_options_validate var
пре 10 месеци
renovate[bot]
7eff95f38d
Update joseluisq/static-web-server Docker tag to v2.38.0
пре 10 месеци
renovate[bot]
abc74a6b96
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.12.3
пре 10 месеци
renovate[bot]
c6871d187f
Update dock.mau.dev/mautrix/twitter Docker tag to v0.4.3
пре 10 месеци
renovate[bot]
7cf0fe52d4
Update dock.mau.dev/mautrix/telegram Docker tag to v0.15.3
пре 10 месеци
renovate[bot]
70686595d5
Update dock.mau.dev/mautrix/slack Docker tag to v0.2.2
пре 10 месеци
renovate[bot]
2ad2fd8b57
Update dock.mau.dev/mautrix/signal Docker tag to v0.8.5
пре 10 месеци
renovate[bot]
eb067b7536
Update dock.mau.dev/mautrix/discord Docker tag to v0.7.5
пре 10 месеци
renovate[bot]
c1d5d38cf6
Update dock.mau.dev/mautrix/bluesky Docker tag to v0.1.2
пре 10 месеци
renovate[bot]
b5af7f7a32
Update dock.mau.dev/mautrix/meta Docker tag to v0.5.2
пре 10 месеци