Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

86 行
4.4 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-playbook-federation.md:9
  19. msgid "Controlling Matrix federation (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-federation.md:11
  22. msgid "By default, your server federates with the whole Matrix network. That is, people on your server can communicate with people on any other Matrix server."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-federation.md:13
  25. msgid "**Note**: 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` and set up [server delegation](howto-server-delegation.md) / redirection. Without a proper configuration, your server will effectively not be part of the Matrix network. If you find your server is not federated, make sure to [check whether services work](maintenance-and-troubleshooting.md#how-to-check-if-services-work) and your server is properly delegated."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-federation.md:15
  28. msgid "Federating only with select servers"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-federation.md:17
  31. msgid "To make your server only federate with servers of your choosing, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-federation.md:25
  34. msgid "If you wish to disable federation, you can do that with an empty list (`[]`), or better yet by completely disabling federation (see below)."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-federation.md:27
  37. msgid "Exposing the room directory over federation"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-federation.md:29
  40. msgid "By default, your server's public rooms directory is not exposed to other servers via federation."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-federation.md:31
  43. msgid "To expose it, add the following configuration to your `vars.yml` file:"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-federation.md:37
  46. msgid "Disabling federation"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-federation.md:39
  49. msgid "To completely disable federation, isolating your server from the rest of the Matrix network, add the following configuration to your `vars.yml` file:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-federation.md:45
  52. msgid "With that, your server's users will only be able to talk among themselves, but not to anyone who is on another server."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-federation.md:47
  55. msgid "**Disabling federation does not necessarily disable the federation port** (`8448`). Even if you disable federation and only if necessary, we may still be exposing the federation port and serving the `openid` APIs there. To override this and completely disable Synapse's federation port use:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-federation.md:59
  58. msgid "Changing the federation port from 8448 to a different port to use a CDN that only accepts 443/80 ports"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-federation.md:61
  61. msgid "Why? This change could be useful for people running small Synapse instances on small severs/VPSes to avoid being impacted by a simple DOS/DDOS when bandwidth, RAM, an CPU resources are limited and if your hosting provider does not provide a DOS/DDOS protection."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-federation.md:63
  64. msgid "To make it possible to proxy the federation through a CDN such as CloudFlare or any other, add the following configuration to your `vars.yml` file:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-federation.md:74
  67. msgid "**Use this at you own risk as all the possible side-effects of doing this are not fully known. However, it has been tested and works fine and passes all the tests on <https://federationtester.matrix.org/> without issues.**"
  68. msgstr ""