Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

12 satır
647 B

  1. {
  2. "defaultHomeserver": {{ matrix_client_cinny_config_defaultHomeserver | to_json }},
  3. "homeserverList": {{ matrix_client_cinny_config_homeserverList | to_json }},
  4. "allowCustomHomeservers": {{ matrix_client_cinny_config_allowCustomHomeservers | to_json }},
  5. "featuredCommunities": {
  6. "spaces": {{ matrix_client_cinny_config_featuredCommunities_spaces | to_json }},
  7. "rooms": {{ matrix_client_cinny_config_featuredCommunities_rooms | to_json }},
  8. "servers": {{ matrix_client_cinny_config_featuredCommunities_servers | to_json }},
  9. "openAsDefault": {{ matrix_client_cinny_config_featuredCommunities_openAsDefault | to_json }}
  10. }
  11. }