You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2026-05-06 20:45:53 +02:00
42ddbbdd69
* chore: update docs URL for import/export/migrate * chore: reference `.boardarchive` in import scripts & READMEs
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 installfrom withinfocalboard/webapp - Run
npm installfrom 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 archiveand 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.