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.

[Support] Linuxserver.io - Nextcloud

Featured Replies

Is there away to allow nextcloud to access the entire server so that any file on the server can be accessed through nextcloud?

  • Replies 7.1k
  • Views 1.7m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Here's my list of instructions....    Use them at your own risk.....   If upgrading to v12 please see here:   ##Turn on maintenance mode docker exec -it nextcloud occ m

  • When i did enter the docker container with ssh and did run the following command the error message was gone   sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices   Onl

  • gustomucho
    gustomucho

    After tinkering with this for a while, it seems the solution is much simpler than I thought. For some reason, the only step required is to modify the config.php file. No need to install ffmp

Posted Images

16 minutes ago, davidk845 said:

Is there away to allow nextcloud to access the entire server so that any file on the server can be accessed through nextcloud?

not really what its made for but if you put all of you files with in the nextcloud folder then yes.

1 hour ago, davidk845 said:

Is there away to allow nextcloud to access the entire server so that any file on the server can be accessed through nextcloud?

with entire content you mean all unRAID shares? if Yes, then use External Storage on Nextcloud with storage type Local. and map according folder to Docker in Docker params prior to do that.

Hi, I get the following message when I try to log into my nextcloud through a browser only

 

This version of Nextcloud is not compatible with PHP 7.2.
You are currently running 7.2.8.

 

How would one go about fixing this on unraid?

Edited by kaine1688

After setting up the Unraid box above with Letsencrypt, Nextcloud, Collabora (not properly working), I moved the box to another location which has Cisco RV130 router.  All of a sudden, the Nextcloud is no longer accessible, both inside the network, nor from outside the network.  This box with the apps above were perfectly working from my location.  Furthermore, when I click on webui of Nextcloud from the docker app, inside the network, it's also not accessible.  On the status of browser, it says 'Establishing secure connection,' then nothing happens.  I cannot see any other reason for it failing apart from the router.  Can anyone share thoughts on how to isolate this?

4 hours ago, kaine1688 said:

Hi, I get the following message when I try to log into my nextcloud through a browser only

 

This version of Nextcloud is not compatible with PHP 7.2.
You are currently running 7.2.8.

 

How would one go about fixing this on unraid?

You have to update nextcloud as you are on version 12. something. Instructions in the first post. 

The NextCloud is not a part of the container, so not updated on a image refresh. Just the os and dependencies. 

Sometime in the last day or two, my NextCloud instance has stopped working.  Desktop clients can't connect and the web UI comes up with a blank page.  The only feedback I am seeing is "500 Internal Server Error" through the desktop clients or when manually mounting the share via DAVFS to a linux box (even with verbose turned on).  Nothing shows up in the main docker container log, and when I shell into the container I am finding nothing in the nginx error log and nothing in the php logs.

 

I use NextCloud a lot and this is quite troublesome.  I appreciate any help or any suggestion on where to look for additional error information.  Thanks!

On 9/7/2018 at 4:57 AM, dnkta said:

Hi,

After the last update i get HTTP ERROR 500

And the following in nginx log:

[error] 306#306: *70 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Declaration of OC\Files\Storage\Local::copyFromStorage(OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath) must be compatible with OC\Files\Storage\Common::copyFromStorage(OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath, $preserveMtime = false) in /config/www/nextcloud/lib/private/Files/Storage/Local.php on line 43" while reading response header from upstream, client: 172.17.0.1, server: _,request: "PROPFIND /remote.php/webdav/ HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: 

 

Does somebody have the same problem?

 

What version of NextCloud are you running? I was getting this error and realized I was still running an 11.x release.

 

To fix this I rolled back my docker to tag 142 so I could get to the web GUI. Once I had a functioning web GUI I updated to 12.x and then to 13.x. Once that was done I pointed the container back to the latest version and my issue was resolved.

20 hours ago, kaine1688 said:

Hi, I get the following message when I try to log into my nextcloud through a browser only

 

This version of Nextcloud is not compatible with PHP 7.2.
You are currently running 7.2.8.

 

How would one go about fixing this on unraid?

you need to downgrade your install

change the respository yo "linuxserver/nextcloud:140" and it will downgrade it.

then you will need to manually upgrade next cloud to v13 and then remove the ":140" part and upgrade and you will be fine.

can we upgrade the docker to v14 yet? has anyoen tried?

13 hours ago, Tomoth said:

What version of NextCloud are you running? I was getting this error and realized I was still running an 11.x release.

 

To fix this I rolled back my docker to tag 142 so I could get to the web GUI. Once I had a functioning web GUI I updated to 12.x and then to 13.x. Once that was done I pointed the container back to the latest version and my issue was resolved.

Thank you!!! That solved it!

On 9/9/2018 at 10:20 AM, dysolve said:

can we upgrade the docker to v14 yet? has anyoen tried?

I need the update on this too. I am currently on 13.0.6 the last stable version of 13.x.x. Please advice how to upgrade to 14.0.0.

 

If anyone has succeeded pls share the steps.

42 minutes ago, CHBMB said:

See the first post.

Yes I was aware of the first post and the link to your guide.

 

The issue was NC was throwing an error that it is major upgrade and it kept failing and staying in maintenance mode. I disable maintenance mode, updated from 13.0.0 to 13.0.6 (using gui update) and then followed your steps. It worked flawlessly. Thank you.

Hi. I am also getting the "This version of Nextcloud is not compatible with PHP 7.2.
You are currently running 7.2.8." message

 

How do i see what version of nextcloud I am running?

The guide on page 1 says grab the latest nextcloud release. How do I find this?

10 hours ago, CHBMB said:

Scroll up three or four posts and do that.

Guess you ment this:

you need to downgrade your install

change the respository yo "linuxserver/nextcloud:140" and it will downgrade it.

then you will need to manually upgrade next cloud to v13 and then remove the ":140" part and upgrade and you will be fine.

 

Okay. I have done everything. I was first a bit unsure what was meant by changing the respository and how to get the 13 version in there. Could it be as easy as just to change 12 to 13, and it was;)

So now I have also updated it to 13.0.6 through the web and it went like a charm.

 

Sometimes things are as easy as it seems. Just was a bit afraid of ruining my whole setup.

1 minute ago, mrvilla said:

Sometimes things are as easy as it seems. Just was a bit afraid of ruining my whole setup. 

 

That's why you backup appdata ;)

 

2 minutes ago, CHBMB said:

 

That's why you backup appdata ;)

 

Yeah I know but still...:)

 

One question. If everything was messed up. could I just delete the new nextcloud folder, rename the backup folder and restart nextcloud and be back at the beginning?

As long as the container is stopped when you do so.  Although I'm not sure whether you're referring to the nextcloud-backup folder that's made during an upgrade or the backup nextcloud folder that's made by Squid's plugin.  There really is no excuse for not backing up appdata now with this plugin.  It's the appdata that is the essence of safety in docker.  The image/container can be removed and reinstalled without any effect.

 

1 minute ago, CHBMB said:

As long as the container is stopped when you do so.  Although I'm not sure whether you're referring to the nextcloud-backup folder that's made during an upgrade or the backup nextcloud folder that's made by Squid's plugin.  There really is no excuse for not backing up appdata now with this plugin.  It's the appdata that is the essence of safety in docker.  The image/container can be removed and reinstalled without any effect.

 

I was actually referring to the nextcloud-backup folder I create during the upgrade. I was not aware of the plugin that you have mentioned but will install it and see if I can figure it out.

Just now, mrvilla said:

I was actually referring to the nextcloud-backup folder I create during the upgrade. I was not aware of the plugin that you have mentioned but will install it and see if I can figure it out. 

That would work too.  The plugin is easy to figure out.

2 minutes ago, CHBMB said:

That would work too.  The plugin is easy to figure out.

Sounds good. Will check it out.

 

One question. My nextcloud is working ok except one thing. I can not access the webui locally. Any ideas? It just times out.

Just now, CHBMB said:

Is this a new phenomenon?  Or since the upgrade?

It has been like this for months. Not sure when it actually started, but I guess it was after i moved to a new house. Only thing I can honestly say I have changed is the ISP and the router but everything else is working fine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.