# SOME DESCRIPTIVE TITLE. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members # This file is distributed under the same license as the matrix-docker-ansible-deploy package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: matrix-docker-ansible-deploy \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-11-06 23:09+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:12 msgid "Setting up Appservice Webhooks bridging (optional, deprecated)" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:14 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." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:16 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." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:18 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." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:20 msgid "Adjusting the playbook configuration" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:22 msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:35 msgid "Extending the configuration" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:37 msgid "There are some additional things you may wish to configure about the bridge." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:39 msgid "Take a look at:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:41 msgid "`roles/custom/matrix-bridge-appservice-webhooks/defaults/main.yml` for some variables that you can customize via your `vars.yml` file" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:42 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" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:44 msgid "Installing" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:46 msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:53 msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:55 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." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:57 msgid "Usage" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:59 msgid "To use the bridge, you need to invite the bridge bot user to your room in either way." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:61 msgid "Send `/invite @_webhook:example.com` (**Note**: Make sure you have administration permissions in your room)" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:62 msgid "Add the bridge bot to a private channel (personal channels imply you being an administrator)" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:64 msgid "You then need to send a message to the bridge bot to receive a private message including the webhook link:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:70 msgid "The JSON body for posting messages will have to look like this:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:81 msgid "You can test this via curl like so:" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:94 msgid "Setting Webhooks with Dimension integration manager" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:96 msgid "If you're using the [Dimension integration manager](configuring-playbook-dimension.md), you can configure the Webhooks bridge with it." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:98 msgid "To configure it, open the Dimension integration manager, and go to \"Settings\" and \"Bridges\", then select edit action for \"Webhook Bridge\"." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:100 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." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:102 msgid "Troubleshooting" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:104 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`." msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:106 msgid "Increase logging verbosity" msgstr "" #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:108 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:" msgstr ""