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

8 hours ago, Goldfire said:

 

 

I have this same problem as well, I'm using external storages that point to my /mnt/ locations. I had 10GB for my docker.img file which was about 50% full, someone downloaded a file from me that came in at 4.5GB - it basically crippled and trashed my docker.img to the point where I had to delete it and recreate it from scratch. Painless process with the auto template usage from the apps tab, but it's still a pain when I have to take all the dockers down just to do it.

 

The only thing I can think of in the short term is to increase the docker.img size to something larger than your single largest file and inform your users to not download multiple files as an archive.

 

@MothyTim What are you using to replace Nextcloud? I found Nextcloud to "tick" all of my boxes but this problem is just a big strike through them all.

Have you tried to find the folder that grows inside the container?

  • 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

11 hours ago, Goldfire said:

 

@MothyTim What are you using to replace Nextcloud? I found Nextcloud to "tick" all of my boxes but this problem is just a big strike through them all.

I just went back to using Dropbox or Wetransfer which isn’t ideal as I often need people to be able to download 30GB of files, but at least it’s reliable! They are multitrack broadcast wav files and can be quite large and I can’t have the server crash when the likes of the BBC are trying to download! It would be so much better to get this working, I could give people access to their files for as long as they need!

3 hours ago, saarg said:

Have you tried to find the folder that grows inside the container?

How would you do that? Don’t have much time before it freezes the system though!

14 minutes ago, MothyTim said:

How would you do that? Don’t have much time before it freezes the system though!

Don't know the command to list folder size by heart, but Google probably knows.

You could test with a file you know will not fill your docker.img and then run the command to find the big folder.

Is the document server going to be available native within the container at some point? 

 

10 hours ago, MothyTim said:

How would you do that? Don’t have much time before it freezes the system though!

You can install ncdu inside the container and run it from there to see the folder sizes in real time. I could not identify which one is tho.

I had this problem only using shared links. If a user uploads or downloads something, everything is fine in my case. If I share a link to someone who's not a user in my nextcloud then the docker image fills up. Can you test this please?

Edited by andreidelait

5 hours ago, gacpac said:

Is the document server going to be available native within the container at some point? 

 

No because nextcloud designed it in way that won't work with containers.

Rightly or wrongly I decided to re-do my install now that it works on the proper mariaDB.

That's all installed fine.  My issue is I can't amend the config file.

 

I have rootshare and I can write to the base of the drive but, when I drill down to the config locations for next cloud I lose write permissions.

 

I have no idea why and Windows can't update the permissions to allow me to.  What have I done wrong?

1 hour ago, daveo132 said:

Rightly or wrongly I decided to re-do my install now that it works on the proper mariaDB.

That's all installed fine.  My issue is I can't amend the config file.

 

I have rootshare and I can write to the base of the drive but, when I drill down to the config locations for next cloud I lose write permissions.

 

I have no idea why and Windows can't update the permissions to allow me to.  What have I done wrong?

Edit it using unraid and not windows.

Edited by saarg

How do I do that?  As far as i can tell I am set to be able to do so in unraid?

 

[rootshare]
path = /mnt/user
comment =
browseable = yes
valid users = ****
write list = ****
vfs objects =

46 minutes ago, daveo132 said:

How do I do that?  As far as i can tell I am set to be able to do so in unraid?

 

[rootshare]
path = /mnt/user
comment =
browseable = yes
valid users = ****
write list = ****
vfs objects =

Using the command line.

Greetings,

 

Just tried to install NextCloud from the best Linuxserver guys.  I am getting the following error.  I changed Host Port 1: to 444, and my path to a Share I created called NextCloud.  What is the problem here?  Is there a fix?

 

Thanks in advance!

 

 image.png.976ad3ebb7b7c5481765140a487e67d1.png

1 hour ago, drugdoctor said:

Greetings,

 

Just tried to install NextCloud from the best Linuxserver guys.  I am getting the following error.  I changed Host Port 1: to 444, and my path to a Share I created called NextCloud.  What is the problem here?  Is there a fix?

 

Thanks in advance!

 

 image.png.976ad3ebb7b7c5481765140a487e67d1.png

Looks like you have had it installed before. Nuke the appdata folder and restart the container.

2 hours ago, saarg said:

Looks like you have had it installed before. Nuke the appdata folder and restart the container.

Worked!  Thanks.

Hi all I recently upgraded my MB and CPU. 

My next cloud now is giving me this error: 

Your data directory is invalid

Ensure there is a file called ".ocdata" in the root of the data directory.

 someone  had this error and managed to add .ocdata in data directory i believe, but i can't find where to add .ocdata. i tried different folders like.  \\TOWER\appdata\nextcloud\www\nextcloud\core\Data  but i still have this error. 

my next cloud docker is set up as before with the same path and use the same share folder.

any help appreciate it 

On 6/13/2020 at 10:48 AM, Goldfire said:

 

 

I have this same problem as well, I'm using external storages that point to my /mnt/ locations. I had 10GB for my docker.img file which was about 50% full, someone downloaded a file from me that came in at 4.5GB - it basically crippled and trashed my docker.img to the point where I had to delete it and recreate it from scratch. Painless process with the auto template usage from the apps tab, but it's still a pain when I have to take all the dockers down just to do it.

 

The only thing I can think of in the short term is to increase the docker.img size to something larger than your single largest file and inform your users to not download multiple files as an archive.

 

@MothyTim What are you using to replace Nextcloud? I found Nextcloud to "tick" all of my boxes but this problem is just a big strike through them all.

Since it is only when downloading/uploading it might just be the temp folder.
Did you set proxy_temp_path in your nginx config in your reverse proxy? Are you even using a reverse proxy?

3 hours ago, TheIstar said:

Since it is only when downloading/uploading it might just be the temp folder.
Did you set proxy_temp_path in your nginx config in your reverse proxy? Are you even using a reverse proxy?

Well yes I'm using reverse proxy, I thought it must be a temp file and have said so before but no one suggested that! Which config file and I assume I need to passthrough a path to a folder or can I use unraids temp folder?

Many thanks

Tim

43 minutes ago, MothyTim said:

Well yes I'm using reverse proxy, I thought it must be a temp file and have said so before but no one suggested that! Which config file and I assume I need to passthrough a path to a folder or can I use unraids temp folder?

Many thanks

Tim

I just added the following line to my letsencrypt nginx  proxy config:

 

proxy_temp_path /config/proxytemp 1 2

 

This way it just creates a sub folder called proxytemp in the letsencrypt folder in appdata.

I just added the following line to my letsencrypt nginx  proxy config:
 
proxy_temp_path /config/proxytemp 1 2
 
This way it just creates a sub folder called proxytemp in the letsencrypt folder in appdata.

Literally with the “1 2” at end? Exactly which letsencrypt file are you editing? I have had problem with large files such as MothyTim too and never really figured it out...
21 hours ago, ssinseeme said:

Hi all I recently upgraded my MB and CPU. 

My next cloud now is giving me this error: 


Your data directory is invalid

Ensure there is a file called ".ocdata" in the root of the data directory.

 someone  had this error and managed to add .ocdata in data directory i believe, but i can't find where to add .ocdata. i tried different folders like.  \\TOWER\appdata\nextcloud\www\nextcloud\core\Data  but i still have this error. 

my next cloud docker is set up as before with the same path and use the same share folder.

any help appreciate it 

It doesn't look like you have used the same path since nextcloud doesn't find the file it needs.

1 hour ago, saarg said:

It doesn't look like you have used the same path since nextcloud doesn't find the file it needs.

I didn't change the path is the same: /mnt/user/media/

i double check that media contained all the document i have in nextcoud. I made also sure also that the share file i am using is disk 3 which has all the file in next cloud. all my dockers worked fine but next cloud. any suggestion what to do thanks

The IP address to my unraid changed from 192.168.1.5 to 192.168.1.2 and I can't get into nextcloud anymore. Does anyone know what I have to update so that I can access nextcloud again?

5 minutes ago, Ravenwood said:

The IP address to my unraid changed from 192.168.1.5 to 192.168.1.2 and I can't get into nextcloud anymore. Does anyone know what I have to update so that I can access nextcloud again?

Just change the IPv4 address to static  in network, go to setting --network

7 hours ago, ssinseeme said:

I didn't change the path is the same: /mnt/user/media/

i double check that media contained all the document i have in nextcoud. I made also sure also that the share file i am using is disk 3 which has all the file in next cloud. all my dockers worked fine but next cloud. any suggestion what to do thanks

Search for the file nextcloud asks about?

4 hours ago, saarg said:

Search for the file nextcloud asks about?

Saarge. Your answers have been always hints. Do you want to help here or give a hard time. Of course I search google and read forums before I post. The answers I found did not work for me me. That’s why I am seeking this forum help. If you want to help I appreciate it but it you don’t. Don’t give me hints that don’t lead anywhere. 

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.