Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

138 líneas
6.8 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-11-06 23:09+0900\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:12
  19. msgid "Setting up Appservice Webhooks bridging (optional, deprecated)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:14
  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:16
  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:18
  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:20
  31. msgid "Adjusting the playbook configuration"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:22
  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:35
  37. msgid "Extending the configuration"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:37
  40. msgid "There are some additional things you may wish to configure about the bridge."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:39
  43. msgid "Take a look at:"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:41
  46. msgid "`roles/custom/matrix-bridge-appservice-webhooks/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:42
  49. msgid "`roles/custom/matrix-bridge-appservice-webhooks/templates/config.yaml.j2` for the bridge's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_appservice_webhooks_configuration_extension_yaml` variable"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:44
  52. msgid "Installing"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:46
  55. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:53
  58. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:55
  61. 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."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:57
  64. msgid "Usage"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:59
  67. msgid "To use the bridge, you need to invite the bridge bot user to your room in either way."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:61
  70. msgid "Send `/invite @_webhook:example.com` (**Note**: Make sure you have administration permissions in your room)"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:62
  73. msgid "Add the bridge bot to a private channel (personal channels imply you being an administrator)"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:64
  76. msgid "You then need to send a message to the bridge bot to receive a private message including the webhook link:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:70
  79. msgid "The JSON body for posting messages will have to look like this:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:81
  82. msgid "You can test this via curl like so:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:94
  85. msgid "Setting Webhooks with Dimension integration manager"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:96
  88. msgid "If you're using the [Dimension integration manager](configuring-playbook-dimension.md), you can configure the Webhooks bridge with it."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:98
  91. msgid "To configure it, open the Dimension integration manager, and go to \"Settings\" and \"Bridges\", then select edit action for \"Webhook Bridge\"."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:100
  94. 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."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:102
  97. msgid "Troubleshooting"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:104
  100. 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-appservice-webhooks`."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:106
  103. msgid "Increase logging verbosity"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:108
  106. msgid "The default logging level for this component is `info`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:"
  107. msgstr ""