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

110 Zeilen
5.2 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 "The playbook installs a [Coturn](https://github.com/coturn/coturn) TURN server by default, so that clients can make audio/video calls even from [NAT](https://en.wikipedia.org/wiki/Network_address_translation)-ed networks."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-turn.md:5
  29. msgid "By default, the Synapse chat server is configured, so that it points to the Coturn TURN server installed by the playbook."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-turn.md:7
  32. msgid "Disabling Coturn"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-turn.md:9
  35. msgid "If, for some reason, you'd like to prevent the playbook from installing Coturn, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-turn.md:15
  38. msgid "In that case, Synapse would not point to any Coturn servers and audio/video call functionality may fail."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-turn.md:17
  41. msgid "Manually defining your public IP"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-turn.md:19
  44. msgid "In the `hosts` file we explicitly ask for your server's external IP address when defining `ansible_host`, because the same value is used for configuring Coturn."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-turn.md:21
  47. msgid "If you'd rather use a local IP for `ansible_host`, make sure to set up `matrix_coturn_turn_external_ip_address` replacing `YOUR_PUBLIC_IP` with the pubic IP used by the server."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-turn.md:27
  50. msgid "If you'd like to rely on external IP address auto-detection (not recommended unless you need it), set `matrix_coturn_turn_external_ip_address` to an empty value. The playbook will automatically contact an [EchoIP](https://github.com/mpolden/echoip)-compatible service (`https://ifconfig.co/json` by default) to determine your server's IP address. This API endpoint is configurable via the `matrix_coturn_turn_external_ip_address_auto_detection_echoip_service_url` variable."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-turn.md:29
  53. msgid "If your server has multiple external IP addresses, the Coturn role offers a different variable for specifying them:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-turn.md:36
  56. msgid "Changing the authentication mechanism"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-turn.md:38
  59. msgid "The playbook uses the [`auth-secret` authentication method](https://github.com/coturn/coturn/blob/873cabd6a2e5edd7e9cc5662cac3ffe47fe87a8e/README.turnserver#L186-L199) by default, but you may switch to the [`lt-cred-mech` method](https://github.com/coturn/coturn/blob/873cabd6a2e5edd7e9cc5662cac3ffe47fe87a8e/README.turnserver#L178) which [some report](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3191) to be working better."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-turn.md:40
  62. msgid "To do so, add this override to your configuration:"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-turn.md:46
  65. msgid "Regardless of the selected authentication method, the playbook generates secrets automatically and passes them to the homeserver and Coturn."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-turn.md:48
  68. msgid "If you're using [Jitsi](./configuring-playbook-jitsi.md), note that switching to `lt-cred-mech` will remove the integration between Jitsi and your own Coturn server, because Jitsi only seems to support the `auth-secret` authentication method."
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-turn.md:50
  71. msgid "Using your own external Coturn server"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-turn.md:52
  74. msgid "If you'd like to use another TURN server (be it Coturn or some other one), you can configure the playbook like this:"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-turn.md:66
  77. msgid "If you have or want to enable [Jitsi](configuring-playbook-jitsi.md), you might want to enable the TURN server there too. If you do not do it, Jitsi will fall back to an upstream service."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-turn.md:72
  80. msgid "You can put multiple host/port combinations if you like."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-turn.md:74
  83. msgid "Further variables and configuration options"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-turn.md:75
  86. msgid "To see all the available configuration options, check roles/custom/matrix-coturn/defaults/main.yml"
  87. msgstr ""