mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-05-24 12:03:07 +03:00
554ad4ec67
Signed-off-by: Suguru Hirahara <did:key:z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2019 Edgars Voroboks
|
|
SPDX-FileCopyrightText: 2019 Eduardo Beltrame
|
|
SPDX-FileCopyrightText: 2019-2025 MDAD project contributors
|
|
SPDX-FileCopyrightText: 2019-2025 Slavi Pantaleev
|
|
SPDX-FileCopyrightText: 2020 Chris van Dijk
|
|
SPDX-FileCopyrightText: 2020 Tulir Asokan
|
|
SPDX-FileCopyrightText: 2020 jens quade
|
|
SPDX-FileCopyrightText: 2022 Dennis Ciba
|
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
|
SPDX-FileCopyrightText: 2022 Kim Brose
|
|
SPDX-FileCopyrightText: 2022 Travis Ralston
|
|
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
|
|
SPDX-FileCopyrightText: 2022 Yan Minagawa
|
|
SPDX-FileCopyrightText: 2024-2026 Suguru Hirahara
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# Setting up matrix-ldap-registration-proxy (optional, removed)
|
|
|
|
🪦 The playbook used to be able to install and configure [matrix-ldap-registration-proxy](https://gitlab.com/activism.international/matrix_ldap_registration_proxy), but no longer includes this component, as it has become unavailable.
|
|
|
|
## Uninstalling the component manually
|
|
|
|
If you still have matrix-ldap-registration-proxy 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:
|
|
|
|
```sh
|
|
systemctl disable --now matrix-ldap-registration-proxy.service
|
|
|
|
rm -rf /matrix/matrix_ldap_registration_proxy
|
|
```
|