add mautrix-facebook support for raspberry pi

This commit is contained in:
Horvath Gergely
2020-02-21 07:56:28 +01:00
parent 5a4e4f6fb9
commit 8c1e00a6cd
3 changed files with 21 additions and 0 deletions

View File

@ -29,6 +29,7 @@ matrix_static_files_base_path: "{{ matrix_base_data_path }}/static-files"
matrix_docker_src_files_path: "{{ matrix_base_data_path }}/docker-src"
matrix_docker_synapse_src_files_path: "{{ matrix_docker_src_files_path }}/synapse"
matrix_docker_coturn_src_files_path: "{{ matrix_docker_src_files_path }}/coturn"
matrix_docker_mautrix_facebook_src_files_path: "{{ matrix_docker_src_files_path }}/mautrix-facebook"
matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"

View File

@ -25,6 +25,7 @@
- { src: "{{ matrix_docker_src_files_path }}", when: "{{ matrix_raspberry_pi }}" }
- { src: "{{ matrix_docker_synapse_src_files_path }}", when: "{{ matrix_raspberry_pi }}" }
- { src: "{{ matrix_docker_coturn_src_files_path }}", when: "{{ matrix_coturn_enabled }}"}
- { src: "{{ matrix_docker_mautrix_facebook_src_files_path }}", when: "{{ matrix_mautrix_facebook_enabled }}"}
# `docker_network` doesn't work as expected when the given network
# is a substring of a network that already exists.