Bittorrent Sync


Recommended Posts

I've discovered this line will get Bittorrent Sync up and running with a user:pass of admin:password

 

docker run -d -h unraid --name="bittorrentsync" -v /mnt/cache/docker/apps/appdata/bittorrentsync/:/config -v /mnt/user/:/data -p 8888:8888 -p 55555:55555 shykes/bittorrentsync

 

I'm not sure if all that is needed and I welcome anyone who wants to tweak and correct me but this got me up and going. I did notice there's nothing put in my /mnt/cache/docker/apps/appdata/bittorrentsync directory so I don't know if the -v is even needed. There was also a little weirdness trying to get logged in on Chrome initially and I had to use Safari. I don't know what's up with that but if you're getting invalid request or something try a different browser at http://unraid:8888/gui

 

 

EDIT: Apparently there was already one! http://lime-technology.com/forum/index.php?topic=33919.0

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.