Ver a proveniência

Mention Continuwuity on Conduwuit docs page

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
pull/4278/head
Slavi Pantaleev há 10 meses
ascendente
cometimento
46e587ee29
2 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -0
      docs/configuring-playbook-conduwuit.md
  2. +0
    -1
      roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml

+ 1
- 0
docs/configuring-playbook-conduwuit.md Ver ficheiro

@@ -18,6 +18,7 @@ By default, the playbook installs [Synapse](https://github.com/element-hq/synaps
> [!WARNING]
> - **You can't switch an existing Matrix server's implementation** (e.g. Synapse -> conduwuit). Proceed below only if you're OK with losing data or you're dealing with a server on a new domain name, which hasn't participated in the Matrix federation yet.
> - **Homeserver implementations other than Synapse may not be fully functional**. The playbook may also not assist you in an optimal way (like it does with Synapse). Make yourself familiar with the downsides before proceeding
> - **the Conduwuit project appears to have been abandoned**. You may wish to install [Conduit](./configuring-playbook-conduit.md), or one of the Conduwuit successors (like [Continuwuity](configuring-playbook-continuwuity.md))

## Adjusting the playbook configuration



+ 0
- 1
roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml Ver ficheiro

@@ -7,7 +7,6 @@
# This migrates the conduwuit server implementation (`/matrix/conduwuit`) to continuwuity (`/matrix/continuwuity`),
#
# Here, we merely backup the fresh continuwuity folder, relocate conduwuit directory to continuwuity (`/matrix/conduwuit`)
#
# and restore continuwuity labels.

- name: Check existence of conduwuit directory


Carregando…
Cancelar
Guardar