Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

17 líneas
535 B

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