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.
 
 
 

158 lines
5.3 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/configuring-playbook-turn.md:1
  23. msgid "Adjusting TURN server configuration (optional, advanced)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-turn.md:3
  26. msgid ""
  27. "The playbook installs a [Coturn](https://github.com/coturn/coturn) TURN "
  28. "server by default, so that clients can make audio/video calls even from "
  29. "[NAT](https://en.wikipedia.org/wiki/Network_address_translation)-ed "
  30. "networks."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-turn.md:5
  33. msgid ""
  34. "By default, the Synapse chat server is configured, so that it points to "
  35. "the Coturn TURN server installed by the playbook."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-turn.md:7
  38. msgid "Disabling Coturn"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-turn.md:9
  41. msgid ""
  42. "If, for some reason, you'd like to prevent the playbook from installing "
  43. "Coturn, add the following configuration to your "
  44. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-turn.md:15
  47. msgid ""
  48. "In that case, Synapse would not point to any Coturn servers and "
  49. "audio/video call functionality may fail."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-turn.md:17
  52. msgid "Manually defining your public IP"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-turn.md:19
  55. msgid ""
  56. "In the `hosts` file we explicitly ask for your server's external IP "
  57. "address when defining `ansible_host`, because the same value is used for "
  58. "configuring Coturn."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-turn.md:21
  61. msgid ""
  62. "If you'd rather use a local IP for `ansible_host`, make sure to set up "
  63. "`matrix_coturn_turn_external_ip_address` replacing `YOUR_PUBLIC_IP` with "
  64. "the pubic IP used by the server."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-turn.md:27
  67. msgid ""
  68. "If you'd like to rely on external IP address auto-detection (not "
  69. "recommended unless you need it), set "
  70. "`matrix_coturn_turn_external_ip_address` to an empty value. The playbook "
  71. "will automatically contact an "
  72. "[EchoIP](https://github.com/mpolden/echoip)-compatible service "
  73. "(`https://ifconfig.co/json` by default) to determine your server's IP "
  74. "address. This API endpoint is configurable via the "
  75. "`matrix_coturn_turn_external_ip_address_auto_detection_echoip_service_url`"
  76. " variable."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-turn.md:29
  79. msgid ""
  80. "If your server has multiple external IP addresses, the Coturn role offers"
  81. " a different variable for specifying them:"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-turn.md:36
  84. msgid "Changing the authentication mechanism"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-turn.md:38
  87. msgid ""
  88. "The playbook uses the [`auth-secret` authentication "
  89. "method](https://github.com/coturn/coturn/blob/873cabd6a2e5edd7e9cc5662cac3ffe47fe87a8e/README.turnserver#L186-L199)"
  90. " by default, but you may switch to the [`lt-cred-mech` "
  91. "method](https://github.com/coturn/coturn/blob/873cabd6a2e5edd7e9cc5662cac3ffe47fe87a8e/README.turnserver#L178)"
  92. " which [some report](https://github.com/spantaleev/matrix-docker-ansible-"
  93. "deploy/issues/3191) to be working better."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-turn.md:40
  96. msgid "To do so, add this override to your configuration:"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-turn.md:46
  99. msgid ""
  100. "Regardless of the selected authentication method, the playbook generates "
  101. "secrets automatically and passes them to the homeserver and Coturn."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-turn.md:48
  104. msgid ""
  105. "If you're using [Jitsi](./configuring-playbook-jitsi.md), note that "
  106. "switching to `lt-cred-mech` will remove the integration between Jitsi and"
  107. " your own Coturn server, because Jitsi only seems to support the `auth-"
  108. "secret` authentication method."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-turn.md:50
  111. msgid "Using your own external Coturn server"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-turn.md:52
  114. msgid ""
  115. "If you'd like to use another TURN server (be it Coturn or some other "
  116. "one), you can configure the playbook like this:"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-turn.md:66
  119. msgid ""
  120. "If you have or want to enable [Jitsi](configuring-playbook-jitsi.md), you"
  121. " might want to enable the TURN server there too. If you do not do it, "
  122. "Jitsi will fall back to an upstream service."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-turn.md:72
  125. msgid "You can put multiple host/port combinations if you like."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-turn.md:74
  128. msgid "Further variables and configuration options"
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-turn.md:75
  131. msgid ""
  132. "To see all the available configuration options, check roles/custom"
  133. "/matrix-coturn/defaults/main.yml"
  134. msgstr ""