nextcloudpi/etc/ncp-config.d/nc-nextcloud.cfg
Tobias K 6876a96be9
Add support for NC 26
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2023-05-01 14:44:37 +02:00

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": "26.0.1"
},
{
"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"
}
]
}