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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/unattended-upgrades.cfg')
-rw-r--r--etc/ncp-config.d/unattended-upgrades.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/ncp-config.d/unattended-upgrades.cfg b/etc/ncp-config.d/unattended-upgrades.cfg
new file mode 100644
index 00000000..fae568c8
--- /dev/null
+++ b/etc/ncp-config.d/unattended-upgrades.cfg
@@ -0,0 +1,22 @@
+{
+ "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"
+ }
+ ]
+}