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.
 
 

178 lines
10 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:1
  19. msgid "Setting up Messenger bridging via Mautrix Meta (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:3
  22. msgid "<sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup>"
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:5
  25. msgid "The playbook can install and configure the [mautrix-meta](https://github.com/mautrix/meta) Messenger/Instagram bridge for you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:7
  28. msgid "See the project's [documentation](https://docs.mau.fi/bridges/go/meta/index.html) to learn what it does and why it might be useful to you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:9
  31. msgid "Since this bridge component can bridge to both [Messenger](https://messenger.com/) and [Instagram](https://instagram.com/) and you may wish to do both at the same time, the playbook makes it available via 2 different Ansible roles (`matrix-bridge-mautrix-meta-messenger` and `matrix-bridge-mautrix-meta-instagram`). The latter is a reconfigured copy of the first one (created by `just rebuild-mautrix-meta-instagram` and `bin/rebuild-mautrix-meta-instagram.sh`)."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:11
  34. msgid "This documentation page only deals with the bridge's ability to bridge to Facebook Messenger. For bridging to Instagram, see [Setting up Instagram bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-instagram.md)."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:13
  37. msgid "Prerequisites"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:15
  40. msgid "Migrating from the old mautrix-facebook bridge"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:17
  43. msgid "If you've been using the [mautrix-facebook](./configuring-playbook-bridge-mautrix-facebook.md) bridge, it's possible to migrate the database using [instructions from the bridge documentation](https://docs.mau.fi/bridges/go/meta/facebook-migration.html) (advanced)."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:19
  46. msgid "Then you may wish to get rid of the Facebook bridge. To do so, send a `clean-rooms` command to the management room with the old bridge bot (`@facebookbot:example.com`). It gives you a list of portals and groups of portals you may purge. Proceed with sending commands like `clean recommended`, etc."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:21
  49. msgid "Then, consider disabling the old bridge in your configuration, so it won't recreate the portals when you receive new messages."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:23
  52. msgid "**Note**: the user ID of the new bridge bot is `@messengerbot:example.com`, not `@facebookbot:example.com`. After disabling the old bridge, its bot user will stop responding to a command."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:25
  55. msgid "Enable Appservice Double Puppet (optional)"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:27
  58. msgid "If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do) for this bridge automatically, you need to have enabled [Appservice Double Puppet](configuring-playbook-appservice-double-puppet.md) service for this playbook."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:29
  61. msgid "See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:31
  64. msgid "Adjusting the playbook configuration"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:33
  67. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:39
  70. msgid "Before proceeding to [re-running the playbook](./installing.md), you may wish to adjust the configuration further. See below."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:41
  73. msgid "Bridge mode"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:43
  76. msgid "As mentioned above, the [mautrix-meta](https://github.com/mautrix/meta) bridge supports multiple modes of operation."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:45
  79. msgid "The bridge can pull your Messenger messages via 3 different methods:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:47
  82. msgid "(`facebook`) Facebook via `facebook.com`"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:48
  85. msgid "(`facebook-tor`) Facebook via `facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion` ([Tor](https://www.torproject.org/)) — does not currently proxy media downloads"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:49
  88. msgid "(default) (`messenger`) Messenger via `messenger.com` — usable even without a Facebook account"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:51
  91. msgid "You may switch the mode via the `matrix_mautrix_meta_messenger_meta_mode` variable. The playbook defaults to the `messenger` mode, because it's most universal (every Facebook user has a Messenger account, but the opposite is not true)."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:53
  94. msgid "Note that switching the mode (especially between `facebook*` and `messenger`) will intentionally make the bridge use another database (`matrix_mautrix_meta_facebook` or `matrix_mautrix_meta_messenger`) to isolate the 2 instances. Switching between Tor and non-Tor may be possible without dataloss, but your mileage may vary. Before switching to a new mode, you may wish to de-configure the old one (send `help` to the bridge bot and unbridge your portals, etc.)."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:55
  97. msgid "Extending the configuration"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:57
  100. msgid "There are some additional things you may wish to configure about the bridge."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:59
  103. msgid "See [this section](configuring-playbook-bridge-mautrix-bridges.md#extending-the-configuration) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about variables that you can customize and the bridge's default configuration, including [bridge permissions](configuring-playbook-bridge-mautrix-bridges.md#configure-bridge-permissions-optional), [encryption support](configuring-playbook-bridge-mautrix-bridges.md#enable-encryption-optional), [relay mode](configuring-playbook-bridge-mautrix-bridges.md#enable-relay-mode-optional), [bot's username](configuring-playbook-bridge-mautrix-bridges.md#set-the-bots-username-optional), etc."
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:61
  106. msgid "Installing"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:63
  109. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:70
  112. msgid "**Notes**:"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:72
  115. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:74
  118. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:76
  121. 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."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:78
  124. msgid "Usage"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:80
  127. msgid "To use the bridge, you need to start a chat with `@messengerbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). Note that the user ID of the bridge's bot is not `@facebookbot:example.com`."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:82
  130. msgid "You can then follow instructions on the bridge's [official documentation on Authentication](https://docs.mau.fi/bridges/go/meta/authentication.html)."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:84
  133. msgid "After logging in, the bridge will sync recent chats."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-mautrix-meta-messenger.md:86
  136. msgid "**Note**: given that the bot is configured in `messenger` [bridge mode](#bridge-mode) by default, you will need to log in to [messenger.com](https://messenger.com/) (not `facebook.com`!) and obtain the cookies from there."
  137. msgstr ""