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.
 
 
 

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