2025-02-25 00:14:49 +09:00
<!--
2025-11-09 13:31:48 +09:00
SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Eduardo Beltrame
2025-02-25 00:14:49 +09:00
SPDX-FileCopyrightText: 2020 - 2023 MDAD project contributors
2025-03-05 12:43:41 +09:00
SPDX-FileCopyrightText: 2020 Björn Marten
2025-02-25 00:14:49 +09:00
SPDX-FileCopyrightText: 2020 iLyas Bakouch
2025-11-09 13:31:48 +09:00
SPDX-FileCopyrightText: 2020 Tulir Asokan
SPDX-FileCopyrightText: 2022 Dennis Ciba
2025-02-25 00:14:49 +09:00
SPDX-FileCopyrightText: 2022 Kim Brose
2025-11-09 13:31:48 +09:00
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
2025-02-25 00:14:49 +09:00
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2025-11-09 13:31:48 +09:00
# Setting up Appservice Webhooks bridging (optional, removed)
2020-01-10 14:53:33 +01:00
2025-11-09 13:31:48 +09:00
🪦 The playbook used to be able to install and configure [matrix-appservice-webhooks ](https://github.com/turt2live/matrix-appservice-webhooks ), but no longer includes this component, as it has been deprecated since more than several years.
2020-01-10 14:53:33 +01:00
2025-11-09 13:31:48 +09:00
You may wish to use [matrix-hookshot ](https://github.com/matrix-org/matrix-hookshot ) instead.
2020-01-14 16:02:37 +02:00
2025-11-09 13:31:48 +09:00
## Uninstalling the bridge manually
2020-01-10 14:53:33 +01:00
2025-11-09 13:31:48 +09:00
If you still have matrix-appservice-webhooks installed on your Matrix server, the playbook can no longer help you uninstall it and you will need to do it manually. To uninstall manually, run these commands on the server:
2020-01-10 14:53:33 +01:00
2024-11-30 00:52:28 +09:00
```sh
2025-11-09 13:31:48 +09:00
systemctl disable --now matrix-appservice-webhooks.service
2025-01-29 20:01:05 +09:00
2025-11-09 13:31:48 +09:00
rm -rf /matrix/appservice-webhooks
2025-01-29 20:01:05 +09:00
```