Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-previews-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cce91ec85ecfd985d67f84cbcd8d2abdd37b9806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a nightly duration in minutes, or 0",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "RUNTIME",
      "name": "Runtime (in minutes)",
      "value": "0",
      "suggest": "0"
    }
  ]
}