From f8793bc663612dc992a3b7b1cef8011ceead8521 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 08:38:22 +0200 Subject: [PATCH] Update config.json --- scrutiny/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 02bad56ee..58ceefa73 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -1,6 +1,6 @@ { "name": "Scrutiny", - "version": "27b923b5-ls12-rev3", + "version": "27b923b5-ls12-rev4", "upstream": "27b923b5-ls12", "slug": "scrutiny", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", @@ -31,6 +31,7 @@ "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", + "Updates": "Hourly", "PUID": 0, "PGID": 0 }, @@ -38,6 +39,7 @@ "ssl": "bool", "certfile": "str", "keyfile": "str", + "Updates": "list(|Hourly|Daily|Weekly)", "PUID": "int", "PGID": "int", "TZ": "str?"