mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
96981c89b4
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.focalboard
(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.focalboard
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.