Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

139 rader
4.5 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-conduit.md:1
  24. msgid "Configuring Conduit (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-conduit.md:3
  27. msgid ""
  28. "By default, this playbook configures the [Synapse](https://github.com"
  29. "/element-hq/synapse) Matrix server, but you can also use "
  30. "[Conduit](https://conduit.rs)."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-conduit.md:5
  33. msgid "**Notes**:"
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-conduit.md:7
  36. msgid ""
  37. "**You can't switch an existing Matrix server's implementation** (e.g. "
  38. "Synapse -> Conduit). Proceed below only if you're OK with losing data or "
  39. "you're dealing with a server on a new domain name, which hasn't "
  40. "participated in the Matrix federation yet."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-conduit.md:9
  43. msgid ""
  44. "**homeserver implementations other than Synapse may not be fully "
  45. "functional**. The playbook may also not assist you in an optimal way "
  46. "(like it does with Synapse). Make yourself familiar with the downsides "
  47. "before proceeding"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-conduit.md:11
  50. msgid "Adjusting the playbook configuration"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-conduit.md:13
  53. msgid ""
  54. "To use Conduit, you **generally** need to add the following configuration"
  55. " to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-conduit.md:19
  58. msgid "Creating the first user account"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-conduit.md:21
  61. msgid ""
  62. "Since it is difficult to create the first user account on Conduit (see "
  63. "[famedly/conduit#276](https://gitlab.com/famedly/conduit/-/issues/276) "
  64. "and "
  65. "[famedly/conduit#354](https://gitlab.com/famedly/conduit/-/merge_requests/354))"
  66. " and it does not support [registering users](registering-users.md) (via "
  67. "the command line or via the playbook) like Synapse and Dendrite do, we "
  68. "recommend the following procedure:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-conduit.md:23
  71. msgid ""
  72. "Add `matrix_conduit_allow_registration: true` to your `vars.yml` the "
  73. "first time around, temporarily"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-conduit.md:24
  76. msgid ""
  77. "Run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags"
  78. "=setup-all,start` - see [Installing](installing.md))"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-conduit.md:25
  81. msgid ""
  82. "Create your first user via Element Web or any other client which supports"
  83. " creating users"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-conduit.md:26
  86. msgid "Get rid of `matrix_conduit_allow_registration: true` from your `vars.yml`"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-conduit.md:27
  89. msgid ""
  90. "Run the playbook again (`ansible-playbook -i inventory/hosts setup.yml "
  91. "--tags=setup-conduit,start` would be enough this time)"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-conduit.md:28
  94. msgid ""
  95. "You can now use your server safely. Additional users can be created by "
  96. "messaging the internal Conduit bot"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-conduit.md:30
  99. msgid "Configuring bridges / appservices"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-conduit.md:32
  102. msgid ""
  103. "Automatic appservice setup is currently unsupported when using Conduit. "
  104. "After setting up the service as usual you may notice that it is unable to"
  105. " start."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-conduit.md:34
  108. msgid ""
  109. "You will have to manually register appservices using the the [register-"
  110. "appservice](https://gitlab.com/famedly/conduit/-/blob/next/APPSERVICES.md)"
  111. " command."
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-conduit.md:36
  114. msgid ""
  115. "Find the `registration.yaml` in the `/matrix` directory, for example "
  116. "`/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content "
  117. "to Conduit:"
  118. msgstr ""