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

element-config.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "default_server_config": {
  3. "m.homeserver": {
  4. "base_url": "https://DOMAIN"
  5. },
  6. "m.identity_server": {
  7. "base_url": "https://DOMAIN"
  8. },
  9. "org.matrix.msc3575.proxy": {
  10. "url": "https://DOMAIN"
  11. }
  12. },
  13. "brand": "Element",
  14. "integrations_ui_url": "https://scalar.vector.im/",
  15. "integrations_rest_url": "https://scalar.vector.im/api",
  16. "integrations_widgets_urls": [
  17. "https://scalar.vector.im/_matrix/integrations/v1",
  18. "https://scalar.vector.im/api",
  19. "https://scalar-staging.vector.im/_matrix/integrations/v1",
  20. "https://scalar-staging.vector.im/api",
  21. "https://scalar-staging.riot.im/scalar/api"
  22. ],
  23. "bug_report_endpoint_url": "https://element.io/bugreports/submit",
  24. "uisi_autorageshake_app": "element-auto-uisi",
  25. "showLabsSettings": true,
  26. "roomDirectory": {
  27. "servers": [
  28. "matrix.org",
  29. "gitter.im",
  30. "libera.chat"
  31. ]
  32. },
  33. "enable_presence_by_hs_url": {
  34. "https://matrix.org": false,
  35. "https://matrix-client.matrix.org": false
  36. },
  37. "terms_and_conditions_links": [
  38. {
  39. "url": "https://element.io/privacy",
  40. "text": "Privacy Policy"
  41. },
  42. {
  43. "url": "https://element.io/cookie-policy",
  44. "text": "Cookie Policy"
  45. }
  46. ],
  47. "sentry": {
  48. "dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6",
  49. "environment": "develop"
  50. },
  51. "posthog": {
  52. "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
  53. "apiHost": "https://posthog.element.io"
  54. },
  55. "privacy_policy_url": "https://element.io/cookie-policy",
  56. "features": {
  57. "feature_spotlight": true,
  58. "feature_video_rooms": true
  59. },
  60. "element_call": {
  61. "url": "https://element-call.netlify.app"
  62. },
  63. "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
  64. }