Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

110 строки
5.3 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-appservice-webhooks.md:1
  19. msgid "Setting up Appservice Webhooks bridging (optional, deprecated)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:3
  22. msgid "**Note**: This bridge has been deprecated. We recommend not bothering with installing it. While not a 1:1 replacement, the bridge's author suggests taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) as a replacement, which can also be installed using [this playbook](configuring-playbook-bridge-hookshot.md). Consider using that bridge instead of this one."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:5
  25. msgid "The playbook can install and configure [matrix-appservice-webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for you. This bridge provides support for Slack-compatible webhooks."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:7
  28. msgid "See the project's [documentation](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) to learn what it does and why it might be useful to you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:9
  31. msgid "Adjusting the playbook configuration"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:11
  34. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:27
  37. msgid "Installing"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:29
  40. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:36
  43. msgid "**Notes**:"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:38
  46. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:40
  49. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:42
  52. 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."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:44
  55. msgid "Usage"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:46
  58. msgid "To use the bridge, you need to invite the bridge bot user to your room in either way."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:48
  61. msgid "Send `/invite @_webhook:example.com` (**Note**: Make sure you have administration permissions in your room)"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:49
  64. msgid "Add the bridge bot to a private channel (personal channels imply you being an administrator)"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:51
  67. msgid "You then need to send a message to the bridge bot to receive a private message including the webhook link:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:57
  70. msgid "The JSON body for posting messages will have to look like this:"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:68
  73. msgid "You can test this via curl like so:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:81
  76. msgid "Setting Webhooks with Dimension integration manager"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:83
  79. msgid "If you're using the [Dimension integration manager](configuring-playbook-dimension.md), you can configure the Webhooks bridge with it."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:85
  82. msgid "To configure it, open the Dimension integration manager, and go to \"Settings\" and \"Bridges\", then select edit action for \"Webhook Bridge\"."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:87
  85. msgid "On the UI, press \"Add self-hosted Bridge\" button and populate \"Provisioning URL\" and \"Shared Secret\" values from `/matrix/appservice-webhooks/config/config.yaml` file's homeserver URL value and provisioning secret value, respectively."
  86. msgstr ""