nextcloudpi/etc/ncp-config.d/nc-maintenance.cfg
2019-02-22 17:03:01 -07:00

17 lines
374 B
INI

{
"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"
}
]
}