Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

18 Zeilen
861 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. }