Skip to content

Upload to Openneuro from Synology NAS

Eduardo Garza-Villarreal edited this page May 20, 2026 · 2 revisions

Upload to Openneuro from Synology NAS

Using Docker

After Docker was installed, I then installed Deno and the Openneuro CLI.

Uploading dataset

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

Clone this wiki locally