Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

190 linhas
10 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: 2025-01-27 09:54+0200\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/howto-server-delegation.md:1
  23. msgid "Server Delegation"
  24. msgstr ""
  25. #: ../../../docs/howto-server-delegation.md:3
  26. msgid "By default, this playbook sets up services on your Matrix server (`matrix.example.com`). To have this server officially be responsible for Matrix services for the base domain (`example.com`), you need to set up server delegation / redirection."
  27. msgstr ""
  28. #: ../../../docs/howto-server-delegation.md:5
  29. msgid "Server delegation can be configured in either of these ways:"
  30. msgstr ""
  31. #: ../../../docs/howto-server-delegation.md:7
  32. msgid "[Setting up a `/.well-known/matrix/server` file](#server-delegation-via-a-well-known-file) on the base domain (`example.com`)"
  33. msgstr ""
  34. #: ../../../docs/howto-server-delegation.md:8
  35. msgid "[Setting up a `_matrix._tcp` DNS SRV record](#server-delegation-via-a-dns-srv-record-advanced)"
  36. msgstr ""
  37. #: ../../../docs/howto-server-delegation.md:10
  38. msgid "Both methods have their place and will continue to do so. You only need to use just one of these delegation methods."
  39. msgstr ""
  40. #: ../../../docs/howto-server-delegation.md:12
  41. msgid "For simplicity reasons, this playbook recommends you to set up server delegation via a `/.well-known/matrix/server` file. However, that method may have some downsides that are not to your liking. Hence this guide about alternative ways to set up Server Delegation."
  42. msgstr ""
  43. #: ../../../docs/howto-server-delegation.md:14
  44. msgid "**Note**: as an alternative, it is possible to install the server such that it uses only the `matrix.example.com` domain (instead of identifying as the shorter base domain — `example.com`). This should be helpful if you are not in control of anything on the base domain (`example.com`). In this case, you would not need to configure server delegation, but you would need to add other configuration. For more information, see [How do I install on matrix.example.com without involving the base domain?](faq.md#how-do-i-install-on-matrix-example-com-without-involving-the-base-domain) on our FAQ."
  45. msgstr ""
  46. #: ../../../docs/howto-server-delegation.md:16
  47. msgid "Server Delegation via a well-known file"
  48. msgstr ""
  49. #: ../../../docs/howto-server-delegation.md:18
  50. msgid "This playbook recommends you to set up server delegation by means of a `/.well-known/matrix/server` file served from the base domain (`example.com`), as this is the most straightforward way to set up the delegation."
  51. msgstr ""
  52. #: ../../../docs/howto-server-delegation.md:20
  53. msgid "To configure server delegation with the well-known file, check this section on [Configuring Service Discovery via .well-known](configuring-well-known.md): [Installing well-known files on the base domain's server](configuring-well-known.md#installing-well-known-files-on-the-base-domain-s-server)"
  54. msgstr ""
  55. #: ../../../docs/howto-server-delegation.md:22
  56. msgid "Downsides of well-known-based Server Delegation"
  57. msgstr ""
  58. #: ../../../docs/howto-server-delegation.md:24
  59. msgid "Server Delegation by means of a `/.well-known/matrix/server` file is the most straightforward, but suffers from the following downsides:"
  60. msgstr ""
  61. #: ../../../docs/howto-server-delegation.md:26
  62. msgid "you need to have a working HTTPS server for the base domain (`example.com`). If you don't have any server for the base domain at all, you can easily solve it by making the playbook [serve the base domain from the Matrix server](configuring-playbook-base-domain-serving.md)."
  63. msgstr ""
  64. #: ../../../docs/howto-server-delegation.md:28
  65. msgid "any downtime on the base domain (`example.com`) or network trouble between the Matrix subdomain (`matrix.example.com`) and the base `example.com` may cause Matrix Federation outages. As the [Server-Server spec says](https://matrix.org/docs/spec/server_server/r0.1.0.html#server-discovery):"
  66. msgstr ""
  67. #: ../../../docs/howto-server-delegation.md:30
  68. msgid "Errors are recommended to be cached for up to an hour, and servers are encouraged to exponentially back off for repeated failures."
  69. msgstr ""
  70. #: ../../../docs/howto-server-delegation.md:32
  71. msgid "**For most people, this is a reasonable tradeoff** given that it's easy and straightforward to set up. We recommend you stay on this path."
  72. msgstr ""
  73. #: ../../../docs/howto-server-delegation.md:34
  74. msgid "Otherwise, you can decide to go against the default for this playbook, and instead set up [Server Delegation via a DNS SRV record (advanced)](#server-delegation-via-a-dns-srv-record-advanced) (much more complicated)."
  75. msgstr ""
  76. #: ../../../docs/howto-server-delegation.md:36
  77. msgid "Server Delegation via a DNS SRV record (advanced)"
  78. msgstr ""
  79. #: ../../../docs/howto-server-delegation.md:38
  80. msgid "**Note**: doing Server Delegation via a DNS SRV record is a more **advanced** way to do it and is not the default for this playbook. This is usually **much more complicated** to set up, so **we don't recommend it**. If you're not an experienced sysadmin, you'd better stay away from this."
  81. msgstr ""
  82. #: ../../../docs/howto-server-delegation.md:40
  83. msgid "As per the [Server-Server spec](https://matrix.org/docs/spec/server_server/r0.1.0.html#server-discovery), it's possible to do Server Delegation using only a SRV record (without a `/.well-known/matrix/server` file)."
  84. msgstr ""
  85. #: ../../../docs/howto-server-delegation.md:42
  86. msgid "This prevents you from suffering the [Downsides of well-known-based Server Delegation](#downsides-of-well-known-based-server-delegation)."
  87. msgstr ""
  88. #: ../../../docs/howto-server-delegation.md:44
  89. msgid "To use DNS SRV record validation, you need to:"
  90. msgstr ""
  91. #: ../../../docs/howto-server-delegation.md:46
  92. msgid "ensure that `/.well-known/matrix/server` is **not served** from the base domain, as that would interfere with DNS SRV record Server Delegation. To make the playbook **not** generate and serve the file, use the following configuration: `matrix_static_files_file_matrix_server_enabled: false`."
  93. msgstr ""
  94. #: ../../../docs/howto-server-delegation.md:48
  95. msgid "ensure that you have a `_matrix._tcp` DNS SRV record for your base domain (`example.com`) with a value of `10 0 8448 matrix.example.com`"
  96. msgstr ""
  97. #: ../../../docs/howto-server-delegation.md:50
  98. msgid "ensure that you are serving the Matrix Federation API (tcp/8448) with a certificate for `example.com` (not `matrix.example.com`!). Getting this certificate to the `matrix.example.com` server may be complicated. The playbook's automatic SSL obtaining/renewal flow will likely not work and you'll need to copy certificates around manually. See below."
  99. msgstr ""
  100. #: ../../../docs/howto-server-delegation.md:52
  101. msgid "For more details on how to configure the playbook to work with SRV delegation, take a look at this documentation: [Server Delegation via a DNS SRV record (advanced)](howto-srv-server-delegation.md)"
  102. msgstr ""
  103. #: ../../../docs/howto-server-delegation.md:54
  104. msgid "Obtain certificates"
  105. msgstr ""
  106. #: ../../../docs/howto-server-delegation.md:56
  107. msgid "How you can obtain a valid certificate for `example.com` on the `matrix.example.com` server is up to you."
  108. msgstr ""
  109. #: ../../../docs/howto-server-delegation.md:58
  110. msgid "If `example.com` and `matrix.example.com` are hosted on the same machine, you can let the playbook obtain the certificate for you, by following our [Obtaining SSL certificates for additional domains](configuring-playbook-ssl-certificates.md#obtaining-ssl-certificates-for-additional-domains) guide."
  111. msgstr ""
  112. #: ../../../docs/howto-server-delegation.md:60
  113. msgid "If `example.com` and `matrix.example.com` are not hosted on the same machine, you can copy over the certificate files manually. Don't forget that they may get renewed once in a while, so you may also have to transfer them periodically. How often you do that is up to you, as long as the certificate files don't expire."
  114. msgstr ""
  115. #: ../../../docs/howto-server-delegation.md:62
  116. msgid "Serving the Federation API with your certificates"
  117. msgstr ""
  118. #: ../../../docs/howto-server-delegation.md:64
  119. msgid "Regardless of which method for obtaining certificates you've used, once you've managed to get certificates for your base domain onto the `matrix.example.com` machine you can put them to use."
  120. msgstr ""
  121. #: ../../../docs/howto-server-delegation.md:66
  122. msgid "Based on your setup, you have different ways to go about it:"
  123. msgstr ""
  124. #: ../../../docs/howto-server-delegation.md:68
  125. msgid "Serving the Federation API with your certificates and Synapse handling Federation"
  126. msgstr ""
  127. #: ../../../docs/howto-server-delegation.md:70
  128. msgid "You can let Synapse handle Federation by itself."
  129. msgstr ""
  130. #: ../../../docs/howto-server-delegation.md:72
  131. msgid "To do that, make sure the certificate files are mounted into the Synapse container:"
  132. msgstr ""
  133. #: ../../../docs/howto-server-delegation.md:79
  134. msgid "You can then tell Synapse to serve Federation traffic over TLS on `tcp/8448`:"
  135. msgstr ""
  136. #: ../../../docs/howto-server-delegation.md:87
  137. msgid "Make sure to reload Synapse once in a while (`systemctl reload matrix-synapse`), so that newer certificates can kick in. Reloading doesn't cause any downtime."
  138. msgstr ""
  139. #: ../../../docs/howto-server-delegation.md:89
  140. msgid "Serving the Federation API with your certificates and another webserver"
  141. msgstr ""
  142. #: ../../../docs/howto-server-delegation.md:91
  143. msgid "**Alternatively**, if you are using another webserver, you can set up reverse-proxying for the `tcp/8448` port by yourself. Make sure to use the proper certificates for `example.com` (not for `matrix.example.com`) when serving the `tcp/8448` port."
  144. msgstr ""
  145. #: ../../../docs/howto-server-delegation.md:93
  146. msgid "As recommended in our [Fronting the integrated reverse-proxy webserver with another reverse-proxy](./configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) documentation section, we recommend you to expose the Matrix Federation entrypoint from traffic at a local port (e.g. `127.0.0.1:8449`), so your reverese-proxy should send traffic there."
  147. msgstr ""