Page 1 of 4

Cloud services

PostPosted: Sun Aug 26, 2012 6:15 pm
by wd9895
In the actual c't magazine 19-2012 there's a report how to install private cloud services on a QNAP NAS.
Do you think it's possible to add such services on the Lacie NS2 as I don't trust any of those Dropbox stuff ?

Unfortunately I have not that level of knowledge to do it on my own.

Re: Cloud services

PostPosted: Sun Aug 26, 2012 10:30 pm
by fvdw
sorry wd9895 :dontknow I don't have the knowledge myself. Maybe Jocko has some comments. In the other case we just have to start to look at and build up the necessary knowledge :-D

Re: Cloud services

PostPosted: Mon Aug 27, 2012 6:58 pm
by wd9895
After IFA I can scan the pages how to do if you are able to read german ?
It's a cloud server which can be installed on a Linux system just like the QNAP NAS. Everything is described in the article.

Re: Cloud services

PostPosted: Mon Aug 27, 2012 7:39 pm
by fvdw
yes I can read german but maybe you could translate it so also Jocko can read it, i don't know if he can read it.

Re: Cloud services

PostPosted: Thu Aug 30, 2012 7:16 pm
by wd9895
on the weekend... just back from IFA preparations ...

Re: Cloud services

PostPosted: Mon Sep 10, 2012 7:48 pm
by Jocko
Hi wd9895,

Thanks for scanning the howtodo about owncloud apply. I found also a french site and it confirms my opinion.

On the french site, I read this (google translation):
Code: Select all
If you want to build your own cloud server, a bit like Dropbox, but on your own server, just to retain ownership of your data, there are more and more interesting solutions. The last I discovered yesterday morning called OwnCloud. This is an app PHP, which coupled with Apache + MySQL allows you to upload and synchronize files between multiple computers, or through the web interface, or via client or WebDAV.

This means that a server OwnCloud is accessible from any OS (Linux, Win, Mac, etc.), but also via mobile apps as Android client in development or on the WebDav Client iPhone. What is nice with OwnCloud is that the music can be listened in streaming, like with Subsonic, but the application can manage a calendar and contacts can be synchronized on all clients supporting CardDAV / CalDAV such as Kontact, Evolution or Thunderbird.


In the next release, a WebDav server will be available. So, the "ownCloud" server could be useful only for :
using a streaming,
handling a calendar or your contacts.

About streaming, I think there is already much streaming servers with the current firmware.

In http://owncloud.org/support/install/ I read that php 5.3 is required and Fvdw should recompile php (he will be happy... :whistle ). So much work for few benefits with the next release (WebDav server).

But I think we can try to install this feature if we must upgrade php for other applications (seem easy to do it)

Re: Cloud services

PostPosted: Mon Jun 02, 2014 8:31 pm
by Lonas
Hello guys,

sorry to pull out the old thread but I am just thinking about my personal OwnCloud options and since I am owner of a NWS2 Classic I am considering fvdw with an OwnCloud installation. Has anyone tried that in the meantime? Will the performance of my NWS2 suffice to run OwnCloud?

Re: Cloud services

PostPosted: Mon Jun 02, 2014 9:18 pm
by Jocko
Currently, you can not use an auto-install php script (some dependencies are missing to unzip files).

I will try to install it manually

Re: Cloud services

PostPosted: Mon Jun 02, 2014 9:29 pm
by Jocko
I installed ownCloud but one php module is missing : module zip.

So you need to wait a little.

Re: Cloud services

PostPosted: Tue Jun 03, 2014 1:36 pm
by Lonas
Jocko wrote:I installed ownCloud but one php module is missing : module zip.


Would it be possible to manually install php with the required module included? Or could I use a repository manager like apt-get or something? It would be really awesome to have ownCloud running on the NAS, can't wait that long ;)