[Support] Linuxserver.io - Nextcloud


Recommended Posts

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
Link to comment
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

Link to comment
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

 

Link to comment

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

Link to comment
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

Link to comment

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

Link to comment
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.

Link to comment
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..... 

Link to comment
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.

Link to comment
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
Link to comment

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. 

Link to comment
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?

Link to comment
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
Link to comment
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?

Link to comment
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,

 

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.