mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
34 lines
689 B
INI
34 lines
689 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": "32.0.0"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|