danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 70 forks source link

File upload limit is limited to 10Mb #194

Closed EhabKan closed 2 years ago

EhabKan commented 2 years ago

how can I increase it, as I am using next clous to share huge files,

danb35 commented 2 years ago

The stock installation allows uploading of files through the Nextcloud web UI or through client software of at least 10 GB, tested repeatedly on my systems. Where are you seeing a limit of 10 MB?

EhabKan commented 2 years ago

I cannot upload bigger than 10mb, I don't know why, Could you Please Please help me,

EhabKan commented 2 years ago

I have installed it by your script, matched every aspect, and it worked like a Charm, but only the upload size limit :(

EhabKan commented 2 years ago

BTW, the limitation is not there with the ios app.

danb35 commented 2 years ago

So where do you see the limitation? What happens when you try to upload a larger file?

EhabKan commented 2 years ago

just nothing,

danb35 commented 2 years ago

Drag and drop what? Where? What plus icon? Keep in mind, I'm not telepathic, and I'm not going to log in to your machine--I need you to describe, in detail, what's going on.

EhabKan commented 2 years ago

If you want to upload a file in the web Ui, you have to drag and drop this file or use the plus icon (in the small circle).. I guess this is the only two ways to upload a file in the web ui, when you are trying to upload a file larger than 10mb, it will just ignore your request. any small file will just upload normally. the same on my iphone if I am using the web ui, but it is not happenning If I am using the mobile app. the app works great. this issue happened to me months ago with my old nas it was due to Nginx max body size, but in your script I guess you are using Caddy, I have tried my best to edit Caddyfile to make it accept bigger files with no success.

EhabKan commented 2 years ago

Knew the reason. I have had the ACL permissions of the dataset "files" with the user "not www".. Sorry. fixed it.