Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

158 行
5.8 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-dns.md:18
  19. msgid "Configuring DNS settings"
  20. msgstr ""
  21. #: ../../../docs/configuring-dns.md:20
  22. msgid "<sup>[Prerequisites](prerequisites.md) > Configuring DNS settings > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>"
  23. msgstr ""
  24. #: ../../../docs/configuring-dns.md:22
  25. msgid "To set up Matrix on your domain, you'd need to do some DNS configuration."
  26. msgstr ""
  27. #: ../../../docs/configuring-dns.md:24
  28. msgid "DNS settings for services enabled by default"
  29. msgstr ""
  30. #: ../../../docs/configuring-dns.md:26
  31. msgid "To serve the base domain (`example.com`) and [Element Web](configuring-playbook-client-element-web.md) with the default subdomain, adjust DNS records as below."
  32. msgstr ""
  33. #: ../../../docs/configuring-dns.md:0
  34. msgid "Type"
  35. msgstr ""
  36. #: ../../../docs/configuring-dns.md:0
  37. msgid "Host"
  38. msgstr ""
  39. #: ../../../docs/configuring-dns.md:0
  40. msgid "Priority"
  41. msgstr ""
  42. #: ../../../docs/configuring-dns.md:0
  43. msgid "Weight"
  44. msgstr ""
  45. #: ../../../docs/configuring-dns.md:0
  46. msgid "Port"
  47. msgstr ""
  48. #: ../../../docs/configuring-dns.md:0
  49. msgid "Target"
  50. msgstr ""
  51. #: ../../../docs/configuring-dns.md:0
  52. msgid "A"
  53. msgstr ""
  54. #: ../../../docs/configuring-dns.md:0
  55. msgid "`matrix`"
  56. msgstr ""
  57. #: ../../../docs/configuring-dns.md:0
  58. msgid "-"
  59. msgstr ""
  60. #: ../../../docs/configuring-dns.md:0
  61. msgid "`matrix-server-IPv4`"
  62. msgstr ""
  63. #: ../../../docs/configuring-dns.md:0
  64. msgid "AAAA"
  65. msgstr ""
  66. #: ../../../docs/configuring-dns.md:0
  67. msgid "`matrix-server-IPv6`"
  68. msgstr ""
  69. #: ../../../docs/configuring-dns.md:0
  70. msgid "CNAME"
  71. msgstr ""
  72. #: ../../../docs/configuring-dns.md:0
  73. msgid "`element`"
  74. msgstr ""
  75. #: ../../../docs/configuring-dns.md:0
  76. msgid "`matrix.example.com`"
  77. msgstr ""
  78. #: ../../../docs/configuring-dns.md:34
  79. msgid "As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IPv4/IPv6 address."
  80. msgstr ""
  81. #: ../../../docs/configuring-dns.md:36
  82. msgid "If you don't have IPv6 connectivity yet, you can skip the `AAAA` record. For more details about IPv6, see the [Configuring IPv6](./configuring-ipv6.md) documentation page."
  83. msgstr ""
  84. #: ../../../docs/configuring-dns.md:38
  85. msgid "The `element.example.com` subdomain is necessary, because this playbook installs the [Element Web](https://github.com/element-hq/element-web) client for you by default. If you'd rather instruct the playbook not to install Element Web (`matrix_client_element_enabled: false` when [Configuring the playbook](configuring-playbook.md) later), feel free to skip the `element.example.com` DNS record."
  86. msgstr ""
  87. #: ../../../docs/configuring-dns.md:40
  88. msgid "Be mindful as to how long it will take for the DNS records to propagate."
  89. msgstr ""
  90. #: ../../../docs/configuring-dns.md:42
  91. msgid "**Note**: if you are using Cloudflare DNS, make sure to disable the proxy and set all records to \"DNS only\". Otherwise, fetching certificates will fail."
  92. msgstr ""
  93. #: ../../../docs/configuring-dns.md:44
  94. msgid "DNS setting for server delegation (optional)"
  95. msgstr ""
  96. #: ../../../docs/configuring-dns.md:46
  97. msgid "In the sample `vars.yml` ([`examples/vars.yml`](../examples/vars.yml)), we recommend to use a short user ID like `@alice:example.com` instead of `@alice:matrix.example.com`."
  98. msgstr ""
  99. #: ../../../docs/configuring-dns.md:48
  100. msgid "To use such an ID, you don't need to install anything on the actual `example.com` server. Instead, you need to instruct the Matrix network that Matrix services for `example.com` are redirected over to `matrix.example.com`. This redirection is also known as \"delegation\"."
  101. msgstr ""
  102. #: ../../../docs/configuring-dns.md:50
  103. msgid "As we discuss in [Server Delegation](howto-server-delegation.md), server delegation can be configured in either of these ways:"
  104. msgstr ""
  105. #: ../../../docs/configuring-dns.md:52
  106. msgid "Setting up a `/.well-known/matrix/server` file on the base domain (`example.com`)"
  107. msgstr ""
  108. #: ../../../docs/configuring-dns.md:53
  109. msgid "Setting up a `_matrix._tcp` DNS SRV record"
  110. msgstr ""
  111. #: ../../../docs/configuring-dns.md:55
  112. msgid "For simplicity reasons, this playbook recommends you to set up server delegation via a `/.well-known/matrix/server` file, instead of using a DNS SRV record."
  113. msgstr ""
  114. #: ../../../docs/configuring-dns.md:57
  115. msgid "If you choose the recommended method (file-based delegation), you do not need to configure the DNS record to enable server delegation. You will need to add a necessary configuration later, when you [finalize the installation](installing.md#finalize-the-installation) after installing and starting Matrix services."
  116. msgstr ""
  117. #: ../../../docs/configuring-dns.md:59
  118. msgid "On the other hand, if you choose this method (setting up a DNS SRV record), you need to configure the additional DNS record as well as adjust SSL certificate handling. Take a look at this documentation for more information: [Server Delegation via a DNS SRV record (advanced)](howto-server-delegation.md#server-delegation-via-a-dns-srv-record-advanced)"
  119. msgstr ""
  120. #: ../../../docs/configuring-dns.md:63
  121. msgid "[▶️](getting-the-playbook.md) When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md)."
  122. msgstr ""