nextcloudpi/etc/ncp-config.d/nc-update-nextcloud.cfg
nachoparker 3af0c46516 build: update armbian branches
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-01-21 20:10:06 -07:00

17 lines
375 B
INI

{
"id": "nc-update-nextcloud",
"name": "Nc-update-nextcloud",
"title": "nc-update-nextcloud",
"description": "Update current instance to a new Nextcloud version",
"info": "Set to 0 to update to the latest available version",
"infotitle": "",
"params": [
{
"id": "VERSION",
"name": "Version",
"value": "0",
"suggest": "0"
}
]
}