Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[REQUEST] Owncloud

Featured Replies

Has anyone been able to get Owncloud working on Unraid? Is a plugin for Owncloud feasible?

 

http://owncloud.org/

 

I've installed the latest version to my cache drive and tried syncing using their sync client but I get the following error in the PHP error log:

[14-Dec-2012 05:21:35 UTC] PHP Warning: preg_match(): Compilation failed: unknown option bit(s) set at offset 0 in /mnt/cache/.apps/web/owncloud/3rdparty/Sabre/DAV/URLUtil.php on line 113

 

Does anyone know what that means? Line 113 in that file is:

if(preg_match('/^(??:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u',$path,$matches)) {

Sounds like a pcre problem.

 

I don't know what version or how it's installed under unraid.

 

The 'production' owncloud deployment I look after has the following (Redhat) :

 

pcre-7.8-4.el6.x86_64

 

Which works ok.

  • Author

Sounds like a pcre problem.

 

I don't know what version or how it's installed under unraid.

 

The 'production' owncloud deployment I look after has the following (Redhat) :

 

pcre-7.8-4.el6.x86_64

 

Which works ok.

 

Is there any way to upgrade/downgrade the version of pcre that is installed?

  • 1 month later...

Sounds like a pcre problem.

 

I don't know what version or how it's installed under unraid.

 

The 'production' owncloud deployment I look after has the following (Redhat) :

 

pcre-7.8-4.el6.x86_64

 

Which works ok.

 

Is there any way to upgrade/downgrade the version of pcre that is installed?

 

Did you manage to fix this Greeny?

  • Author

Sounds like a pcre problem.

 

I don't know what version or how it's installed under unraid.

 

The 'production' owncloud deployment I look after has the following (Redhat) :

 

pcre-7.8-4.el6.x86_64

 

Which works ok.

 

Is there any way to upgrade/downgrade the version of pcre that is installed?

 

Did you manage to fix this Greeny?

 

Nope, I'm waiting for the update to simplefeatures webserver which will come with a new version of pcre that will fix the problem. Should be released soon. Check out this thread for a possible fix for now: http://lime-technology.com/forum/index.php?topic=24810.0

Testing ownCloud now. Specifically:

  • Client Syncing
  • Accessing files on media array
  • Integration with dropbox

Cheers

Testing ownCloud now. Specifically:

  • Client Syncing
  • Accessing files on media array
  • Integration with dropbox

Cheers

 

Let us know your findings/status mate, quite keen to get this running on your webserver plugin.

  • 2 weeks later...

Any news on this topic? is there a working solution available?

 

br

markus

  • 2 months later...

Any news ?

I am also interested in getting this integrated in my unRaid setup...

With the latest version of the simpleFeatures webserver, OwnCloud works out of the box. Simply download it and copy it across to your defined web folder. I still haven't tested linking to user mounts, but I suspect a hard link is required (or mount bindings). The iPhone app works fine, as does WebDAV.

 

The syncing agent requires https, which I haven't configured yet.

I tried to get a local folder mounted, but it only worked if it was on the cache drive.

User shares I got only working with mounting them as SFTP mounts. It's kinda silly to ssh to localhost, though...

How would one go on with hard links, I'd like to try that?

You can either try a symbolic link (ln -s /mnt/user/sharename /path/to/cloud/files)

 

OR if that doesn't work...

 

Use the mount command to bind the user share to a folder. Note, you have to make sure the user mount is actually there, and that you've created the folder for the sharename within your file directory in owncloud. Also make sure that folder has nothing inside it:

 

mkdir /path/to/cloud/file/sharename

mount --bind /mnt/user/sharename /path/to/cloud/file/sharename

Bit of help please!!

 

I've installed SF Webserver and extracted the owncloud files. However, when I access the page I get the following errors:

 

PHP module zip not installed.

Please ask your server administrator to install the module.

PHP module mb multibyte not installed.

Please ask your server administrator to install the module.

PHP module ctype is not installed.

Please ask your server administrator to install the module.

PHP module zlib is not installed.

Please ask your server administrator to install the module.

PHP module iconv is not installed.

Please ask your server administrator to install the module.

 

I've previously managed to install Owncloud, albeit with an older version of SF Webserver  and owncloud.

 

Can anybody offer me any pointers? I've enabled all the optional packages within the Web server plugin also, but no avail. The only item from the owncloud I haven't followed exactly is the user:group change as I wasnt sure which user the plugin was using, so I just "chmod -R 777". Oh, owncloud files reside on my cache drive.

 

Thank You!

Those modules are installed, you just need to enable them. Look in /boot/config/simpleFeatures/php.ini, and enable the modules you need.

 

Cheers

Thanks a lot for that speeding_ant!

 

We're you away the link under "slackware-current" for SQLite package has changed to a newer version?! During package instalation that results in a 404 error!

 

Just letting you know! :)

Those modules are installed, you just need to enable them. Look in /boot/config/simpleFeatures/php.ini, and enable the modules you need.

 

Cheers

Hi.

I was able to pass the pre-requisites screen using your advice but now I'm getting to a screen for setting up admin user, data location and db.

Currently I've tried leaving the defaults (just setting username and pass) but getting error 500.

I've got SF1.0.11 on rc12a, everything installed on cache.

Thanks in advance...

Can you look and see if your sqlite package has been downloaded? /boot/packages/sqlite-3.7.14.1-i486-1.txz

 

Will be worth enabling logging in the simpleFeatures web server plugin config page, and check what that says. You can use my log viewer to check the logs in the GUI (simpleFeatures log viewer).

 

Cheers.

Everything looked fine.

Only solution I've found was installing MySql plugin so the OwnCloud would use that instead of SQLite - worked great.

Anyway - found out that OwnCloud is a single-server solution, no replication included, so ditched the idea for now.

Thanks anyway

Everything looked fine.

Only solution I've found was installing MySql plugin so the OwnCloud would use that instead of SQLite - worked great.

Anyway - found out that OwnCloud is a single-server solution, no replication included, so ditched the idea for now.

Thanks anyway

 

You could sort out your own scale out or replication. Probably not under unraid though!

question from the noob... ::)

 

is there going to be a one click install for this eventually and can it take the place of user shares ?

can files be streamed from own cloud or do they have to be fully downloaded before played ?

i see that there is a login so can security(simple) be used via username password?

 

any answer will be appreciated ...

 

 

thanks

 

question from the noob... ::)

 

is there going to be a one click install for this eventually and can it take the place of user shares ?

can files be streamed from own cloud or do they have to be fully downloaded before played ?

i see that there is a login so can security(simple) be used via username password?

 

any answer will be appreciated ...

 

 

thanks

 

If you're looking for streaming video/music files, don't look any further than unRAID hosted Plex with a myPlex account....

question from the noob... ::)

 

is there going to be a one click install for this eventually and can it take the place of user shares ?

can files be streamed from own cloud or do they have to be fully downloaded before played ?

i see that there is a login so can security(simple) be used via username password?

 

any answer will be appreciated ...

 

 

thanks

 

Files can be streamed from within owncloud via the browser. They have a number of in built streamers for common things and common formats (music streaming, image viewing, pdf viewing etc..). These can all be enabled on a case by case basis in owncloud.

 

I would suspect they're quite pluggable as well so there may be third party ones.

 

I don't know if these will all work under unraid. I don't know if they will cover the media types you are interested in. And I believe they're only useful via the owncloud browser view.

All I have to say is that if I tried to stream a 5GB movie file via NZ internet.... I'm going to have a bad time!

 

Plex will transcode your media, something that is invaluable if you wish to watch something over DSL.

  • 1 month later...

What should be looked for in the simplefeatures.ini file to enable these modules???

 

Bit of help please!!

 

I've installed SF Webserver and extracted the owncloud files. However, when I access the page I get the following errors:

 

PHP module zip not installed.

Please ask your server administrator to install the module.

PHP module mb multibyte not installed.

Please ask your server administrator to install the module.

PHP module ctype is not installed.

Please ask your server administrator to install the module.

PHP module zlib is not installed.

Please ask your server administrator to install the module.

PHP module iconv is not installed.

Please ask your server administrator to install the module.

 

I've previously managed to install Owncloud, albeit with an older version of SF Webserver  and owncloud.

 

Can anybody offer me any pointers? I've enabled all the optional packages within the Web server plugin also, but no avail. The only item from the owncloud I haven't followed exactly is the user:group change as I wasnt sure which user the plugin was using, so I just "chmod -R 777". Oh, owncloud files reside on my cache drive.

 

Thank You!

I know when i was trying to get virtual box to work with unraid i had to enable bits in the php.ini file in \config\simpleFeatures so that it would work.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.