Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

12 lignes
665 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 }}"