On 2013-03-12 01:35, Jan-Christoph Borchardt wrote:
> Where are we with remoteStorage integration in ownCloud?
The current situation is you have to install it from
https://github.com/michielbdejong/owncloud-owa and OC5 is not supported
yet, so you have to run OC4.
Also you need to run over https, and add a second origin on your server
(e.g. open an extra port on which Apache is listening), which will
probably be too much work for most casual users.
And users might expect that "integration" means that your ownCloud
calendar, addressbook and picture gallery will integrate with
remoteStorage.calendar, remoteStorage.contacts and
remoteStorage.pictures, which would is not the case either. Achieving
that would require a lot of refactoring of those existing ownCloud apps,
probably, or special custom routing for those scopes to map on the
existing data from those existing ownCloud apps.
There is also interest in the ownCloud-OpenPhoto integration, which
could work via remoteStorage, but that would additionally require quite
a bit of work on OpenPhoto.
Having said that, it's working and I'm using an ownCloud instance
running on localhost every day as my main remoteStorage account. I
personally don't use any OC-native apps though, so I have no need for an
OC5 instance, and keeping my instance on OC4 is not a problem.
I will at some point make time to port remoteStorage support to OC6
(I'll probably skip OC5), but for now I think the other hurdles are
significant enough that anyone who is willing to take them might as well
run OC4 as well. Since the data doesn't integrate with "OC-native" apps
anyway, you could also run an OC4 instance for your remoteStorage and an
OC5 instance for your OC-native apps.
About the change from "remoteStorage" to "Open web apps", this is
because it now supports storage-first, so to the user it's like an apps
launch panel. The name of that panel inside OC is "Open web apps", which
is why i named the app like that as well.