Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

1.8 KiB

Configuring conduwuit (optional, removed)

🪦 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.

Uninstalling the service manually

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

Migrating to Continuwuity

Since Continuwuity is a drop-in replacement for conduwuit, migration is possible. Please refer to this section for details.

Removing data manually

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.