mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
689 B
INI
23 lines
689 B
INI
{
|
|
"id": "nc-previews-auto",
|
|
"name": "Nc-previews-auto",
|
|
"title": "nc-previews-auto",
|
|
"description": "Periodically generate previews for the gallery",
|
|
"info": "This will make browsing the gallery much more smooth.\nWhen active, previews will be generated every night at 2am.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a maximum duration in minutes, or 0 for no limit.",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "yes",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "RUNTIME",
|
|
"name": "Max. runtime (in minutes)",
|
|
"value": "0",
|
|
"suggest": "0"
|
|
}
|
|
]
|
|
}
|