add mautrix-facebook support for raspberry pi
This commit is contained in:
@ -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 }}"
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user