add possibility to install synapse on raspberry pi

This commit is contained in:
Horvath Gergely
2020-02-17 21:48:48 +01:00
parent bbbcc18c70
commit a096eafb45
6 changed files with 48 additions and 2 deletions

View File

@ -26,6 +26,8 @@ matrix_base_data_path: "/matrix"
matrix_base_data_path_mode: "750"
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_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"