mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
17 lines
374 B
INI
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"
|
|
}
|
|
]
|
|
}
|