mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
449 B
INI
23 lines
449 B
INI
{
|
|
"id": "unattended-upgrades",
|
|
"name": "Unattended-upgrades",
|
|
"title": "unattended-upgrades",
|
|
"description": "Automatic installation of security updates. Keep your cloud safe",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "yes",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "AUTOREBOOT",
|
|
"name": "Autoreboot",
|
|
"value": "yes",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|