🪦 The playbook used to be able to install and configure the conduwuit Matrix server, but no longer includes this component, as it’s been abandoned and unmaintained.
If you still have conduwuit installed on your Matrix server, the playbook can no longer help you uninstall it and you will need to do it manually.
To uninstall the service, run the command below on the server:
systemctl disable --now matrix-conduwuit.service
Since Continuwuity is a drop-in replacement for conduwuit, migration is possible. Please refer to this section for details.
If you are not going to migrate to Continuwuity, you can remove data by running the command on the server:
rm -rf /matrix/conduwuit
[!WARNING] Once you removing the path, there is no going back. Your data on the homeserver (including chat history, rooms, etc.) will be deleted and not be possible to restore them. Please be certain.