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.
 
 

21 satır
952 B

  1. {
  2. "default_hs_url": {{ matrix_riot_web_default_hs_url|to_json }},
  3. "default_is_url": {{ matrix_riot_web_default_is_url|to_json }},
  4. "disable_custom_urls": {{ matrix_riot_web_disable_custom_urls|to_json }},
  5. "disable_guests": {{ matrix_riot_web_disable_guests|to_json }},
  6. "brand": "Riot",
  7. "integrations_ui_url": {{ matrix_riot_web_integrations_ui_url|to_json }},
  8. "integrations_rest_url": {{ matrix_riot_web_integrations_rest_url|to_json }},
  9. "integrations_widgets_urls": {{ matrix_riot_web_integrations_widgets_urls|to_json }},
  10. "integrations_jitsi_widget_url": {{ matrix_riot_web_integrations_jitsi_widget_url|to_json }},
  11. "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
  12. "enableLabs": true,
  13. "roomDirectory": {
  14. "servers": {{ matrix_riot_web_roomdir_servers|to_json }}
  15. },
  16. "welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }},
  17. "embeddedPages": {
  18. "homeUrl": {{ matrix_riot_web_embedded_pages_home_url|to_json }}
  19. }
  20. }