focalboard/import/nextcloud-deck
Paul Esch-Laurent 42ddbbdd69
Update URL to docs page for migrating and reference .boardarchive (#4043)
* chore: update docs URL for import/export/migrate

* chore: reference `.boardarchive` in import scripts & READMEs
2022-10-19 13:33:06 -06:00
..
.eslintrc.json
.gitignore
deck.ts
importDeck.ts Update URL to docs page for migrating and reference .boardarchive (#4043) 2022-10-19 13:33:06 -06:00
package-lock.json
package.json
README.md Update URL to docs page for migrating and reference .boardarchive (#4043) 2022-10-19 13:33:06 -06:00
tsconfig.json
utils.ts

Nextcloud Deck importer

This node app converts data from a Nextcloud Server with the app Deck installed into a Focalboard archive. To use:

  1. Run npm install from within focalboard/webapp
  2. Run npm install from within focalboard/import/nextcloud-deck
  3. Run npx ts-node importDeck.ts -o archive.boardarchive (also from within focalboard/import/nextcloud-deck)
    1. Enter URL and credentials (can also be provided via cli arguments)
    2. Enter ID of the board to convert
  4. In Focalboard, click Settings, then Import archive and select archive.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.