Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
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 }}"