2025-02-23 13:33:30 +09:00
<!--
2025-11-04 23:04:37 +09:00
SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Eduardo Beltrame
SPDX-FileCopyrightText: 2020 Hugues Morisset
SPDX-FileCopyrightText: 2020 Tulir Asokan
SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
SPDX-FileCopyrightText: 2022 Dennis Ciba
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
2025-03-15 16:43:24 +09:00
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
2025-02-23 13:33:30 +09:00
SPDX-License-Identifier: AGPL-3.0-or-later
-->
2025-11-04 23:04:37 +09:00
# Setting up MX Puppet Instagram bridging (optional, removed)
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
🪦 The playbook used to be able to install and configure [mx-puppet-instagram ](https://gitlab.com/mx-puppet/instagram/mx-puppet-instagram ), but no longer includes this component, as it has been unmaintained for a long time.
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
You may wish to use the [Mautrix Meta ](https://github.com/mautrix/meta ) Messenger/Instagram bridge instead.
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
## Uninstalling the bridge manually
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
If you still have the MX Puppet Instagram bridge 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-06-28 10:46:39 +02:00
2024-12-01 16:42:30 +09:00
```sh
2025-11-04 23:04:37 +09:00
systemctl disable --now matrix-mx-puppet-instagram.service
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
rm -rf /matrix/mx-puppet-instagram
2020-06-28 10:46:39 +02:00
2025-11-04 23:04:37 +09:00
/matrix/postgres/bin/cli-non-interactive 'DROP DATABASE matrix_mx_puppet_instagram;'
```