Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

106 рядки
6.0 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-matrix-rtc.md:8
  19. msgid "Setting up the Matrix RTC stack (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-matrix-rtc.md:10
  22. msgid "The playbook can install and configure the Matrix RTC (Real-Time Communication) stack."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-matrix-rtc.md:12
  25. msgid "The Matrix RTC stack is a set of supporting components ([LiveKit Server](configuring-playbook-livekit-server.md) and [LiveKit JWT Service](configuring-playbook-livekit-jwt-service.md)) that allow the new [Element Call](configuring-playbook-element-call.md) audio/video calls to function."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-matrix-rtc.md:14
  28. msgid "💡 If you only plan on doing audio/video calls via Matrix client (which typically embed the Element Call frontend UI within them), you only need to install the Matrix RTC stack and don't necessarily need to install [Element Call](configuring-playbook-element-call.md). See the [Decide between Element Call vs just the Matrix RTC stack](configuring-playbook-element-call.md#decide-between-element-call-vs-just-the-matrix-rtc-stack) section of the [Element Call documentation](configuring-playbook-element-call.md) for more details."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-matrix-rtc.md:16
  31. msgid "Prerequisites"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-matrix-rtc.md:18
  34. msgid "A [Synapse](configuring-playbook-synapse.md) homeserver (see the warning below)"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-matrix-rtc.md:19
  37. msgid "Various experimental features for the Synapse homeserver which Element Call [requires](https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver) (automatically done when Element Call is enabled)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-matrix-rtc.md:20
  40. msgid "A [LiveKit Server](configuring-playbook-livekit-server.md) (automatically installed when [Element Call or the Matrix RTC stack is enabled](#decide-between-element-call-vs-just-the-matrix-rtc-stack))"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-matrix-rtc.md:21
  43. msgid "The [LiveKit JWT Service](configuring-playbook-livekit-jwt-service.md) (automatically installed when [Element Call or the Matrix RTC stack is enabled](#decide-between-element-call-vs-just-the-matrix-rtc-stack))"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-matrix-rtc.md:22
  46. msgid "A client compatible with Element Call. As of 2025-03-15, that's just [Element Web](configuring-playbook-client-element-web.md) and the Element X mobile clients (iOS and Android)."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-matrix-rtc.md:24
  49. msgid "[!WARNING] Because Element Call [requires](https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver) a few experimental features in the Matrix protocol, it's **very likely that it only works with the Synapse homeserver**."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-matrix-rtc.md:27
  52. msgid "Adjusting the playbook configuration"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-matrix-rtc.md:29
  55. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-matrix-rtc.md:37
  58. msgid "Adjusting firewall rules"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-matrix-rtc.md:39
  61. msgid "In addition to the HTTP/HTTPS ports (which you've already exposed as per the [prerequisites](prerequisites.md) document), you'll also need to open ports required by [LiveKit Server](configuring-playbook-livekit-server.md) as described in its own [Adjusting firewall rules](configuring-playbook-livekit-server.md#adjusting-firewall-rules) section."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-matrix-rtc.md:41
  64. msgid "Installing"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-matrix-rtc.md:43
  67. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records) and [adjusting firewall rules](#adjusting-firewall-rules), run the playbook with [playbook tags](playbook-tags.md) as below:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-matrix-rtc.md:50
  70. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-matrix-rtc.md:52
  73. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-matrix-rtc.md:54
  76. msgid "Usage"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-matrix-rtc.md:56
  79. msgid "Once installed, Matrix clients which support Element Call (like [Element Web](configuring-playbook-client-element-web.md) and Element X on mobile (iOS and Android)) will automatically use the Matrix RTC stack."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-matrix-rtc.md:58
  82. msgid "These clients typically embed the Element Call frontend UI within them, so installing [Element Call](configuring-playbook-element-call.md) is only necessary if you'd like to use it standalone - directly via a browser."
  83. msgstr ""