Slavi Pantaleev
c47eca389b
Rework all roles to include component_(docker|container)_image_registry_prefix*
variables
...
This:
- brings consistency - no more mixing `_name_prefix` and `_registry_prefix`
- adds extensibility - a future patch will allow reconfiguring all registry prefixes for all roles in the playbook
We still have `_docker_` vs `_container_` inconsistencies.
These may be worked on later.
2025-02-24 11:38:47 +02:00
Slavi Pantaleev
d12643eb91
Do not use docker stop --time
(deprecated in Docker v28 in favor of --timeout
or just -t
)
...
`-t` works on both old and new Docker versions, so it's best to use that.
2025-02-22 21:42:18 +02:00
renovate[bot]
1e7d5293d4
Update ghcr.io/etkecc/fluffychat-web Docker tag to v1.25.1
2025-02-21 18:54:47 +00:00
Aine
2f8489fce0
FluffyChat v1.25.0
2025-02-20 18:21:12 +02:00
Slavi Pantaleev
76f235f494
Split matrix_client_fluffychat_systemd_required_services_list
into _default
, _auto
and _custom
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4068
2025-02-17 11:18:08 +02:00
Slavi Pantaleev
d6c60fd538
Split matrix_client_fluffychat_container_additional_networks
into _auto
and _custom
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4068
2025-02-17 11:18:01 +02:00
Aine
a2111dece7
add FluffyChat ( #4068 )
...
* add FluffyChat
* capitalization
* Update group_vars/matrix_servers
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* fix link in readme
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2025-02-17 11:15:15 +02:00