mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
18 lines
387 B
INI
18 lines
387 B
INI
{
|
|
"id": "nc-import-ncp",
|
|
"name": "Nc-import-ncp",
|
|
"title": "nc-import-ncp",
|
|
"description": "Import NextCloudPi configuration from file",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "FILE",
|
|
"name": "File",
|
|
"value": "/media/USBdrive/ncp-config_xxxxxx.cfg",
|
|
"suggest": "/media/USBdrive/ncp-config_xxxxxx.cfg",
|
|
"type": "file"
|
|
}
|
|
]
|
|
}
|