Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
824 B

  1. {
  2. "default_hs_url": "{{ matrix_homeserver_url }}",
  3. "default_is_url": "{{ matrix_identity_server_url }}",
  4. "disable_custom_urls": {{ matrix_riot_web_disable_custom_urls|lower }},
  5. "disable_guests": {{ matrix_riot_web_disable_guests|lower }},
  6. "brand": "Riot",
  7. "integrations_ui_url": "{{ matrix_riot_web_integrations_ui_url }}",
  8. "integrations_rest_url": "{{ matrix_riot_web_integrations_rest_url }}",
  9. "integrations_widgets_urls": "{{ matrix_riot_web_integrations_widgets_urls }}",
  10. "integrations_jitsi_widget_url": "{{ matrix_riot_web_integrations_jitsi_widget_url }}",
  11. "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
  12. "enableLabs": true,
  13. "roomDirectory": {
  14. "servers": [
  15. "matrix.org"
  16. ]
  17. },
  18. "welcomeUserId": "@riot-bot:matrix.org"
  19. }