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.
 
 

15 satır
461 B

  1. {
  2. "default_hs_url": "https://{{ hostname_matrix }}",
  3. "default_is_url": "https://vector.im",
  4. "brand": "Riot",
  5. "integrations_ui_url": "https://scalar.vector.im/",
  6. "integrations_rest_url": "https://scalar.vector.im/api",
  7. "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
  8. "enableLabs": true,
  9. "roomDirectory": {
  10. "servers": [
  11. "matrix.org"
  12. ]
  13. },
  14. "welcomeUserId": "@riot-bot:matrix.org"
  15. }