matrix-docker-ansible-deploy/roles/custom/matrix-bridge-mautrix-meta-instagram
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
..
defaults Rework all roles to include component_(docker|container)_image_registry_prefix* variables 2025-02-24 11:38:47 +02:00
tasks Rework all roles to include component_(docker|container)_image_registry_prefix* variables 2025-02-24 11:38:47 +02:00
templates Do not use docker stop --time (deprecated in Docker v28 in favor of --timeout or just -t) 2025-02-22 21:42:18 +02:00
README.md Add support for bridging to Facebook Messenger and Instagram via mautrix-meta 2024-02-19 10:25:00 +02:00

matrix-mautrix-meta-instagram

This bridge role is derived from the matrix-mautrix-meta-messenger Ansible role via automatic changes (see just rebuild-mautrix-meta-instagram or bin/rebuild-mautrix-meta-instagram.sh).

If you'd like to make a change to this role, consider making it to the matrix-mautrix-meta-messenger role instead.