Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

387 řádky
21 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-28 10:25+0200\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-draupnir.md:1
  24. msgid "Setting up Draupnir (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-draupnir.md:3
  27. msgid "The playbook can install and configure the [Draupnir](https://github.com/the-draupnir-project/Draupnir) moderation bot for you."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-bot-draupnir.md:5
  30. msgid "See the project's [documentation](https://github.com/the-draupnir-project/Draupnir/blob/main/README.md) to learn what it does and why it might be useful to you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bot-draupnir.md:7
  33. msgid "This documentation page is about installing Draupnir in bot mode. As an alternative, you can run a multi-instance Draupnir deployment by installing [Draupnir in appservice mode](./configuring-playbook-appservice-draupnir-for-all.md) (called Draupnir-for-all) instead."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bot-draupnir.md:9
  36. msgid "If your migrating from Mjolnir skip to [this section](#migrating-from-mjolnir-only-required-if-migrating)."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bot-draupnir.md:11
  39. msgid "Prerequisites"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bot-draupnir.md:13
  42. msgid "Register the bot account"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bot-draupnir.md:15
  45. msgid "The playbook does not automatically create users for you. You **need to register the bot user manually** before setting up the bot."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bot-draupnir.md:17
  48. msgid "Generate a strong password for the bot. You can create one with a command like `pwgen -s 64 1`."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bot-draupnir.md:19
  51. msgid "You can use the playbook to [register a new user](registering-users.md):"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bot-draupnir.md:25
  54. msgid "If you would like Draupnir to be able to deactivate users, move aliases, shutdown rooms, show abuse reports (see [below](#abuse-reports)), etc then it must be a server admin so you need to change `admin=no` to `admin=yes` in the command above."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bot-draupnir.md:27
  57. msgid "Obtain an access token"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-bot-draupnir.md:29
  60. msgid "The bot requires an access token to be able to connect to your homeserver. Refer to the documentation on [how to obtain an access token](obtaining-access-tokens.md)."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bot-draupnir.md:31
  63. msgid "⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-draupnir.md:33
  66. msgid "Make sure the account is free from rate limiting"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-draupnir.md:35
  69. msgid "If your homeserver's implementation is Synapse, you will need to prevent it from rate limiting the bot's account. **This is a required step. If you do not configure it, Draupnir will crash.**"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bot-draupnir.md:37
  72. msgid "This can be done using Synapse's [Admin APIs](https://element-hq.github.io/synapse/latest/admin_api/user_admin_api.html#override-ratelimiting-for-users). They can be accessed both externally and internally."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bot-draupnir.md:39
  75. msgid "To expose the APIs publicly, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bot-draupnir.md:45
  78. msgid "The APIs can also be accessed via [Synapse Admin](https://github.com/etkecc/synapse-admin), a web UI tool you can use to administrate users, rooms, media, etc. on your Matrix server. The playbook can install and configure Synapse Admin for you. For details about it, see [this page](configuring-playbook-synapse-admin.md)."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bot-draupnir.md:47
  81. msgid "**Note**: access to the APIs is restricted with a valid access token, so exposing them publicly should not be a real security concern. Still, doing so is not recommended for additional security. See [official Synapse reverse-proxying recommendations](https://element-hq.github.io/synapse/latest/reverse_proxy.html#synapse-administration-endpoints)."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bot-draupnir.md:49
  84. msgid "To discharge rate limiting, run the following command on systems that ship curl (note that it does not work on outdated Windows 10). Even if the APIs are not exposed to the internet, you should still be able to run the command on the homeserver locally. Before running it, make sure to replace `@bot.draupnir:example.com` with the MXID of your Draupnir:"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bot-draupnir.md:55
  87. msgid "You can obtain an access token for a homeserver admin account in the same way as you can do so for Draupnir itself. If you have made Draupnir an admin, you can just use the Draupnir token."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-bot-draupnir.md:57
  90. msgid "Create a management room"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bot-draupnir.md:59
  93. msgid "Using your own account, create a new invite only room that you will use to manage the bot. This is the room where you will see the status of the bot and where you will send commands to the bot, such as the command to ban a user from another room. Anyone in this room can control the bot so it is important that you only invite trusted users to this room."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bot-draupnir.md:61
  96. msgid "If you make the management room encrypted (E2EE), then you MUST enable and use Pantalaimon (see [below](#configuration-with-e2ee-support))."
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bot-draupnir.md:63
  99. msgid "Once you have created the room you need to copy the room ID so you can tell the bot to use that room. In Element Web you can do this by going to the room's settings, clicking Advanced, and then copying the internal room ID. The room ID will look something like `!qporfwt:example.com`."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bot-draupnir.md:65
  102. msgid "Finally invite the `@bot.draupnir:example.com` account you created earlier into the room."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bot-draupnir.md:67
  105. msgid "Adjusting the playbook configuration"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bot-draupnir.md:69
  108. msgid "To enable the bot, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to replace `MANAGEMENT_ROOM_ID_HERE`."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bot-draupnir.md:78
  111. msgid "End-to-End Encryption support"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bot-draupnir.md:80
  114. msgid "Decide whether you want Draupnir to be capable of operating in end-to-end encrypted (E2EE) rooms. This includes the management room and the moderated rooms."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bot-draupnir.md:82
  117. msgid "To support E2EE, Draupnir needs to [use Pantalaimon](configuring-playbook-pantalaimon.md)."
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bot-draupnir.md:84
  120. msgid "Configuration with E2EE support"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-bot-draupnir.md:86
  123. msgid "When using Pantalaimon, Draupnir will log in to its bot account itself through Pantalaimon, so configure its username and password."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bot-draupnir.md:88
  126. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bot-draupnir.md:102
  129. msgid "The playbook's `group_vars` will configure other required settings. If using this role separately without the playbook, you also need to configure the two URLs that Draupnir uses to reach the homeserver, one through Pantalaimon and one \"raw\". This example is taken from the playbook's `group_vars`:"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-bot-draupnir.md:114
  132. msgid "Configuration without E2EE support"
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-bot-draupnir.md:116
  135. msgid "When NOT using Pantalaimon, Draupnir does not log in by itself and you must give it an access token for its bot account."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bot-draupnir.md:118
  138. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to replace `ACCESS_TOKEN_HERE` with the one created [above](#obtain-an-access-token)."
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-bot-draupnir.md:124
  141. msgid "Abuse Reports"
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-bot-draupnir.md:126
  144. msgid "Draupnir supports two methods to receive reports in the management room."
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-bot-draupnir.md:128
  147. msgid "The first method intercepts the report API endpoint of the client-server API, which requires integration with the reverse proxy in front of the homeserver. If you are using traefik, this playbook can set this up for you:"
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-bot-draupnir.md:134
  150. msgid "The other method polls an Synapse Admin API endpoint, hence it is available only if using Synapse and if the Draupnir user is an admin (see [above](#register-the-bot-account)). To enable it, set `pollReports: true` on `vars.yml` file as below."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-bot-draupnir.md:136
  153. msgid "Extending the configuration"
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-bot-draupnir.md:138
  156. msgid "You can configure additional options by adding the `matrix_bot_draupnir_configuration_extension_yaml` variable."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-bot-draupnir.md:140
  159. msgid "For example, to change Draupnir's `pollReports` option to `true`, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook-bot-draupnir.md:154
  162. msgid "Migrating from Mjolnir (Only required if migrating)"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bot-draupnir.md:156
  165. msgid "Replace your `matrix_bot_mjolnir` config with `matrix_bot_draupnir` config. Also disable Mjolnir if you're doing migration."
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bot-draupnir.md:158
  168. msgid "That is all you need to do due to that Draupnir can complete migration on its own."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bot-draupnir.md:160
  171. msgid "Installing"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-bot-draupnir.md:162
  174. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook-bot-draupnir.md:169
  177. msgid "**Notes**:"
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-bot-draupnir.md:171
  180. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  181. msgstr ""
  182. #: ../../../docs/configuring-playbook-bot-draupnir.md:173
  183. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-bot-draupnir.md:175
  186. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-bot-draupnir.md:177
  189. msgid "If you change the Pantalaimon's password (`matrix_bot_draupnir_pantalaimon_password` in your `vars.yml` file) subsequently, its credentials on the homeserver won't be updated automatically. If you'd like to change the password, use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to change it, and then update `matrix_bot_draupnir_pantalaimon_password` to let Pantalaimon know its new password."
  190. msgstr ""
  191. #: ../../../docs/configuring-playbook-bot-draupnir.md:179
  192. msgid "Usage"
  193. msgstr ""
  194. #: ../../../docs/configuring-playbook-bot-draupnir.md:181
  195. msgid "You can refer to the upstream [documentation](https://the-draupnir-project.github.io/draupnir-documentation/) for additional ways to use and configure Draupnir and for a more detailed usage guide."
  196. msgstr ""
  197. #: ../../../docs/configuring-playbook-bot-draupnir.md:183
  198. msgid "Below is a **non-exhaustive quick-start guide** for the impatient."
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook-bot-draupnir.md:185
  201. msgid "Making Draupnir join and protect a room"
  202. msgstr ""
  203. #: ../../../docs/configuring-playbook-bot-draupnir.md:187
  204. msgid "Draupnir can be told to self-join public rooms, but it's better to follow this flow which works well for all kinds of rooms:"
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-bot-draupnir.md:189
  207. msgid "Invite the bot to the room manually ([inviting Draupnir to rooms](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-protected-rooms#inviting-draupnir-to-rooms)). Before joining, the bot *may* ask for confirmation in the Management Room"
  208. msgstr ""
  209. #: ../../../docs/configuring-playbook-bot-draupnir.md:191
  210. msgid "[Give the bot permissions to do its job](#giving-draupnir-permissions-to-do-its-job)"
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-bot-draupnir.md:193
  213. msgid "Tell it to protect the room (using the [rooms command](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-protected-rooms#using-the-draupnir-rooms-command)) by sending the following command to the Management Room: `!draupnir rooms add !qporfwt:example.com`"
  214. msgstr ""
  215. #: ../../../docs/configuring-playbook-bot-draupnir.md:195
  216. msgid "To have Draupnir provide useful room protection, you need do to a bit more work (at least the first time around). You may wish to [Subscribe to a public policy list](#subscribing-to-a-public-policy-list), [Create your own own policy and rules](#creating-your-own-policy-lists-and-rules) and [Enabling built-in protections](#enabling-built-in-protections)."
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-bot-draupnir.md:197
  219. msgid "Giving Draupnir permissions to do its job"
  220. msgstr ""
  221. #: ../../../docs/configuring-playbook-bot-draupnir.md:199
  222. msgid "For Draupnir to do its job, you need to [give it permissions](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-protected-rooms#giving-draupnir-permissions) in rooms it's protecting. This involves **giving it an Administrator power level**."
  223. msgstr ""
  224. #: ../../../docs/configuring-playbook-bot-draupnir.md:201
  225. msgid "**We recommend setting this power level as soon as the bot joins your room** (and before you create new rules), so that it can apply rules as soon as they are available. If the bot is under-privileged, it may fail to apply protections and may not retry for a while (or until your restart it)."
  226. msgstr ""
  227. #: ../../../docs/configuring-playbook-bot-draupnir.md:203
  228. msgid "Subscribing to a public policy list"
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook-bot-draupnir.md:205
  231. msgid "We recommend **subscribing to a public [policy list](https://the-draupnir-project.github.io/draupnir-documentation/concepts/policy-lists)** using the [watch command](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-policy-lists#using-draupnirs-watch-command-to-subscribe-to-policy-rooms)."
  232. msgstr ""
  233. #: ../../../docs/configuring-playbook-bot-draupnir.md:207
  234. msgid "Polcy lists are maintained in Matrix rooms. A popular policy list is maintained in the public `#community-moderation-effort-bl:neko.dev` room."
  235. msgstr ""
  236. #: ../../../docs/configuring-playbook-bot-draupnir.md:209
  237. msgid "You can tell Draupnir to subscribe to it by sending the following command to the Management Room: `!draupnir watch #community-moderation-effort-bl:neko.dev`"
  238. msgstr ""
  239. #: ../../../docs/configuring-playbook-bot-draupnir.md:211
  240. msgid "Creating your own policy lists and rules"
  241. msgstr ""
  242. #: ../../../docs/configuring-playbook-bot-draupnir.md:213
  243. msgid "We also recommend **creating your own policy lists** with the [list create](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-policy-lists#using-draupnirs-list-create-command-to-create-a-policy-room) command."
  244. msgstr ""
  245. #: ../../../docs/configuring-playbook-bot-draupnir.md:215
  246. msgid "You can do so by sending the following command to the Management Room: `!draupnir list create my-bans my-bans-bl`. This will create a policy list having a name (shortcode) of `my-bans` and stored in a public `#my-bans-bl:example.com` room on your server. As soon as you run this command, the bot will invite you to the policy list room."
  247. msgstr ""
  248. #: ../../../docs/configuring-playbook-bot-draupnir.md:217
  249. msgid "A policy list does nothing by itself, so the next step is **adding some rules to your policy list**. Policies target a so-called `entity` (one of: `user`, `room` or `server`). These entities are mentioned on the [policy lists](https://the-draupnir-project.github.io/draupnir-documentation/concepts/policy-lists) documentation page and in the Matrix Spec [here](https://spec.matrix.org/v1.11/client-server-api/#mban-recommendation)."
  250. msgstr ""
  251. #: ../../../docs/configuring-playbook-bot-draupnir.md:219
  252. msgid "The simplest and most useful entity to target is `user`. Below are a few examples using the [ban command](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-users#the-ban-command) and targeting users."
  253. msgstr ""
  254. #: ../../../docs/configuring-playbook-bot-draupnir.md:221
  255. msgid "To create rules, you run commands in the Management Room (**not** in the policy list room)."
  256. msgstr ""
  257. #: ../../../docs/configuring-playbook-bot-draupnir.md:223
  258. msgid "(ban a single user on a given homeserver): `!draupnir ban @charles:example.com my-bans Rude to others`"
  259. msgstr ""
  260. #: ../../../docs/configuring-playbook-bot-draupnir.md:224
  261. msgid "(ban all users on a given homeserver by using a [wildcard](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-users#wildcards)): `!draupnir ban @*:example.org my-bans Spam server - all users are fake`"
  262. msgstr ""
  263. #: ../../../docs/configuring-playbook-bot-draupnir.md:226
  264. msgid "As a result of running these commands, you may observe:"
  265. msgstr ""
  266. #: ../../../docs/configuring-playbook-bot-draupnir.md:228
  267. msgid "Draupnir creating `m.policy.rule.user` state events in the `#my-bans-bl:example.com` room on your server"
  268. msgstr ""
  269. #: ../../../docs/configuring-playbook-bot-draupnir.md:229
  270. msgid "applying these rules against all rooms that Draupnir is an Administrator in"
  271. msgstr ""
  272. #: ../../../docs/configuring-playbook-bot-draupnir.md:231
  273. msgid "You can undo bans with the [unban command](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-users#the-unban-command)."
  274. msgstr ""
  275. #: ../../../docs/configuring-playbook-bot-draupnir.md:233
  276. msgid "Enabling built-in protections"
  277. msgstr ""
  278. #: ../../../docs/configuring-playbook-bot-draupnir.md:235
  279. msgid "You can also **turn on various built-in [protections](https://the-draupnir-project.github.io/draupnir-documentation/protections)** like `JoinWaveShortCircuit` (\"If X amount of users join in Y time, set the room to invite-only\")."
  280. msgstr ""
  281. #: ../../../docs/configuring-playbook-bot-draupnir.md:237
  282. msgid "To **see which protections are available and which are enabled**, send a `!draupnir protections` command to the Management Room."
  283. msgstr ""
  284. #: ../../../docs/configuring-playbook-bot-draupnir.md:239
  285. msgid "To **see the configuration options for a given protection**, send a `!draupnir config get PROTECTION_NAME` (e.g. `!draupnir config get JoinWaveShortCircuit`)."
  286. msgstr ""
  287. #: ../../../docs/configuring-playbook-bot-draupnir.md:241
  288. msgid "To **set a specific option for a given protection**, send a command like this: `!draupnir config set PROTECTION_NAME.OPTION VALUE` (e.g. `!draupnir config set JoinWaveShortCircuit.timescaleMinutes 30`)."
  289. msgstr ""
  290. #: ../../../docs/configuring-playbook-bot-draupnir.md:243
  291. msgid "To **enable a given protection**, send a command like this: `!draupnir enable PROTECTION_NAME` (e.g. `!draupnir enable JoinWaveShortCircuit`)."
  292. msgstr ""
  293. #: ../../../docs/configuring-playbook-bot-draupnir.md:245
  294. msgid "To **disable a given protection**, send a command like this: `!draupnir disable PROTECTION_NAME` (e.g. `!draupnir disable JoinWaveShortCircuit`)."
  295. msgstr ""