Files
matrix-docker-ansible-deploy/roles/custom/matrix-bridge-mautrix-meta-instagram
Slavi Pantaleev e6e19a20b4 Mark all server-side git checkouts as safe
The ownership repair added in e5b8de8c2 is not sufficient on every Ansible privilege-escalation setup. Git may still see a different effective owner after the checkout has been recursively chowned, as demonstrated by #5065.

Pass an exact, task-scoped safe.directory setting to all 56 server-side git tasks. Keep the ownership repair as well, because it remains necessary for filesystem permissions. The two controller-side theme checkouts already use the same protection.
2026-09-22 15:01:15 +03:00
..

matrix-mautrix-meta-instagram

This role installs the Instagram bridge developed in the mautrix-meta repository.

This role used to be auto-generated from the matrix-bridge-mautrix-meta-messenger role, back when a single mautrix-meta binary served both Messenger and Instagram depending on a mode configuration setting. Since mautrix-meta v26.07, Instagram is a separate binary with its own container image (ig- prefixed tags) and its own configuration schema, so the two roles are maintained independently.