Nextcloud app on Truenas SCALE: allow user to set max upload file size
Description
Problem/Justification
None
Impact
None
Activity
Show:
Automation for Jira July 28, 2023 at 1:20 PM
This issue has now been closed. Comments made after this point may not be viewed by the TrueNAS Teams. Please open a new issue if you have found a problem or need to re-engage with the TrueNAS Engineering Teams.
Bug Clerk July 18, 2023 at 1:01 PM
Maxime Blangero July 8, 2023 at 8:34 AM
Debug was attached.
Automation for Jira July 7, 2023 at 10:32 AM
Thank you for submitting this TrueNAS Bug Report! So that we can quickly investigate your issue, please attach a Debug file and any other information related to this issue through our secure and private upload service below. Debug files can be generated in the UI by navigating to System -> Advanced -> Save Debug.
https://ixsystems.atlassian.net/servicedesk/customer/portal/15/group/37/create/153
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Stavros Kois
Stavros KoisReporter
Maxime Blangero
Maxime BlangeroLabels
Impact
Low
Original estimate
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created July 7, 2023 at 10:32 AM
Updated July 28, 2023 at 1:20 PM
Resolved July 28, 2023 at 1:20 PM
Hi, I am very familiar with running a jail instance of Nextcloud 25.0.8 on TrueNAS CORE. This instance is reachable outside of my network using ACME SSL certificate and HAProxy. I am used to handling files (e.g., footages from cell phones...) way above 512MiB.
Recently, TrueNAS development team was encouraging to adopt SCALE for running containerized Nextcloud app. The version is 27.0.0 as for when this message was written. The SCALE instance was set like the CORE one, using ACME SSL certificated and HAProxy. A dedicated dataset was created for user data.
I can't find documentation explaining how to edit max upload file size parameter. Could anyone advise on the location and file to be edited?
For reference, jail instances of Nextcloud on TrueNAS CORE use to consolidate such parameters in "nextcloud.inc" file under "/usr/local/etc/nginx/conf.d/".
Then, the line was edited as follows: change client_max_body_size 512M --> client_max_body_size 16G.
Does something that easy also existed for Nextcloud SCALE app?
Thank you for your replies and suggestions. I am open to try a bunch of things, the SCALE instance is basically for testing and can be crashed without consequences, CORE remain for "production".