Start9Labs / nextcloud-startos

wrapper for building nextcloud.s9pk
GNU Affero General Public License v3.0
3 stars 2 forks source link

Implement service configuration option for WebDAV maximum upload file with NextCloud 27.x #52

Closed dfkc6 closed 8 months ago

dfkc6 commented 11 months ago

This is the continuation of #51. Checked it again and the same thing happens with nginx, it also has the same default 1G of maximum upload size limitation through webdav.

Just to reiterate this happens when mounting a webdav directory through the command line and trying to copy a file over which is bigger than the limit. With this fix, there will be a new config option before starting the service for setting this upload limit size. Special option is setting it to 0 because that removes any upload size limitation, theoretically any file with any size could be uploaded, if it fits into the quota size of the NextCloud share into it is being uploaded.

Might be just an edge case but it still could be useful to be able to configure this.

kn0wmad commented 8 months ago

@dfkc6 Apologies for the slow movement here. We finally released v26, which was pre-requisite as Nextcloud does not support jumping major versions. This was also a major refactor which will much improve future versions, updates, and migrations. Would you mind rebasing this to the update/v27.1.5 branch? I will get it merged in right away, and we'll be moving to release v27 fairly quickly. Just want to address a couple minor bugs and add some features (such as this one). Thank you for your patience.

kn0wmad commented 8 months ago

Code added to #61 instead