Post #2435295
2026-05-10 07:14 UTC
@badnetmask@hachyderm.io @vikunja@social.linux.pizza @homelab@fedigroups.social For data migrations, I usually first try with n8n. It does not have a Kanboard node, but it does have a Vikunja one. So, at least you have the creation part. Getting the tasks from Kanboard should be possible exporting to CSV, and then reading it from n8n.
I know it sounds a bit overkill, but you don't need to learn Vikunja API, and you can run a docker image and remove it when done
Replies (1)
-
@badnetmask@hachyderm.io 2026-05-10 15:18
@appsinet@phpc.social I already have a migration plan with a small Python script. Let's see how it goes.