3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-20 07:03:24 +00:00

Document raspberry pi support

This commit is contained in:
Horvath Gergely
2020-02-23 19:32:00 +01:00
parent 610c98d6ab
commit 470b9875e7
2 changed files with 18 additions and 1 deletions

17
docs/raspberry-pi.md Normal file
View File

@@ -0,0 +1,17 @@
# 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.