-
Notifications
You must be signed in to change notification settings - Fork 0
Upload to Openneuro from Synology NAS
Eduardo Garza-Villarreal edited this page May 20, 2026
·
2 revisions
After Docker was installed, I then installed Deno and the Openneuro CLI.
First we need to go inside the container using.
sudo docker run -it --rm -v /volume1/data/sudmex-tms/Bids:/data denoland/deno:latest bash
Inside you run
deno run -A jsr:@openneuro/cli login
And get the API key from Openneuro. Seems you can also make it a variable.
Finally we need to run this
deno run -A jsr:@openneuro/cli upload --dataset ds003037 /data
ds003037 is an example dataset.
If it works you should get the QC