Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

206 rader
10 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, 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: 2026-08-01 17:14+0000\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-linkedin.md:9
  19. msgid "Setting up Mautrix LinkedIn bridging (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:11
  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-linkedin.md:13
  25. msgid "The playbook can install and configure [mautrix-linkedin](https://github.com/mautrix/linkedin) for you, for bridging to [LinkedIn](https://www.linkedin.com/) messaging."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:15
  28. msgid "See the project's [documentation](https://docs.mau.fi/bridges/go/linkedin/index.html) to learn what it does and why it might be useful to you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:18
  31. msgid "LinkedIn keeps its messaging function behind a login wall and does not provide a usable public API, so using this bridge requires you to manually copy cookies on a web browser for logging in. Refer to [this section](#usage) below for details."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:20
  34. msgid "Prerequisite"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:22
  37. msgid "Uninstalling `beeper-linkedin`"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:24
  40. msgid "If `beeper-linkedin` bridge is enabled on your host, you need to uninstall it first, since it claims the `@linkedinbot` username and `@linkedin_*` user range as exclusive appservice namespaces, which will cause conflicts with `mautrix-linkedin`."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:26
  43. msgid "To uninstall the bridge, set `matrix_bridge_beeper_linkedin_enabled: false` and re-run the playbook. The playbook refuses to install `mautrix-linkedin` until `beeper-linkedin` is uninstalled."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:28
  46. msgid "Enable Appservice Double Puppet (optional)"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:30
  49. 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) for this playbook."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:32
  52. 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."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:34
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:36
  58. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:42
  61. msgid "Extending the configuration"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:44
  64. msgid "There are some additional things you may wish to configure about the bridge."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:47
  67. 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), [bot's username](configuring-playbook-bridge-mautrix-bridges.md#set-the-bots-username-optional), etc."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:49
  70. msgid "Installing"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:51
  73. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:58
  76. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:60
  79. 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. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:62
  82. msgid "Usage"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:64
  85. msgid "Start a chat with `@linkedinbot:example.com` (where `example.com` is your base domain, the bare one without the `matrix.` prefix) and send `login`."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:66
  88. msgid "Logging in"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:68
  91. msgid "To log in, you need to sign in to LinkedIn with a web browser and hand one of the requests it makes to the bot. Because the bridge presents itself as Chrome on Linux, the request needs to come from **Chrome or a Chrome-based browser**."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:71
  94. msgid "LinkedIn ties the session to the browser that made the request and rejects it when it is replayed under a different user-agent. A request copied from Firefox therefore results in a session that stops working immediately, without an error message."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:73
  97. msgid "You need to follow these steps to log in:"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:75
  100. msgid "Open [linkedin.com](https://www.linkedin.com/) in a private/incognito window on Chrome / a Chrome-based browser"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:76
  103. msgid "Sign in to LinkedIn"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:77
  106. msgid "Open your browser's devtools (F12) and go to the Network tab"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:78
  109. msgid "Filter for `graphql`"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:79
  112. msgid "Right-click any one of those requests, then \"Copy\" and \"Copy as cURL\""
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:80
  115. msgid "Paste the output into the chat with the bot and send it"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:82
  118. msgid "The bridge's [official Authentication guide](https://docs.mau.fi/bridges/go/linkedin/authentication.html) walks the same steps with screenshots."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:84
  121. msgid "Once you log in, the bridge builds portal rooms for your recent conversations and carries messages both ways."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:86
  124. msgid "**💡 Notes:**"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:88
  127. msgid "The request contains a login session, which LinkedIn may expire at any time. When the bridge goes quiet, log in again by following the steps above."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:89
  130. msgid "If you would rather not retrieve the request yourself, you may wish to take a look at [mautrix-manager](https://github.com/mautrix/manager)."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:91
  133. msgid "Troubleshooting"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:93
  136. msgid "The bot does not respond after you send it the cURL output"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:95
  139. msgid "This most likely means that you have obtained the request with a browser other than Chrome or a Chrome-based one. LinkedIn silently discards a session replayed under a different user-agent. Follow the login steps above again, this time using Chrome or a Chrome-based browser."
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:97
  142. msgid "The bridge worked before, but has gone quiet"
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:99
  145. msgid "Your LinkedIn session has most likely expired. Send `login` to the bot and follow the login steps above again."
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:101
  148. msgid "Other issues"
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:103
  151. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-mautrix-linkedin`."
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:105
  154. msgid "Increase logging verbosity"
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook-bridge-mautrix-linkedin.md:107
  157. msgid "The default logging level for this component is `warn`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:"
  158. msgstr ""