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

nc-update-nc-apps-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5d594077ef2bf81600b063afbb5ce2b538587b6 (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-update-nc-apps-auto",
  "name": "Nc-update-nc-apps-auto",
  "title": "nc-update-nc-apps-auto",
  "description": "Periodically update all installed Nextcloud Apps",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "USER",
      "name": "Notify user",
      "value": "ncp",
      "suggest": "ncp"
    }
  ]
}