I used OwnCloud for a while and never had any problems with it, but it seemed like overkill for my use. I didn't have multiple users and I wasn't using it to share files with anyone -- just syncing files between my own devices. I started using Sandstorm[0] for my personal server, and there's an app for it called Davros[1], which implements the OwnCloud protocol. It doesn't really do a good job of advertising that fac…
It's not an "owncloud protocol"... It's called WebDAV and it's a web standard[0], like HTTP. [0] https://tools.ietf.org/html/rfc4918 There are literally 100s and 100s of these tools... Nothing is special about OwnCloud, or Sandstorm, in this case, to support interoperability. It's pretty obvious, IMO, that it supports WebDAV since "dav" is right there in the name.
Owncloud has been forked into Nextcloud
131–134 of 134 posts
Re: Owncloud has been forked into Nextcloud
#132Re: Owncloud has been forked into Nextcloud
#133Earlier quoted context omitted.
> Doing backups right is just really hard. Which, I think, was alexggordon's point. That he no longer wanted to manage the data himself because it was a hard problem, better managed by teams of professionals who have the time to do things like verify backups because they can amortize the cost of that effort over tens of thousands of customers.
But unless you give them access to decrypt the data, you can't trust them to make sure it's valid. It doesn't matter how good they are at their job.
Re: Owncloud has been forked into Nextcloud
#134I implemented Owncloud in my workplace, but we had one problem that made us uninstall it and create our own solution in Dart, the problem was that when you share a file it doesn't preserve the file path extructure and that was very important for us.
extructure? why is that important?