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.
 
 

215 lines
7.2 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-bot-maubot.md:1
  24. msgid "Setting up maubot (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-maubot.md:3
  27. msgid ""
  28. "The playbook can install and configure "
  29. "[maubot](https://github.com/maubot/maubot) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-maubot.md:5
  32. msgid ""
  33. "After setting up maubot, you can use the web management interface to make"
  34. " it do things. The default location of the management interface is "
  35. "`matrix.example.com/_matrix/maubot/`"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bot-maubot.md:7
  38. msgid ""
  39. "See the project's "
  40. "[documentation](https://docs.mau.fi/maubot/usage/basic.html) to learn "
  41. "what it does and why it might be useful to you."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bot-maubot.md:9
  44. msgid "Adjusting the playbook configuration"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bot-maubot.md:11
  47. msgid ""
  48. "To enable maubot, add the following configuration to your "
  49. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bot-maubot.md:26
  52. msgid ""
  53. "You can add multiple admins. The admin accounts are only used to access "
  54. "the maubot administration interface."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bot-maubot.md:28
  57. msgid "Adjusting the maubot URL"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-bot-maubot.md:30
  60. msgid ""
  61. "By default, this playbook installs maubot on the `matrix.` subdomain, at "
  62. "the `/_matrix/maubot/` path (https://matrix.example.com/_matrix/maubot/)."
  63. " This makes it easy to install it, because it **doesn't require "
  64. "additional DNS records to be set up**. If that's okay, you can skip this "
  65. "section."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-bot-maubot.md:32
  68. msgid ""
  69. "By tweaking the `matrix_bot_maubot_hostname` and "
  70. "`matrix_bot_maubot_path_prefix` variables, you can easily make the "
  71. "service available at a **different hostname and/or path** than the "
  72. "default one."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bot-maubot.md:34
  75. msgid ""
  76. "Example additional configuration for your "
  77. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bot-maubot.md:42
  80. msgid "Adjusting DNS records"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bot-maubot.md:44
  83. msgid ""
  84. "If you've changed the default hostname, **you may need to adjust your "
  85. "DNS** records to point the maubot domain to the Matrix server."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bot-maubot.md:46
  88. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bot-maubot.md:48
  91. msgid ""
  92. "If you've decided to use the default hostname, you won't need to do any "
  93. "extra DNS configuration."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bot-maubot.md:50
  96. msgid "Installing"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bot-maubot.md:52
  99. msgid ""
  100. "After configuring the playbook and potentially [adjusting your DNS "
  101. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  102. "](playbook-tags.md) as below:"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bot-maubot.md:59
  105. msgid "**Notes**:"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bot-maubot.md:61
  108. msgid ""
  109. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  110. "automatically create the bot's user account."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bot-maubot.md:63
  113. msgid ""
  114. "The shortcut commands with the [`just` program](just.md) are also "
  115. "available: `just install-all` or `just setup-all`"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bot-maubot.md:65
  118. msgid ""
  119. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  120. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  121. "runtime) than `just setup-all`) when its components remain unchanged. If "
  122. "you adjust your `vars.yml` to remove other components, you'd need to run "
  123. "`just setup-all`, or these components will still remain installed."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bot-maubot.md:67
  126. msgid ""
  127. "If you change the bot password (`matrix_bot_maubot_initial_password` in "
  128. "your `vars.yml` file) subsequently, the bot user's credentials on the "
  129. "homeserver won't be updated automatically. If you'd like to change the "
  130. "bot user's password, use a tool like [synapse-admin](configuring-"
  131. "playbook-synapse-admin.md) to change it, and then update "
  132. "`matrix_bot_maubot_initial_password` to let the bot know its new "
  133. "password."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bot-maubot.md:69
  136. msgid "Usage"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bot-maubot.md:71
  139. msgid ""
  140. "By default, you can visit `matrix.example.com/_matrix/maubot/` to manage "
  141. "your available plugins, clients and instances."
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-bot-maubot.md:73
  144. msgid "You should start in the following order"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-bot-maubot.md:74
  147. msgid ""
  148. "**Create one or more clients**: A client is a Matrix account which the "
  149. "bot will use to message. By default, the playbook creates a `bot.maubot` "
  150. "account (as per the configuration above). You only need to [obtain an "
  151. "access token](#obtaining-an-access-token) for it"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bot-maubot.md:75
  154. msgid ""
  155. "**Upload some Plugins**: Plugins can be obtained from "
  156. "[here](https://github.com/maubot/maubot#plugins) or any other source."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-bot-maubot.md:76
  159. msgid ""
  160. "**Create an instance**: An instance is the actual bot. You have to "
  161. "specify a client which the bot instance will use and the plugin (how the "
  162. "bot will behave)"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bot-maubot.md:78
  165. msgid "Obtaining an access token"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bot-maubot.md:80
  168. msgid ""
  169. "This can be done via `mbc login` then `mbc auth` (see the [maubot "
  170. "documentation](https://docs.mau.fi/maubot/usage/cli/auth.html)). To run "
  171. "these commands, you'll first need to `exec` into the maubot container "
  172. "with `docker exec -it matrix-bot-maubot sh`."
  173. msgstr ""
  174. #: ../../../docs/configuring-playbook-bot-maubot.md:82
  175. msgid ""
  176. "Alternatively, you can follow our generic [obtain an access token"
  177. "](obtaining-access-tokens.md) documentation. Be aware that you'd better "
  178. "use the **Obtain an access token via curl** method (not **Obtain an "
  179. "access token via Element Web**) as the latter will give your bot issues "
  180. "in encrypted rooms. Read "
  181. "[more](https://docs.mau.fi/maubot/usage/basic.html#creating-clients)."
  182. msgstr ""