Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

90 rindas
4.6 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/configuring-playbook-federation.md:1
  23. msgid "Controlling Matrix federation (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-federation.md:3
  26. 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."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-federation.md:5
  29. 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-checking-services.md) and your server is properly delegated."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-federation.md:7
  32. msgid "Federating only with select servers"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-federation.md:9
  35. 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):"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-federation.md:17
  38. msgid "If you wish to disable federation, you can do that with an empty list (`[]`), or better yet by completely disabling federation (see below)."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-federation.md:19
  41. msgid "Exposing the room directory over federation"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-federation.md:21
  44. msgid "By default, your server's public rooms directory is not exposed to other servers via federation."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-federation.md:23
  47. msgid "To expose it, add the following configuration to your `vars.yml` file:"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-federation.md:29
  50. msgid "Disabling federation"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-federation.md:31
  53. msgid "To completely disable federation, isolating your server from the rest of the Matrix network, add the following configuration to your `vars.yml` file:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-federation.md:37
  56. msgid "With that, your server's users will only be able to talk among themselves, but not to anyone who is on another server."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-federation.md:39
  59. msgid "**Disabling federation does not necessarily disable the federation port** (`8448`). Services like [Dimension](configuring-playbook-dimension.md) and [ma1sd](configuring-playbook-ma1sd.md) normally rely on `openid` APIs exposed on that port. 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:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-federation.md:51
  62. msgid "Changing the federation port from 8448 to a different port to use a CDN that only accepts 443/80 ports"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-federation.md:53
  65. 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."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-federation.md:55
  68. 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:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-federation.md:66
  71. 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.**"
  72. msgstr ""