OwnCloud Server 8.0
owncloud.org
OwnCloud Server 8.0
1–10 of 80 posts
Re: OwnCloud Server 8.0
#2Re: OwnCloud Server 8.0
#3Re: OwnCloud Server 8.0
#4OwnCloud looks pretty neat, but I do wish that it would support client-side encryption; I don't trust a machine I'm renting in a data centre any more than I do Facebook or Google. I'm aware that there (sadly) aren't standards for browser-uploaded encrypted files, sharing encrypted files efficiently and so forth, so it's hardly their fault.
Not saying you're not right being wary, but who can you trust?
Can you trust yourself?
Re: OwnCloud Server 8.0
#5Re: OwnCloud Server 8.0
#6OwnCloud looks pretty neat, but I do wish that it would support client-side encryption; I don't trust a machine I'm renting in a data centre any more than I do Facebook or Google. I'm aware that there (sadly) aren't standards for browser-uploaded encrypted files, sharing encrypted files efficiently and so forth, so it's hardly their fault.
Can you even trust a machine you built yourself, running at home? Not saying you're not right being wary, but who can you trust? Can you trust yourself?
Re: OwnCloud Server 8.0
#7OwnCloud looks pretty neat, but I do wish that it would support client-side encryption; I don't trust a machine I'm renting in a data centre any more than I do Facebook or Google. I'm aware that there (sadly) aren't standards for browser-uploaded encrypted files, sharing encrypted files efficiently and so forth, so it's hardly their fault.
Re: OwnCloud Server 8.0
#8Unfortunately OwnCloud is fundamentally broken because all "apps" share the same process and have to be written in PHP. The bigger the ecosystem gets, the harder it is going to be to deal with security issues. If OwnCloud wants to become a reference platform for other developers it really has to tackle sandboxing and permissions.
Re: OwnCloud Server 8.0
#9Re: OwnCloud Server 8.0
#10Unfortunately OwnCloud is fundamentally broken because all "apps" share the same process and have to be written in PHP. The bigger the ecosystem gets, the harder it is going to be to deal with security issues. If OwnCloud wants to become a reference platform for other developers it really has to tackle sandboxing and permissions.
How is this different than other HN beloved products like Drupal or pretty much any CMS? I can't think of any single one that has proper sandboxing. OwnCloud is just a type of CMS really, but instead of managing HTML, it manages all sorts of filetypes.