nextcloudpi/etc/ncp-config.d/nc-nextcloud.cfg
nachoparker aedd8f0f9e upgrade to NC18.0.5
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-06-11 19:23:40 -06:00

40 lines
786 B
INI

{
"id": "nc-nextcloud",
"name": "Nc-nextcloud",
"title": "nc-nextcloud",
"description": "Install any NextCloud version",
"info": "WARNING: this will completely wipe out your current instance",
"infotitle": "",
"params": [
{
"id": "VER",
"name": "Version",
"value": "18.0.5"
},
{
"id": "BETA",
"name": "Beta",
"value": "no",
"type": "bool"
},
{
"id": "MAXFILESIZE",
"name": "Maximum file size",
"value": "10G",
"suggest": "10G"
},
{
"id": "MEMORYLIMIT",
"name": "Memory limit",
"value": "768M",
"suggest": "768M"
},
{
"id": "MAXTRANSFERTIME",
"name": "Maximum transfer time",
"value": "3600",
"suggest": "3600"
}
]
}