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.
 
 

362 lines
13 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-bridge-mautrix-meta-messenger.md:1
  24. msgid "Setting up Messenger bridging via Mautrix Meta (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:3
  27. msgid ""
  28. "The playbook can install and configure the [mautrix-"
  29. "meta](https://github.com/mautrix/meta) Messenger/Instagram bridge for "
  30. "you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:5
  33. msgid ""
  34. "Since this bridge component can bridge to both "
  35. "[Messenger](https://messenger.com/) and "
  36. "[Instagram](https://instagram.com/) and you may wish to do both at the "
  37. "same time, the playbook makes it available via 2 different Ansible roles "
  38. "(`matrix-bridge-mautrix-meta-messenger` and `matrix-bridge-mautrix-meta-"
  39. "instagram`). The latter is a reconfigured copy of the first one (created "
  40. "by `just rebuild-mautrix-meta-instagram` and `bin/rebuild-mautrix-meta-"
  41. "instagram.sh`)."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:7
  44. msgid ""
  45. "This documentation page only deals with the bridge's ability to bridge to"
  46. " Facebook Messenger. For bridging to Instagram, see [Setting up Instagram"
  47. " bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-"
  48. "instagram.md)."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:9
  51. msgid "Prerequisites"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:11
  54. msgid "Migrating from the old mautrix-facebook bridge"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:13
  57. msgid ""
  58. "If you've been using the [mautrix-facebook](./configuring-playbook-"
  59. "bridge-mautrix-facebook.md) bridge, it's possible to migrate the database"
  60. " using [instructions from the bridge "
  61. "documentation](https://docs.mau.fi/bridges/go/meta/facebook-"
  62. "migration.html) (advanced)."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:15
  65. msgid ""
  66. "Then you may wish to get rid of the Facebook bridge. To do so, send a "
  67. "`clean-rooms` command to the management room with the old bridge bot "
  68. "(`@facebookbot:example.com`). It gives you a list of portals and groups "
  69. "of portals you may purge. Proceed with sending commands like `clean "
  70. "recommended`, etc."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:17
  73. msgid ""
  74. "Then, consider disabling the old bridge in your configuration, so it "
  75. "won't recreate the portals when you receive new messages."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:19
  78. msgid ""
  79. "**Note**: the user ID of the new bridge bot is "
  80. "`@messengerbot:example.com`, not `@facebookbot:example.com`. After "
  81. "disabling the old bridge, its bot user will stop responding to a command."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:21
  84. msgid "Enable Appservice Double Puppet (optional)"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:23
  87. msgid ""
  88. "If you want to set up [Double "
  89. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  90. "(hint: you most likely do) for this bridge automatically, you need to "
  91. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  92. "double-puppet.md) service for this playbook."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:25
  95. msgid ""
  96. "For details about configuring Double Puppeting for this bridge, see the "
  97. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:27
  100. msgid "Adjusting the playbook configuration"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:29
  103. msgid ""
  104. "To enable the bridge, add the following configuration to your "
  105. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:35
  108. msgid ""
  109. "Before proceeding to [re-running the playbook](./installing.md), you may "
  110. "wish to adjust the configuration further. See below."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:37
  113. msgid "Bridge mode"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:39
  116. msgid ""
  117. "As mentioned above, the [mautrix-meta](https://github.com/mautrix/meta) "
  118. "bridge supports multiple modes of operation."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:41
  121. msgid "The bridge can pull your Messenger messages via 3 different methods:"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:43
  124. msgid "(`facebook`) Facebook via `facebook.com`"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:44
  127. msgid ""
  128. "(`facebook-tor`) Facebook via "
  129. "`facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion` "
  130. "([Tor](https://www.torproject.org/)) - does not currently proxy media "
  131. "downloads"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:45
  134. msgid ""
  135. "(default) (`messenger`) Messenger via `messenger.com` - usable even "
  136. "without a Facebook account"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:47
  139. msgid ""
  140. "You may switch the mode via the `matrix_mautrix_meta_messenger_meta_mode`"
  141. " variable. The playbook defaults to the `messenger` mode, because it's "
  142. "most universal (every Facebook user has a Messenger account, but the "
  143. "opposite is not true)."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:49
  146. msgid ""
  147. "Note that switching the mode (especially between `facebook*` and "
  148. "`messenger`) will intentionally make the bridge use another database "
  149. "(`matrix_mautrix_meta_facebook` or `matrix_mautrix_meta_messenger`) to "
  150. "isolate the 2 instances. Switching between Tor and non-Tor may be "
  151. "possible without dataloss, but your mileage may vary. Before switching to"
  152. " a new mode, you may wish to de-configure the old one (send `help` to the"
  153. " bridge bot and unbridge your portals, etc.)."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:51
  156. msgid "Bridge permissions"
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:53
  159. msgid "By default, any user on your homeserver will be able to use the bridge."
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:55
  162. msgid "Different levels of permission can be granted to users:"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:57
  165. msgid "`relay` - Allowed to be relayed through the bridge, no access to commands"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:58
  168. msgid "`user` - Use the bridge with puppeting"
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:59
  171. msgid "`admin` - Use and administer the bridge"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:61
  174. msgid ""
  175. "The permissions are following the sequence: nothing < `relay` < `user` < "
  176. "`admin`."
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:63
  179. msgid ""
  180. "The default permissions are set via "
  181. "`matrix_mautrix_meta_messenger_bridge_permissions_default` and are "
  182. "somewhat like this:"
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:72
  185. msgid ""
  186. "If you don't define the `matrix_admin` in your configuration (e.g. "
  187. "`matrix_admin: @alice:example.com`), then there's no admin by default."
  188. msgstr ""
  189. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:74
  190. msgid ""
  191. "You may redefine "
  192. "`matrix_mautrix_meta_messenger_bridge_permissions_default` any way you "
  193. "see fit, or add extra permissions using "
  194. "`matrix_mautrix_meta_messenger_bridge_permissions_custom` like this:"
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:81
  197. msgid ""
  198. "You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-"
  199. "messenger/templates/config.yaml.j2` to find more information on the "
  200. "permissions settings and other options you would like to configure."
  201. msgstr ""
  202. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:83
  203. msgid "Installing"
  204. msgstr ""
  205. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:85
  206. msgid ""
  207. "After configuring the playbook, run it with [playbook tags](playbook-"
  208. "tags.md) as below:"
  209. msgstr ""
  210. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:92
  211. msgid "**Notes**:"
  212. msgstr ""
  213. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:94
  214. msgid ""
  215. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  216. "automatically create the bot's user account."
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:96
  219. msgid ""
  220. "The shortcut commands with the [`just` program](just.md) are also "
  221. "available: `just install-all` or `just setup-all`"
  222. msgstr ""
  223. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:98
  224. msgid ""
  225. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  226. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  227. "runtime) than `just setup-all`) when its components remain unchanged. If "
  228. "you adjust your `vars.yml` to remove other components, you'd need to run "
  229. "`just setup-all`, or these components will still remain installed."
  230. msgstr ""
  231. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:100
  232. msgid "Usage"
  233. msgstr ""
  234. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:102
  235. msgid ""
  236. "To use the bridge, you need to start a chat with "
  237. "`@messengerbot:example.com` (where `example.com` is your base domain, not"
  238. " the `matrix.` domain). Note that the user ID of the bridge's bot is not "
  239. "`@facebookbot:example.com`."
  240. msgstr ""
  241. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:104
  242. msgid ""
  243. "You then need to send a `login` command and follow the bridge bot's "
  244. "instructions."
  245. msgstr ""
  246. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:106
  247. msgid ""
  248. "Given that the bot is configured in `messenger` [bridge mode](#bridge-"
  249. "mode) by default, you will need to log in to "
  250. "[messenger.com](https://messenger.com/) (not `facebook.com`!) and obtain "
  251. "the cookies from there as per [the bridge's authentication "
  252. "instructions](https://docs.mau.fi/bridges/go/meta/authentication.html)."
  253. msgstr ""
  254. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:108
  255. msgid "💡 Set up Double Puppeting"
  256. msgstr ""
  257. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:110
  258. msgid ""
  259. "After successfully enabling bridging, you may wish to set up [Double "
  260. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  261. "(hint: you most likely do)."
  262. msgstr ""
  263. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:112
  264. msgid "To set it up, you have 2 ways of going about it."
  265. msgstr ""
  266. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:114
  267. msgid "Method 1: automatically, by enabling Appservice Double Puppet"
  268. msgstr ""
  269. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:116
  270. msgid ""
  271. "The bridge automatically performs Double Puppeting if [Appservice Double "
  272. "Puppet](configuring-playbook-appservice-double-puppet.md) service is "
  273. "configured and enabled on the server for this playbook."
  274. msgstr ""
  275. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:118
  276. msgid ""
  277. "This is the recommended way of setting up Double Puppeting, as it's "
  278. "easier to accomplish, works for all your users automatically, and has "
  279. "less of a chance of breaking in the future."
  280. msgstr ""
  281. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:120
  282. msgid "Method 2: manually, by asking each user to provide a working access token"
  283. msgstr ""
  284. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:122
  285. msgid ""
  286. "When using this method, **each user** that wishes to enable Double "
  287. "Puppeting needs to follow the following steps:"
  288. msgstr ""
  289. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:124
  290. msgid ""
  291. "retrieve a Matrix access token for yourself. Refer to the documentation "
  292. "on [how to do that](obtaining-access-tokens.md)."
  293. msgstr ""
  294. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:126
  295. msgid ""
  296. "send the access token to the bot. Example: `login-matrix "
  297. "MATRIX_ACCESS_TOKEN_HERE`"
  298. msgstr ""
  299. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:128
  300. msgid ""
  301. "make sure you don't log out the session for which you obtained an access "
  302. "token some time in the future, as that would break the Double Puppeting "
  303. "feature"
  304. msgstr ""