nextcloud: Upload max file size
This commit is contained in:
parent
2ac15c2fba
commit
4b2504f0dc
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
https = true;
|
https = true;
|
||||||
hostName = extraInfo.nextcloudURI;
|
hostName = extraInfo.nextcloudURI;
|
||||||
|
|
||||||
|
maxUploadSize = "50G";
|
||||||
|
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
appstoreEnable = false;
|
appstoreEnable = false;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
|
|
Loading…
Reference in a new issue