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.
 
 

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