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

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