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

Anyone else having issues syncing large files (videos: mov/mp4) from the iOS app? (Nextcloud v12.0.0, iOS app v2.17.3.00009)
The app keeps throwing a Read File/File Not Found error, claims the file is 0 bytes, then creates a 0 byte file on the server.
All other files seem to be doing fine.
Under Setting > Additional Settings > File Handling > Maximum upload size is set to 16GB (which is probably overkill) and this is reflected under monitoring.
Any ideas?

2017-05-26 10-42-13 2181.png

 

Edited by JPNYC81

  • 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

31 minutes ago, Diggewuff said:

Set the repository in UnRaid to linuxserver/letsencrypt:58

thanks for you help

yes latest version
 
when i add in appdata\letsencrypt\nginx\nginx.conf these lines:
client_max_body_size 0;client_body_temp_path /tmp 1 2;client_body_buffer_size 256k;client_body_in_file_only off;

upload start working
 
add this code to appdata\nextcloud\nginx\nginx.conf also



I'm on the newest releases of both containers and adding these lines to both nextcloud and letsencrypt fixed my upload issues too...

Thanks

Sent from my ONEPLUS A3000 using Tapatalk

But there is still no information if that fixes the issue regarding smb shares. 

with the new update my problem is fix, i can upload and sync without errors, thank you very much

6 hours ago, mata7 said:

with the new update my problem is fix, i can upload and sync without errors, thank you very much

 

At my place the new update aren't fixing anything else then the reachability of nextcloud through lets encrypt, this is working again.

 

Whats Still not working:

  • Uploads through Web UI
    • error message [HTTP/2.0 500]
  • Sync with Mac OS client
    • multiple red markt errors not saying what is wrong
  • SMB shares 
    • authentication not working
    • shares accessible by guest are getting mounted

 

i just double check and everything is working, Uploads through Web UI and Sync with Mac OS client, i dont use authentication on my SMB Shares so dont know about that one, i hope you get your fix to soon

Just a quick question...

Can these lines that I added manually to both the letsencrypt and nextcloud nginx.conf files be removed now after the lastest updates?

client_max_body_size 0;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;



Sent from my ONEPLUS A3000 using Tapatalk

Just a quick question...

Can these lines that I added manually to both the letsencrypt and nextcloud nginx.conf files be removed now after the lastest updates?

client_max_body_size 0;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;



Sent from my ONEPLUS A3000 using Tapatalk



Probably.

Sent from my LG-H815 using Tapatalk

I just downloader the latest from :"linuxserver". It installed just fine.

When i logged in the webgui it said:" a newer version is available".

 

I dont know what version i was on, sorry.

But even if i delete all installations and start fresh i still get the same message, its in swedish but says:"maintenance mode".

 

 

Stuck in maintenance mode.PNG

22 hours ago, Diggewuff said:

 

At my place the new update aren't fixing anything else then the reachability of nextcloud through lets encrypt, this is working again.

 

Whats Still not working:

  • Uploads through Web UI
    • error message [HTTP/2.0 500]
  • Sync with Mac OS client
    • multiple red markt errors not saying what is wrong
  • SMB shares 
    • authentication not working
    • shares accessible by guest are getting mounted

 

I'm able to upload from the webui, the Android client appears to be working and I added a SMB share (without authentication) I'll try one with authentication at some point.

On 2017-5-23 at 11:37 AM, StevenD said:

I'm having a bit of trouble with LDAP, connecting to AD.  It used to work, but then I rebooted unRAID once, and it never worked again. I have re-built the Nextcloud and MariaDB dockers 20+ times to no avail.  I deployed the official Nextcloud VM (https://github.com/nextcloud/vm), and LDAP works fine.  As far as I can tell, I have configured the LDAP settings the same on both.  Both are running v12.0.0.

 

I got no experience with LDAP at all, not even sure where to start with this one..... 

22 hours ago, airbillion said:

Just a quick question...

Can these lines that I added manually to both the letsencrypt and nextcloud nginx.conf files be removed now after the lastest updates?

client_max_body_size 0;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;



Sent from my ONEPLUS A3000 using Tapatalk
 

Can confirm I have not added any of this and no issues.

On 2017-5-11 at 0:50 AM, ufo56 said:

Everything is ok, but when someone downloads file thru shared link then download speed is going zero after 1gb or even completely stops.

wget error

 

 

Letsencrypt nginx shows in error log

 

Using letsencrypt nginx docker proxy and nextcloud.

 

nginx configs

 

https://pastebin.com/RuF2BnRb

Got to the bottom of this one:

 

Edit /config/letsencrypt/nginx/site-confs/nextcloud

	location / {
    	proxy_pass https://192.168.0.1:444/;
	proxy_max_temp_file_size 2048m;
	include /config/nginx/proxy.conf;
  	}

Change 2048m to a size that works for you.

 

From here.

 

If your site is behind a nginx frontend (for example a loadbalancer):

By default, downloads will be limited to 1GB due to proxy_buffering and proxy_max_temp_file_size on the frontend.

  • If you can access the frontend’s configuration, disable proxy_buffering or increase proxy_max_temp_file_size from the default 1GB.
  • If you do not have access to the frontend, set the X-Accel-Buffering header to add_header X-Accel-Buffering no; on your backend server.

Edited by CHBMB

Can confirm I have not added any of this and no issues.

Ok...I will revert the changes and test it out...

Thanks!

Sent from my ONEPLUS A3000 using Tapatalk

I have owncloud and want to use nextcloud now but I'm having an issue on both dockers since my ssl certificate expired for my domain.  I got it renewed but still have issues with ssl certs. 

 

I searched for quite awhile including these forums but it seems I'm at a stand still.     At the moment I'm trying to use let's encrypt as it seem most people are using this in tandem nextcloud to secure their connection.

 

I was able to get the certificate generated by let's encrypted but trying the test site it never comes up.  I'll I get is this in the logs on restarting the service.  Any help would be appreciated.

 

 

| |___| (_) ___
| / __| | |/ _ \ 
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing... 
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing... 
generating self-signed keys in /config/keys, you can replace these with your own keys if required
[cont-init.d] 30-keygen: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting. 

50 minutes ago, Blackrain said:

 

I have owncloud and want to use nextcloud now but I'm having an issue on both dockers since my ssl certificate expired for my domain.  I got it renewed but still have issues with ssl certs. 

 

I searched for quite awhile including these forums but it seems I'm at a stand still.     At the moment I'm trying to use let's encrypt as it seem most people are using this in tandem nextcloud to secure their connection.

 

I was able to get the certificate generated by let's encrypted but trying the test site it never comes up.  I'll I get is this in the logs on restarting the service.  Any help would be appreciated.

 

 

Have you got Letsencrypt working?

13 hours ago, CHBMB said:

I'm able to upload from the webui, the Android client appears to be working and I added a SMB share (without authentication) I'll try one with authentication at some point.

I tried the newest releases.

Protected SMB shares are still not working and as I'm working only on SMB shares as storage directories I further need to stay on Nextcloud built :60 but Letsencrypt :62 is working fine again.

Edited by Diggewuff

Just now, Diggewuff said:

I tried the newest releases.

Protected SMB shares are still not working and as I'm working only on SMB shares as storage directories I further need to stay on Nextcloud built 58 but Letsencrypt :62 is working fine again.

 

just to clarify.  You're on NC12 with build 58?

2 minutes ago, CHBMB said:

 

just to clarify.  You're on NC12 with build 58?

Sorry it's NC12:60 already corrected my mistake.

If I could help in finding the issue, maybe by a remote desktop session, that'd be no problem.

Just now, Diggewuff said:

If I could help in finding the issue, maybe by a remote desktop session, that'd be no problem.

Lemme look into it some more, and see, appreciate the offer, and may well take you up on it in due course.

Thank you for your work.

2 minutes ago, Diggewuff said:

Thank you for your work.

 

Actually one thing you could do, give me as many details as you can about these smb shares.  Host machine, type of password (letters, numbers, special characters etc)  Can PM me the info, if I'm going to look into it, best to try and reproduce as close as possible,

 

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.