john-shine / mega.syno

Make possible to use mega.nz`s megasync on Synology with Docker
GNU General Public License v3.0
50 stars 11 forks source link

How to access folder ? #9

Closed nonogt closed 4 years ago

nonogt commented 4 years ago

Hello !

I have a DS218+, I want to sync a folder, it appears simply as "/myfolder" in File Station, but I can't find it in your Megasync...

I am a noob in NAS and programming, so I need help !

dimchen commented 4 years ago

under volumn , under mount path , you have to set it to /home/mega/MEGAsync

john-shine commented 4 years ago

It should be: sudo docker run -d -p 5901:5901 -p 6080:6080 -v /volumexxx/myfolder:/home/mega/MEGA johnshine/mega.syno:latest

U should replace volumexxx with real volume number.