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.
 
 
 

139 lines
4.8 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-federation.md:1
  23. msgid "Controlling Matrix federation (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-federation.md:3
  26. msgid ""
  27. "By default, your server federates with the whole Matrix network. That is,"
  28. " people on your server can communicate with people on any other Matrix "
  29. "server."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-federation.md:5
  32. msgid ""
  33. "**Note**: in the sample `vars.yml` "
  34. "([`examples/vars.yml`](../examples/vars.yml)), we recommend to use a "
  35. "short user ID like `@alice:example.com` instead of "
  36. "`@alice:matrix.example.com` and set up [server delegation](howto-server-"
  37. "delegation.md) / redirection. Without a proper configuration, your server"
  38. " will effectively not be part of the Matrix network. If you find your "
  39. "server is not federated, make sure to [check whether services work"
  40. "](maintenance-checking-services.md) and your server is properly "
  41. "delegated."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-federation.md:7
  44. msgid "Federating only with select servers"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-federation.md:9
  47. msgid ""
  48. "To make your server only federate with servers of your choosing, add the "
  49. "following configuration to your "
  50. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  51. "needs):"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-federation.md:17
  54. msgid ""
  55. "If you wish to disable federation, you can do that with an empty list "
  56. "(`[]`), or better yet by completely disabling federation (see below)."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-federation.md:19
  59. msgid "Exposing the room directory over federation"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-federation.md:21
  62. msgid ""
  63. "By default, your server's public rooms directory is not exposed to other "
  64. "servers via federation."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-federation.md:23
  67. msgid ""
  68. "If you wish to expose it, add this to your configuration file "
  69. "(`inventory/host_vars/matrix.example.com/vars.yml`):"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-federation.md:29
  72. msgid "Disabling federation"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-federation.md:31
  75. msgid ""
  76. "To completely disable federation, isolating your server from the rest of "
  77. "the Matrix network, add this to your configuration file "
  78. "(`inventory/host_vars/matrix.example.com/vars.yml`):"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-federation.md:37
  81. msgid ""
  82. "With that, your server's users will only be able to talk among "
  83. "themselves, but not to anyone who is on another server."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-federation.md:39
  86. msgid ""
  87. "**Disabling federation does not necessarily disable the federation port**"
  88. " (`8448`). Services like [Dimension](configuring-playbook-dimension.md) "
  89. "and [ma1sd](configuring-playbook-ma1sd.md) normally rely on `openid` APIs"
  90. " exposed on that port. Even if you disable federation and only if "
  91. "necessary, we may still be exposing the federation port and serving the "
  92. "`openid` APIs there. To override this and completely disable Synapse's "
  93. "federation port use:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-federation.md:51
  96. msgid ""
  97. "Changing the federation port from 8448 to a different port to use a CDN "
  98. "that only accepts 443/80 ports"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-federation.md:53
  101. msgid ""
  102. "Why? This change could be useful for people running small Synapse "
  103. "instances on small severs/VPSes to avoid being impacted by a simple "
  104. "DOS/DDOS when bandwidth, RAM, an CPU resources are limited and if your "
  105. "hosting provider does not provide a DOS/DDOS protection."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-federation.md:55
  108. msgid ""
  109. "The following changes in the configuration file "
  110. "(`inventory/host_vars/matrix.example.com/vars.yml`) will allow this and "
  111. "make it possible to proxy the federation through a CDN such as CloudFlare"
  112. " or any other:"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-federation.md:66
  115. msgid ""
  116. "**Use this at you own risk as all the possible side-effects of doing this"
  117. " are not fully known. However, it has been tested and works fine and "
  118. "passes all the tests on <https://federationtester.matrix.org/> without "
  119. "issues.**"
  120. msgstr ""