42ddbbdd69
* chore: update docs URL for import/export/migrate * chore: reference `.boardarchive` in import scripts & READMEs
873 B
873 B
Nextcloud Deck importer
This node app converts data from a Nextcloud Server with the app Deck installed into a Focalboard archive. To use:
- Run
npm install
from withinfocalboard/webapp
- Run
npm install
from withinfocalboard/import/nextcloud-deck
- Run
npx ts-node importDeck.ts -o archive.boardarchive
(also from withinfocalboard/import/nextcloud-deck
)- Enter URL and credentials (can also be provided via cli arguments)
- Enter ID of the board to convert
- In Focalboard, click
Settings
, thenImport archive
and selectarchive.boardarchive
Import scope
Currently, the script imports all cards from a single board, including their stacks (column) membership, labels, names, descriptions, duedate and comments. Contribute code to expand this.