danielguerra69 / soulseek

soulseek vnc service
18 stars 6 forks source link

Password for VNC connection #9

Open aborindio opened 6 years ago

aborindio commented 6 years ago

Hello Daniel. First of all, thank you for the work done. I have a Synology DS216+ I have followed your instructions and I have made it work. I have overcome some problems with folder permissions. At first, all downloads aborted. I changed the owner of the folders "Downloads" and "Music" via CLI and then everything went to work and I could rescan and share my music folder too. Now what worries me is that there is no way to limit access via VNC client. I find it very useful to be able to access remotely, so I have port 5900 forwarded to my NAS. Would it be possible to include an User/Password to the VNC server? Any other form of access control would be fine too. Thanks in advance!

danielguerra69 commented 6 years ago

VNC is an unsecure Service. My advise is to use ssh with port forward (ssh -L 3900:127.0.0.1:3900). I can add ssh to the Dockerfile for this or you use a linked ssh container.

aborindio commented 6 years ago

I have been reading and doing tests on how to link two containers and use ssh but it is beyond my knowledge. I would appreciate it if you included it on a new version of the docker file. thanks again Daniel.

danielguerra69 commented 6 years ago

I have added ssh for you don't forget to add -p 2222:22