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.
 
 

218 lines
6.9 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-20 09:53+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-bot-go-neb.md:1
  23. msgid "Setting up Go-NEB (optional, unmaintained)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bot-go-neb.md:3
  26. msgid ""
  27. "**Note**: [Go-NEB](https://github.com/matrix-org/go-neb) is now an "
  28. "archived (**unmaintained**) project. We recommend not bothering with "
  29. "installing it. While not a 1:1 replacement, the bridge's author suggests "
  30. "taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-"
  31. "hookshot) as a replacement, which can also be installed using [this "
  32. "playbook](configuring-playbook-bridge-hookshot.md). Consider using that "
  33. "bot instead of this one."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bot-go-neb.md:5
  36. msgid ""
  37. "The playbook can install and configure [Go-NEB](https://github.com"
  38. "/matrix-org/go-neb) for you."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bot-go-neb.md:7
  41. msgid ""
  42. "Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, "
  43. "the original Matrix bot written in Python."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bot-go-neb.md:9
  46. msgid ""
  47. "See the project's [documentation](https://github.com/matrix-org/go-"
  48. "neb/blob/master/README.md) to learn what it does and why it might be "
  49. "useful to you."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bot-go-neb.md:11
  52. msgid "Registering the bot account"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bot-go-neb.md:13
  55. msgid ""
  56. "The playbook does not automatically create users for you. The bot "
  57. "requires at least 1 access token to be able to connect to your "
  58. "homeserver."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-go-neb.md:15
  61. msgid "You **need to register the bot user manually** before setting up the bot."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bot-go-neb.md:17
  64. msgid ""
  65. "Choose a strong password for the bot. You can generate a good password "
  66. "with a command like this: `pwgen -s 64 1`."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-go-neb.md:19
  69. msgid "You can use the playbook to [register a new user](registering-users.md):"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bot-go-neb.md:25
  72. msgid ""
  73. "Once the user is created you can [obtain an access token](obtaining-"
  74. "access-tokens.md)."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bot-go-neb.md:27
  77. msgid "Adjusting the playbook configuration"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bot-go-neb.md:29
  80. msgid ""
  81. "To enable Go-NEB, add the following configuration to your "
  82. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bot-go-neb.md:193
  85. msgid "Adjusting the Go-NEB URL"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bot-go-neb.md:195
  88. msgid ""
  89. "By default, this playbook installs Go-NEB on the `goneb.` subdomain "
  90. "(`goneb.example.com`) and requires you to [adjust your DNS records"
  91. "](#adjusting-dns-records)."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bot-go-neb.md:197
  94. msgid ""
  95. "By tweaking the `matrix_bot_go_neb_hostname` and "
  96. "`matrix_bot_go_neb_path_prefix` variables, you can easily make the "
  97. "service available at a **different hostname and/or path** than the "
  98. "default one."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-go-neb.md:199
  101. msgid ""
  102. "Example additional configuration for your "
  103. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bot-go-neb.md:210
  106. msgid "Adjusting DNS records"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bot-go-neb.md:212
  109. msgid ""
  110. "Once you've decided on the domain and path, **you may need to adjust your"
  111. " DNS** records to point the Go-NEB domain to the Matrix server."
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bot-go-neb.md:214
  114. msgid ""
  115. "By default, you will need to create a CNAME record for `goneb`. See "
  116. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-bot-go-neb.md:216
  119. msgid ""
  120. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  121. " extra DNS configuration."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bot-go-neb.md:218
  124. msgid "Installing"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bot-go-neb.md:220
  127. msgid ""
  128. "After configuring the playbook and potentially [adjusting your DNS "
  129. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  130. "](playbook-tags.md) as below:"
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bot-go-neb.md:227
  133. msgid "**Notes**:"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bot-go-neb.md:229
  136. msgid ""
  137. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  138. "automatically create the bot's user account."
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-bot-go-neb.md:231
  141. msgid ""
  142. "The shortcut commands with the [`just` program](just.md) are also "
  143. "available: `just install-all` or `just setup-all`"
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bot-go-neb.md:233
  146. msgid ""
  147. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  148. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  149. "runtime) than `just setup-all`) when its components remain unchanged. If "
  150. "you adjust your `vars.yml` to remove other components, you'd need to run "
  151. "`just setup-all`, or these components will still remain installed."
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bot-go-neb.md:235
  154. msgid "Usage"
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook-bot-go-neb.md:237
  157. msgid ""
  158. "To use the bot, invite it to any existing Matrix room (`/invite @bot.go-"
  159. "neb:example.com` where `example.com` is your base domain, not the "
  160. "`matrix.` domain). Make sure you are granted with the sufficient "
  161. "permission if you are not the room owner."
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-bot-go-neb.md:239
  164. msgid ""
  165. "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy "
  166. "matrix`"
  167. msgstr ""
  168. #: ../../../docs/configuring-playbook-bot-go-neb.md:241
  169. msgid ""
  170. "If you enabled the github_cmd service you can get the supported commands "
  171. "via `!github help`"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-bot-go-neb.md:243
  174. msgid ""
  175. "You can also refer to the upstream [Documentation](https://github.com"
  176. "/matrix-org/go-neb)."
  177. msgstr ""
  178. #~ msgid ""
  179. #~ "See the project's [documentation](https://github.com"
  180. #~ "/matrix-org/go-neb) to learn what it"
  181. #~ " does and why it might be "
  182. #~ "useful to you."
  183. #~ msgstr ""