Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

12 行
671 B

  1. ---
  2. matrix_dendrite_client_api_url_endpoint_public: "https://{{ matrix_server_fqn_matrix }}/_matrix/client/versions"
  3. matrix_dendrite_federation_api_url_endpoint_public: "https://{{ matrix_server_fqn_matrix }}:{{ matrix_federation_public_port }}/_matrix/federation/v1/version"
  4. # Tells whether this role had executed or not. Toggled to `true` during runtime.
  5. matrix_dendrite_role_executed: false
  6. matrix_dendrite_media_store_parent_path: "{{ matrix_dendrite_media_store_path | dirname }}"
  7. matrix_dendrite_media_store_directory_name: "{{ matrix_dendrite_media_store_path | basename }}"
  8. matrix_dendrite_signing_key_file_name: "{{ matrix_dendrite_signing_key | basename }}"