Simple script to migrate content from one Hedgedoc instance to another
Find a file
2022-09-11 23:01:13 +02:00
cypress add minimal working example 2022-09-11 23:01:13 +02:00
.gitignore Initial commit 2022-09-11 22:50:39 +02:00
cypress.config.js add minimal working example 2022-09-11 23:01:13 +02:00
LICENSE Initial commit 2022-09-11 22:50:39 +02:00
package-lock.json add minimal working example 2022-09-11 23:01:13 +02:00
package.json add minimal working example 2022-09-11 23:01:13 +02:00
README.md add minimal working example 2022-09-11 23:01:13 +02:00

Hedgedoc Migrator

Simple script to migrate content from one Hedgedoc instance to another.

Setup

Follow the guide over here.

You also require NodeJS. Run npm ci to install the required packages.

Execution

To start cypress, simply execute npx cypress open. Then click E2E Testing and run using electron. This step could be automated using the cypress API.