Slavi Pantaleev
9a231a815d
Fix duplicate variable override (matrix_wechat_container_image_registry_prefix_upstream)
2025-03-15 08:18:58 +02:00
Slavi Pantaleev
2a6b746acd
stdout_callback = yaml -> result_format = yaml
...
Fixes:
> [DEPRECATION WARNING]: community.general.yaml has been deprecated. The plugin has been superseded by the the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. This feature will be removed from
community.general in version 13.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
Ref:
- https://docs.ansible.com/ansible/latest/collections/community/general/yaml_callback.html
- https://docs.ansible.com/ansible/latest/collections/ansible/builtin/default_callback.html#parameter-result_format
2025-03-15 08:09:59 +02:00
Slavi Pantaleev
f8f7ffc7dd
Minor adjustment in docs/configuring-ipv6.md
2025-03-15 07:54:52 +02:00
Slavi Pantaleev
95dcaf6e2d
become* -> ansible_become* for inventory hosts
2025-03-15 07:28:52 +02:00
Slavi Pantaleev
60e2e035a2
Add matrix_synapse_rc_delayed_event_mgmt variable
...
Ref:
- https://github.com/element-hq/element-call/blob/c4747dd1776b7ad034e61b7723316c975bdd3470/docs/self-hosting.md#a-matrix-homeserver
- https://github.com/element-hq/element-call/commit/e39fe3bc7f6b35c5c70665b8527cde3b3d3c4153
2025-03-14 22:29:08 +02:00
Slavi Pantaleev
8e883a5554
Fail if Synapse experimental feature QR code login (MSC4108) is enabled while Next-Gen Auth (MSC3861) is not
2025-03-14 19:06:37 +02:00
Slavi Pantaleev
2f30886b19
Rework license information adding for $instagram_role_path/README.md to fix reuse lint
2025-03-12 18:40:23 +02:00
Slavi Pantaleev
60bc3a9a7b
Ensure container labels file is empty if nothing is exposed for mautrix-meta bridges
...
Without this, we get a warning message from Traefik:
> INF Could not create a router for the container: too many services providerName=docker
Possibly due to the multiple services defined there without a single
explicitly-defined router.
2025-03-12 18:35:13 +02:00
Slavi Pantaleev
c9b2f2c995
Adjust bin/rebuild-mautrix-meta-instagram.sh script to add license headers and rebuild matrix-bridge-mautrix-meta-instagram with it
2025-03-12 18:34:24 +02:00
Slavi Pantaleev
2be709e2ce
Adjust some _registry_prefix_upstream variables in group_vars/matrix_servers to make them respect matrix_container_global_registry_prefix_override
...
Follow-up to 3492d31dca
2025-03-12 18:00:28 +02:00
Slavi Pantaleev
3492d31dca
Rename some leftover _name_prefix variables (to _registry_prefix)
2025-03-12 17:57:10 +02:00
Slavi Pantaleev
5287b8ddeb
Fix use of undefined variable matrix_authentication_service_container_image_name_prefix
2025-03-12 17:51:19 +02:00
Slavi Pantaleev
a9ee537f83
Only point matrix_synapse_report_stats_endpoint to matrix-synapse-usage-exporter if it's enabled
...
Fixup related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3442
2025-03-12 10:04:06 +02:00
Slavi Pantaleev
c5a03efdf6
Increase default Synapse/rc_message rate limits
...
The new rate limits are more suitable for running Element Call.
Ref:
- https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
Instead of trying to increase them conditionally only when Element Call
is enabled, it's simpler and good-enough to just increase them in all cases.
2025-03-12 09:13:43 +02:00
Slavi Pantaleev
63f81bf268
Add support for configuring Synapse's MSC4222 (adding state_after to sync v2) experimental feature
...
This is required by Element Call.
Ref:
- https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
2025-03-12 09:12:39 +02:00
Slavi Pantaleev
f5a0be0a7b
Add support for configuring Synapse's MSC4140 (Delayed Events) experimental feature
...
This is required by Element Call.
Ref:
- https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
2025-03-12 09:10:35 +02:00
Slavi Pantaleev
4fb0b75942
Reorder Synapse config's experimental_features alphabetically
2025-03-12 09:05:59 +02:00
Slavi Pantaleev
5dfbefd649
Fix comment indentation in examples/reverse-proxies/caddy2-in-container/docker-compose.yaml
2025-03-12 07:03:47 +02:00
Slavi Pantaleev
aa36acdef1
Remove useless matrix_static_files_client_redirect_root_uri_to_domain variable definition
2025-03-12 06:36:24 +02:00
Slavi Pantaleev
40732e3594
Upgrade Element Web (v1.11.94 -> v1.11.95) and patch healthcheck
...
Related to:
- https://github.com/element-hq/element-web/pull/29471
- 16f9e7dd46
2025-03-11 22:34:59 +02:00
Slavi Pantaleev
a5d850d800
Add matrix_client_element_environment_variable_element_web_port and matrix_client_element_environment_variables_extension variables
2025-03-11 22:34:59 +02:00
Slavi Pantaleev
e65d198841
Run Element Web in tightened/read-only mode without a custom nginx config
...
Newer Element Web versions allow for the nginx port to be
overriden, etc., and provide instructions for running in read-only mode.
This makes our custom `nginx.conf` patches unnecessary.
Passing the correct `ELEMENT_WEB_PORT` environment variable
also helps with future changes.
Another benefit of this (besides keeping closer to upstream
recommendations and the improved simplicity) is that:
- the container can run its entrypoint env-substitutions code now,
without reporting errors
- IPv6 for nginx works, so `matrix-client-element:8080` is accessible
via IPv6 on the container network now
(this affects only for Traefik's communicaton with Element Web
internally; public connectivity was handled by Traefik and IPv6 was
available there even before)
Ref:
- https://github.com/element-hq/element-web/blob/2052080d7d8a213064910cac491ec5cf9057610e/docs/install.md#docker
- https://github.com/element-hq/element-web/pull/28849
- https://github.com/element-hq/element-web/pull/28840
2025-03-11 22:32:35 +02:00
Slavi Pantaleev
16f9e7dd46
Revert "Upgrade Element Web (v1.11.94 -> v1.11.95)"
...
This reverts commit 178f7a9fff .
Element v1.11.95 doesn't seem to work. The container starts and is
unhealthy.
Until this is investigated and fixed, reverting.
2025-03-11 19:26:00 +02:00
Slavi Pantaleev
bda63024ee
Upgrade Synapse (v1.125.0 -> v1.126.0)
2025-03-11 19:14:37 +02:00
Slavi Pantaleev
178f7a9fff
Upgrade Element Web (v1.11.94 -> v1.11.95)
2025-03-11 19:14:08 +02:00
Slavi Pantaleev
1313f1e414
Make base domain root path redirect also handle URLs with query strings (passing them along)
...
Previously `https://example.com ` and `https://example.com/ ` would be
redirected to `https://matrix.example.com `.
However, `https://example.com/?something ` was not handled and was tried
to be served as a file by matrix-static-files for this base domain.
From now on, paths containing query strings will be handled as well
and the query string will be passed along.
Example: `https://example.com/?something ` -> `https://matrix.example.com/?something `
2025-03-11 19:07:33 +02:00
Slavi Pantaleev
7e24667fc7
Upgrade traefik-certs-dumper (v2.8.3-7 -> v2.10.0-0)
2025-03-10 07:14:50 +02:00
Slavi Pantaleev
82c5afd214
Upgrade ntfy (v2.11.0-3 -> v2.11.0-4)
2025-03-10 07:08:49 +02:00
Slavi Pantaleev
35dd8e46cd
Adjust /etc/docker/daemon.json cleanup comment with link to ansible-role-docker PR
2025-03-09 16:22:46 +02:00
Slavi Pantaleev
6d6fd4bf85
Add license information to roles/custom/matrix_playbook_migration/tasks/docker_daemon_options_file_cleanup.yml
2025-03-09 16:07:01 +02:00
Slavi Pantaleev
e33ed912cb
Reorder matrix_playbook_docker_installation_daemon_options* variables a bit
2025-03-09 16:04:18 +02:00
Slavi Pantaleev
bd073bca74
Remove /etc/docker/daemon.json when no Docker options are set anymore
2025-03-09 16:03:15 +02:00
Slavi Pantaleev and GitHub
5aa8bf9c3d
Merge pull request #4157 from spantaleev/renovate/setuptools-75.x
...
Update dependency setuptools to v75.9.1
2025-03-09 07:22:34 +02:00
Slavi Pantaleev and GitHub
281da3eab4
Merge pull request #4156 from spantaleev/renovate/setuptools-75.x
...
Update dependency setuptools to v75.9.0
2025-03-09 07:18:35 +02:00
Slavi Pantaleev
ce90df519e
docs/configuring-playbook-ipv6.md -> docs/configuring-ipv6.md
2025-03-08 15:42:50 +02:00
Slavi Pantaleev and GitHub
d92a091523
Merge pull request #4155 from luixxiul/fix
...
Update docs/configuring-playbook-email.md: copy from the ansible-role…
2025-03-08 15:30:52 +02:00
Slavi Pantaleev
ffa1ff67eb
Recommend IPv6 enablement by default to all users
...
Follow-up to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
2025-03-08 15:22:13 +02:00
Slavi Pantaleev
c90e40b24d
Upgrade exim-relay (v4.98.1-r0-1-0 -> v4.98.1-r0-2-0)
2025-03-08 07:36:55 +02:00
Slavi Pantaleev and GitHub
a1ee35e8ea
Merge pull request #4154 from Iruwen/feature/experimental-msc3266
...
Enable room summary API (MSC3266) support for Synapse
2025-03-06 17:47:24 +02:00
Slavi Pantaleev and GitHub
f6ba56e15d
Merge pull request #4151 from spantaleev/renovate/jinja2-3.x
...
Update dependency Jinja2 to v3.1.6
2025-03-06 07:07:36 +02:00
Slavi Pantaleev and GitHub
247ef546ba
Merge pull request #4152 from spantaleev/dependabot/pip/i18n/jinja2-3.1.6
...
Bump jinja2 from 3.1.5 to 3.1.6 in /i18n
2025-03-06 07:05:18 +02:00
Slavi Pantaleev
1c68fd0d9b
Make matrix-synapse-reverse-proxy-companion not report "502 Bad Gateway" when Synapse workers restart
...
Since nginx 1.27.3, we can make use of the `resolve` parameter for an `upstream`'s `server`,
to allow DNS resolution to happen continuously at runtime, not just once during startup.
Previously, this was not possible to do in an `upstream` block without
an nginx-plus subscription. Outside of an `upstream` block, we've used
and still use `set $backend ..` workarounds to get DNS resolution at
runtime, but now we can do it in `upstream` as well.
2025-03-05 21:24:43 +02:00
Slavi Pantaleev and GitHub
db993c5bb3
Merge pull request #4150 from luixxiul/fix
...
Update docs/configuring-playbook-s3.md: add links to Storj and edit t…
2025-03-05 20:58:29 +02:00
Slavi Pantaleev and GitHub
c63660ede2
Merge pull request #4149 from luixxiul/fix
...
Add REUSE compliant badge on README.md
2025-03-05 09:40:29 +02:00
Slavi Pantaleev and GitHub
7944036343
Merge pull request #4148 from spantaleev/renovate/docker.io-metio-matrix-alertmanager-receiver-2025.x
...
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.3.5
2025-03-05 08:31:43 +02:00
Slavi Pantaleev and GitHub
a103fa63a9
Merge pull request #4147 from spantaleev/renovate/ajbura-cinny-4.x
...
Update ajbura/cinny Docker tag to v4.5.1
2025-03-05 08:31:33 +02:00
Slavi Pantaleev and GitHub
b391a96e78
Merge pull request #4146 from luixxiul/patch-2
...
Update validate_config.yml files
2025-03-05 08:30:34 +02:00
Slavi Pantaleev and GitHub
bf0918ae58
Merge branch 'master' into patch-2
2025-03-05 08:29:35 +02:00
Slavi Pantaleev and GitHub
a2bc87a585
Merge pull request #4145 from luixxiul/fix
...
Add license information to the rest of the files to make the project REUSE compliant
2025-03-05 08:27:49 +02:00
Slavi Pantaleev and GitHub
9c21067cd5
Merge pull request #4144 from luixxiul/patch-3
...
Update docs/configuring-playbook.md: update the instruction to use git
2025-03-05 08:27:26 +02:00
Slavi Pantaleev and GitHub
374d19c4d4
Merge pull request #4143 from luixxiul/fix
...
Add license information to various files
2025-03-04 20:33:27 +02:00
Slavi Pantaleev and GitHub
dc77f84e66
Merge pull request #4142 from luixxiul/fix
...
Update docs for S3 media storage configuration for Synapse
2025-03-04 17:00:14 +02:00
Slavi Pantaleev and GitHub
5adaaf7c80
Merge pull request #4141 from spantaleev/renovate/ajbura-cinny-4.x
...
Update ajbura/cinny Docker tag to v4.5.0
2025-03-04 13:39:09 +02:00
Slavi Pantaleev and GitHub
35d38b28bf
Merge pull request #4140 from luixxiul/fix
...
Add license information to files for matrix-synapse
2025-03-04 12:44:11 +02:00
Slavi Pantaleev and GitHub
0e598acc3c
Merge pull request #4139 from spantaleev/renovate/gnuxie-draupnir-2.x
...
Update gnuxie/draupnir Docker tag to v2.2.0
2025-03-03 22:39:19 +02:00
Slavi Pantaleev
2ef1a2e48d
Upgrade exim-relay (v4.98.1-r0-0-0 -> v4.98.1-r0-1-0) to allow usage over IPv6
2025-03-03 22:33:15 +02:00
Slavi Pantaleev and GitHub
50c63edb61
Merge pull request #4138 from luixxiul/fix
...
Add license information to files for components
2025-03-03 13:44:39 +02:00
Slavi Pantaleev and GitHub
81b752e56c
Merge pull request #4137 from luixxiul/fix
...
Add license information to files for components and files on the top-level directory
2025-03-03 08:14:03 +02:00
Slavi Pantaleev and GitHub
c113f8fbd8
Merge pull request #4136 from spantaleev/renovate/sphinx-8.x
...
Update dependency Sphinx to v8.2.3
2025-03-03 08:13:10 +02:00
Slavi Pantaleev and GitHub
fa1b99476c
Merge pull request #4135 from luixxiul/fix
...
Add license information to files for components related to Synapse
2025-03-02 19:25:50 +02:00
Slavi Pantaleev and GitHub
4b2c4d0df5
Merge pull request #4132 from luixxiul/fix
...
Add license information to files in reverse-proxies directory and ones related to project management and administration
2025-03-02 10:30:46 +02:00
Slavi Pantaleev and GitHub
5694831507
Merge pull request #4133 from luixxiul/patch-2
...
Add mautrix-bluesky to a table on docs/container-images.md
2025-03-02 10:23:48 +02:00
Slavi Pantaleev and GitHub
0b23167773
Merge pull request #4131 from luixxiul/fix
...
Add license information to files for the other mautrix bridges
2025-03-01 16:44:10 +02:00
Slavi Pantaleev and GitHub
fd2683b1ab
Merge pull request #4130 from luixxiul/fix
...
Add license information to files for some mautrix bridges
2025-03-01 09:21:22 +02:00
Slavi Pantaleev
dbfcb2d2c1
Upgrade Traefik (v3.3.3-4 -> v3.3.4-0)
2025-03-01 07:01:56 +02:00
Slavi Pantaleev and GitHub
a83d79e229
Merge pull request #4127 from luixxiul/fix
...
Add license information to files for components
2025-03-01 06:52:56 +02:00
Slavi Pantaleev and GitHub
9ba0f51a8f
Merge pull request #4125 from luixxiul/patch-2
...
Update docs for components related to authentication and ma1sd
2025-02-28 16:27:39 +02:00
Slavi Pantaleev and GitHub
8abb8455c7
Merge pull request #4124 from luixxiul/fix
...
Add license information to files for components
2025-02-28 16:27:16 +02:00
Slavi Pantaleev and GitHub
bf5726f603
Merge pull request #4123 from luixxiul/fix
...
Add license information to files for some components
2025-02-28 12:19:34 +02:00
Slavi Pantaleev and GitHub
5ceee4d6cd
Merge pull request #4122 from luixxiul/fix
...
Add license information to some components
2025-02-28 08:30:24 +02:00
Slavi Pantaleev and GitHub
225365929d
Merge pull request #4121 from luixxiul/fix
...
Add license information to files for components
2025-02-27 21:16:34 +02:00
Slavi Pantaleev
37f84173f0
Put proxy_set_header Host $host; at the server level for matrix-synapse-reverse-proxy-companion
...
Continuation of the refactoring done in 10fabc32bc
2025-02-27 19:04:34 +02:00
Slavi Pantaleev
10fabc32bc
Rework client_body_buffer_size/client_max_body_size and proxy_max_temp_file_size configuration for matrix-synapse-reverse-proxy-companion
...
Until now, most sections were specifying their own values for these.
For `client_max_body_size`, a value of 25MB was hardcoded in most places.
This was generally OK, but..
Some sections (those generated by the `render_locations_to_upstream` macro), were not specifying these options
and were ending up with a default value for configuration options for `client_max_body_size` (likely 1MB), etc.
From now on:
- we use individual variables for defining these for the Client-Server
and Federation API and apply these once at the `server` level
- we keep auto-determining the `client_max_body_size` for the
Client-Server API based on `matrix_synapse_max_upload_size_mb`
- we keep auto-calculating the `client_max_body_size` for the Federation
API based on the one for the Client API, but now also add a "minimum"
value (`matrix_synapse_reverse_proxy_companion_federation_api_client_max_body_size_mb_minimum: 100`)
to ensure we don't go too low
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4100
2025-02-27 18:53:56 +02:00
Slavi Pantaleev and GitHub
771fd4e58c
Merge pull request #4120 from spantaleev/renovate/ghcr.io-element-hq-element-web-1.x
...
Update ghcr.io/element-hq/element-web Docker tag to v1.11.94
2025-02-27 17:26:25 +02:00
Slavi Pantaleev and GitHub
2200e42a38
Merge pull request #4119 from luixxiul/patch-2
...
Add license information to files for two components
2025-02-27 17:22:48 +02:00
Slavi Pantaleev and GitHub
3e2ca94a53
Merge pull request #4118 from luixxiul/fix
...
Add license information to components
2025-02-27 12:04:04 +02:00
Slavi Pantaleev
032d4f975d
Update default Anthropic text-generation model (claude-3-5-sonnet-20240620 -> claude-3-7-sonnet-20250219)
...
The new baibot version (v1.5.0) supports the new Claude Sonnet 3.7
model, which is supposedly improved and priced the same way, so it makes
sense to upgrade to it in our static definitions.
2025-02-27 11:50:29 +02:00
Slavi Pantaleev
f7d25a3691
Upgrade baibot (v1.4.1 -> v1.5.0) and adapt configuration
2025-02-27 11:50:29 +02:00
Slavi Pantaleev and GitHub
541c66011c
Merge pull request #4117 from luixxiul/fix
...
Add copyright header to some documents
2025-02-27 07:57:49 +02:00
Slavi Pantaleev and GitHub
2170e91c1c
Merge pull request #4116 from spantaleev/renovate/setuptools-75.x
...
Update dependency setuptools to v75.8.2
2025-02-27 07:37:16 +02:00
Slavi Pantaleev
1eea92ba56
Add a matrix_synapse_redis_use_tls variable
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4113
2025-02-26 20:47:47 +02:00
Slavi Pantaleev and GitHub
78b60be431
Merge pull request #4115 from luixxiul/fix
...
Add license information to some active project components
2025-02-26 20:30:53 +02:00
Slavi Pantaleev and GitHub
959e8bea30
Merge pull request #4114 from luixxiul/fix
...
Add copyright attiributions to vendor files
2025-02-26 16:20:25 +02:00
Slavi Pantaleev
ba3b82ed20
Switch to pulling Element Web from Github Container Registry, not Docker Hub
2025-02-26 09:37:05 +02:00
Slavi Pantaleev and GitHub
6bce373fe2
Merge pull request #4111 from luixxiul/fix
...
Add license information to files for quiet projects
2025-02-26 09:03:28 +02:00
Slavi Pantaleev
59b40fb28e
Upgrade Grafana (v11.5.2-1 -> v11.5.2-2)
...
Ref: https://github.com/mother-of-all-self-hosting/ansible-role-grafana/issues/4
2025-02-26 09:00:44 +02:00
Slavi Pantaleev and GitHub
fda508d556
Merge pull request #4110 from spantaleev/renovate/docker.io-metio-matrix-alertmanager-receiver-2025.x
...
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.2.26
2025-02-26 08:50:40 +02:00
Slavi Pantaleev and GitHub
877aba8dd0
Merge pull request #4109 from luixxiul/patch-2
...
Update docs: edit titles of the removed components
2025-02-26 08:45:45 +02:00
Slavi Pantaleev
0329cbb1b0
Remove leftover matrix_email2matrix_enabled usage in devture_systemd_service_manager_services_list_auto
...
Fixup for 1b05343aba
2025-02-26 08:05:16 +02:00
Slavi Pantaleev
852b9ebdc1
Adjust "installed using this playbook" links when linking to specific components
...
We previously made "this playbook" a link to some specific component.
This is somewhat misleading. Reading the text and seeing that "this playbook"
is a link, one might think that "this playbook" actually links to the
playbook's home page or something, not to the specific component which
could be "installed using this playbook".
This patch adjusts the markup so that the whole phrase "installed using this playbook"
is turned into a link (to the specific component's page). This makes it
more obvious where we're linking.
This work was initially done for the Email2Matrix docs page in
1b05343aba . This patch brings the same
change to all other instances.
2025-02-26 08:01:27 +02:00
Slavi Pantaleev
1b05343aba
Remove Email2Matrix support
2025-02-26 08:00:17 +02:00
Slavi Pantaleev
74bdd8cbe5
docker.io/devture/ansible -> ghcr.io/devture/ansible
2025-02-26 07:39:55 +02:00
Slavi Pantaleev
5007ad453e
Fix exim-relay version tag (4.98.1-r0-0-0 -> v4.98.1-r0-0-0)
2025-02-26 07:18:47 +02:00
Slavi Pantaleev
ae91852109
Upgrade exim-relay (v4.98-r0-4-3 -> 4.98.1-r0-0-0)
2025-02-26 07:15:26 +02:00
Slavi Pantaleev and GitHub
02379f6a85
Merge pull request #4108 from spantaleev/renovate/setuptools-75.x
...
Update dependency setuptools to v75.8.1
2025-02-25 22:07:30 +02:00
Slavi Pantaleev
5c708339a0
Upgrade Synapse (v1.124.0 -> v1.125.0)
2025-02-25 21:28:23 +02:00
Slavi Pantaleev
7d4f9fe7dc
Upgrade matrix-corporal (3.1.3 -> 3.1.4) and switch where its gets pulled from
...
From 3.1.4 and onward, container images will be published to ghcr.io instead of docker.io.
These images are built for arm64 and amd64, but not for arm32 anymore.
2025-02-25 17:54:45 +02:00
Slavi Pantaleev and GitHub
294fd55727
Merge pull request #4107 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.93
2025-02-25 16:50:55 +02:00
Slavi Pantaleev and GitHub
accb110860
Merge pull request #4106 from spantaleev/renovate/halfshot-matrix-hookshot-6.x
...
Update halfshot/matrix-hookshot Docker tag to v6.0.3
2025-02-25 16:47:45 +02:00
Slavi Pantaleev and GitHub
771efab5c0
Merge pull request #4105 from luixxiul/fix
...
Update docs: minor edits
2025-02-25 16:34:41 +02:00