Does anyone can recommend service like that but without frontend? I'm really only interesed in syncying files between few of my computers and mobile devices.
Build your own private, encrypted, open-source Dropbox clone 2.0
11–15 of 15 posts
Re: Build your own private, encrypted, open-source Dropbox clone 2.0
#12It certainly gives you a lot more flexibility than Dropbox: you can have access to your stored files via WebDAV, if you just want to directly access them on the network rather than sync. I haven't even installed the desktop sync client.
But at this stage, OwnCloud is definitely a solution for hackers and geeks rather than the general public. It's a self-hosted application, and doesn't always work well with shared hosting. I initially tried to get it running on my web hosting account, but eventually had to move it to my VPS due to OwnCloud not working well with the web host's Apache config. I also ran into a number of minor bugs that I had to correct in the source.
Overall, the release version seems more like a beta than a robust release at the moment, and even where it does work well, you certainly are exchanging "just works" for greater flexibility and configurability. Most of us may prefer to make that tradeoff in the direction that OwnCloud does, but I suspect that most Dropbox users wouldn't.
Re: Build your own private, encrypted, open-source Dropbox clone 2.0
#13I tried latest version few days ago, but found relatively hard to configure, also I didn't find anything about encryption in the settings, and all files were stored on disk unencrypted, also the need to have a web UI looks to me like a security risk. Does anyone can recommend service like that but without frontend? I'm really only interesed in syncying files between few of my computers and mobile devices.
Re: Build your own private, encrypted, open-source Dropbox clone 2.0
#14I used a 4.5.x version and at first it seemed like a good replacement for DropBox but the syncing doesn't seem up to par with Dropbox. Every now and then owncloud syncs hundreds of megabytes of data for unexplainable reasons, even worse it would create duplicates. Maybe because I jump around between many virtual machines, windows, mac and linux. The syncing gets confused. I never lost any data though.
Especially the duplicate issues are fixed with the 1.3.0 release.
Re: Build your own private, encrypted, open-source Dropbox clone 2.0
#15I tried ownCloud recently on a Raspberry Pi and found it dog slow. I'm not sure if I just found it at a bad time, or if it requires some more serious hardware, but it wasn't usable for me personally.