Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

707 B

Raspberry Pi

The playbook support for Raspberry Pi is now in beta(ish). The problem is that, docker containers are not architecture independent, and most of them are not build for arm. Some roles have been updated, so they built the necessary image on the host. It needs more space, as some build tools need to be present (like Java, for mxisd).

To use these modification there is a variable that needs to be switched to enable this functionality. Add this to your vars.yaml file:

matrix_raspberry_pi = true

List of roles that builtds the image:

  • synapse
  • coturn
  • mxisd
  • matrix-bridge-mautrix-facebook
  • matrix-bridge-mautrix-hangouts

nginx hopefully works as it has an arm image already.