matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev 881fdd28f0 Add support for Synapse container image customization
This allows people to augment the Synapse image with custom tools and
addons without having to rebuild it from scratch.

If customizations are enabled, the playbook will build a new
`localhost/matrixdotorg/synapse:VERSION-customized` image
on top of the default one (`FROM matrixdotorg/synapse:VERSION`)
and with custom Dockerfile build steps.

For servers that self-build the Synapse image, the Synapse image will be
built first, before proceding to extend it the same way.

In the future, we'll also have easy to enable Dockerfile build steps
for modules that the playbook supports.
2022-10-14 16:37:54 +03:00
..
defaults Add support for Synapse container image customization 2022-10-14 16:37:54 +03:00
files Fix "endpoint seems conditional" determination in workers-doc-to-yaml.awk" 2022-05-06 09:08:45 +02:00
tasks Add support for Synapse container image customization 2022-10-14 16:37:54 +03:00
templates Add support for Synapse container image customization 2022-10-14 16:37:54 +03:00
vars Fix some ansible-lint-reported warnings 2022-09-27 11:38:33 +03:00