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

nc-maintenance.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3047164a494893d69db2a09eeed839bfdb388f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nc-maintenance",
  "name": "Nc-maintenanceMode",
  "title": "nc-maintenance-mode",
  "description": "Turn maintenance mode on or off",
  "info": "Open maintenance mode (ACTIVE=yes), or close maintenance mode (ACTIVE=no)",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Enabled",
      "value": "no",
      "type": "bool"
    } 
  ]
}