mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
41 lines
821 B
INI
41 lines
821 B
INI
{
|
|
"id": "nc-scan",
|
|
"name": "Nc-scan",
|
|
"title": "nc-scan",
|
|
"description": "Scan NC for externally modified files",
|
|
"info": "Optionally we can specify up to 3 paths in the form '_user_/files/_path_'",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "RECURSIVE",
|
|
"name": "Recursive",
|
|
"value": "yes",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "NONEXTERNAL",
|
|
"name": "Ignore external files",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "PATH1",
|
|
"name": "Path",
|
|
"value": "",
|
|
"suggest": "/ncp/files/Documents"
|
|
},
|
|
{
|
|
"id": "PATH2",
|
|
"name": "Path",
|
|
"value": "",
|
|
"suggest": "/family/files/Photos"
|
|
},
|
|
{
|
|
"id": "PATH3",
|
|
"name": "Path",
|
|
"value": "",
|
|
"suggest": "/family/files/Videos"
|
|
}
|
|
]
|
|
}
|