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

55 minutes ago, levster said:

docker_trimmed.thumb.jpg.b2c6c5aec33672e8f901e8307e4c43b6.jpg

 

I tried to add a local unRaid share as an External Storage and keep getting stuck. Am I missing something? The Configuaration is: /mnt/user/Family Pictures

 

ext storage_cropped.jpg

 

 

I think that I figured it out for both Local and SMB shares. Now, which should I use? Is there a difference how Nextcloud handles these?

 

Thanks.

  • 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

2 hours ago, levster said:

 

 

I think that I figured it out for both Local and SMB shares. Now, which should I use? Is there a difference how Nextcloud handles these?

 

Thanks.

I personally just add the SMB shares via external storages. This is so that the user permissions on each share gets respected.

7 hours ago, Trembler said:

Issues stuck on step 4 as well.. but my CLI is telling me i'm at the latest version..

 

any ideas how to get around this? I thought there was a .step file somewhere but cannot find it that can be deleted?

 

image.png.e9222f83430dff1a8c8bc509475ee06e.pngimage.png.19eff4fe25da21192e231b1bdcfd7606.pngimage.png.2464d136c14a510d0e63207372a00e34.png

Did you follow the upgrade procedure for command line linked in the first post?

On 12/24/2019 at 7:46 PM, saarg said:

Check the docker faq

This was a great and informative read. It helped polish the edges of some things I was not sure about. *Recommended Read*

---------------------------------------------------------------------------

 

This is just a quick post to ‘close the loop’ as it were, on this sub. I have opted to go a different route than NC, as the only reason I was installing it was for the CalDav/CardDav capabilities. (It baffles me there isn’t a Docker for just xxxDAV).

 

Anyway, a huge thank you to everyone to contributed, particularly SARRG and CHBMB, with their tireless efforts to help everyone. Irrespective of any one individual, kudos to you all as this is what makes the unRAID community so great.

 

I hope the New Year is a safe, happy, and prosperous one for all! Thanks, everyone!

 

I get the following when trying to access the Nextcloud Web GUI. MariaDB docker seems to be running fine.

image.thumb.png.37c63848d0c49b10a695c27863c5575a.png

Edited by Bugman1400

On 12/29/2019 at 5:19 AM, saarg said:

Did you follow the upgrade procedure for command line linked in the first post?

Thank you Saarg, I didn't even know that was there. Works now

 

Is the problem known?
When I use an externally attached storage and delete or move a file or folder there, I get an error message that it could not be deleted or moved. If I reload the page, it still happened correctly.
The log will say something like "rename(): The first argument to copy() function cannot be a directory at /config/www/nextcloud/lib/private/Files/Storage/Local.php#289".

I have run into the issue where its saying that the user has reached it limit for upload... How is this possible if i have it set to unlimited? I have tried look online and really havent found anything. Any help would be great, Thanks.

 

 

Update on situation:

I went ahead and created a few "Group Folders" instead of sharing a group folder on my account. Hopefully getting rid of all the shares on my account will allow for more space to be used and the newly created Group Folder to take the upload without issues.

Edited by kerpster
Update

Hi, I think I must have made a mistake in my config! All seems to work ok, but I have an issue when downloading large files from server (haven’t tried uploading to the server yet) all my large files are in folders on my array drives and accessed using external storage. When downloading my docker image fills up to 100% causing my other containers to freeze and sometimes crash! Is there a cache dir that I should have mapped to elsewhere?
Cheers,
Tim

i have a huge issue... i went ahead and updated to the latest version of nextcloud and now i cant access my web application at all. i just keep getting the following error:

image.png.90578f99ce70c82fcf5b09c9a51521fd.png

 

Any idea how to fix this? i dont think i will ever update this application again... but i need access to my files and this is driving me crazy. PLEASE HELP!

 

FIXED IT: Had to run this in the nextcloud terminal : sudo -u user php /config/www/nextcloud/occ upgrade

after i had to go and re-add a bunch of "apps" in nextcloud and update them... once done everything was back to normal on the latest version.

Edited by kerpster
Finally fixed issue and needed to tell people

OK... so I'm sure that it is somewhere I just can't find it.

 

How can I use the letsencrypt docker to provide a certificate for this docker so when I connect via my private side chrome on a Mac will allow me to connect? It is setup for a self signed right now I'd rather use a good certificate so that things are proper.

 

Thanks!

i have a huge issue... i went ahead and updated to the latest version of nextcloud and now i cant access my web application at all. i just keep getting the following error:
image.png.90578f99ce70c82fcf5b09c9a51521fd.png
 
Any idea how to fix this? i dont think i will ever update this application again... but i need access to my files and this is driving me crazy. PLEASE HELP!
 
FIXED IT: Had to run this in the nextcloud terminal : sudo -u user php /config/www/nextcloud/occ upgrade
after i had to go and re-add a bunch of "apps" in nextcloud and update them... once done everything was back to normal on the latest version.
That command shouldn't work as you need to use php7 instead of php

These commands are linked to from the first post.

Sent from my Mi A1 using Tapatalk

Hi,

 

Do to very slow loading of pictures I've added Redis to Nextcloud by putting this into the config.php

 

'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' => array(
'host' => 'MY SERVER IP',
'port' => 6379,
),

 

I've then added the Prieveiw Generator app. 

 

Ran this command inside the Nextcloud docker console:

 

sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate

 

Then added this to a cron job to run weekly:

docker exec -i nextcloud sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate

 

So, basically I would like to know if this all correct and no other steps are needed?

 

Thanks!

Edited by lazydaze

Hi,
 
Do to very slow loading of pictures I've added Redis to Nextcloud by putting this into the config.php
 
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' => array(
'host' => 'MY SERVER IP',
'port' => 6379,
),
 
I've then added the Prieveiw Generator app. 
 
Ran this command inside the Nextcloud docker console:
 
sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate
 
Then added this to a cron job to run weekly:
docker exec -i nextcloud sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate
 
So, basically I would like to know if this all correct and no other steps are needed?
 
Thanks!
Not tried it myself, but if I were to, that'd be how I'd do it.

Sent from my Mi A1 using Tapatalk

I'm using the External storage support 1.7.0 App to mount local Unraid shares via Docker mapping into Nextcloud 16.0.7. I'm not using SMB to map them because it is more than one share and SMB turned out to be much slower in navigating into them via Nextcloud. 

When Syncing data to these mapped shares via Web DAV, or when I'm creating a folder via Web GUI,

permissions of created folders are not 777 (drwxrwxrwx) but 755 (drwxr-xr-x).

Permissions of a txt file created via Web GUI are 644 (-rw-r--r--) and not 666 (-rw-rw-rw-) as expected for Unraid. 

 

Is there any option to set the propper UMASK to make Nextcloud respect Unraid's permission scheme?

On 12/29/2019 at 10:06 PM, Bugman1400 said:

I get the following when trying to access the Nextcloud Web GUI. MariaDB docker seems to be running fine.

image.thumb.png.37c63848d0c49b10a695c27863c5575a.png

I still have not resolved this. I am running UnRAID 6.8.0. I’ve removed and re-installed the Nextcloud docker. I have installed the Letsencrypt docker but, it’s not running. Does it need to be running for the Nextcloud webserver to work? Which log is best to review to troubleshoot?

Edited by Bugman1400

8 hours ago, Bugman1400 said:

I still have not resolved this. I am running UnRAID 6.8.0. I’ve removed and re-installed the Nextcloud docker. I have installed the Letsencrypt docker but, it’s not running. Does it need to be running for the Nextcloud webserver to work? Which log is best to review to troubleshoot?

Seems like nextcloud couldn't connect to your database or redis.

Upgraded to 6.8.1 last night and got this this AM. Nothing else was changed to the server:

 

Quote

Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log.

 

12 minutes ago, levster said:

Upgraded to 6.8.1 last night and got this this AM. Nothing else was changed to the server:

 

 

What version were you before when Nextcloud was working?

24 minutes ago, Bugman1400 said:

What version were you before when Nextcloud was working?

6.8.0 of unRaid

 

MariaDB log is showing :

 

I just downgraded to 6.8.0 and still the same error message. However, the log files are now "clean", with no repeating loops.

 

MariaDB log

Edited by levster

1 hour ago, levster said:

6.8.0 of unRaid

 

MariaDB log is showing :

 

I just downgraded to 6.8.0 and still the same error message. However, the log files are now "clean", with no repeating loops.

 

MariaDB log 22.7 kB · 0 downloads

Probably a corrupt database. Try restoring a backup.

20 minutes ago, saarg said:

Probably a corrupt database. Try restoring a backup.

I tried through the backup restore to the one from a week ago. Same error. Is there another way to check the database? 

1 hour ago, levster said:

I tried through the backup restore to the one from a week ago. Same error. Is there another way to check the database? 

I don't know how to check the database. You probably have to Google how to check a mariadb  database.

32 minutes ago, saarg said:

I don't know how to check the database. You probably have to Google how to check a mariadb  database.

I ran in MariaDB the following: mysqlcheck -u root -p --all-databases     and there were no warning. I think that that means that the MariaDB is OK.

So, I reinstalled the mariadb and nextcloud and cannot log into the dns unless I change the following line to include the port. Also, I do not see the SSL certificate anymore. No errors in the letsencrypt log, that I can see.

 

  'overwritehost' => 'mysite.duckdns.org:444',

nextcloud.txt

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.