From 88dc731ace6b74cbe284c0515b4ffec20ac3f021 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:49:35 +0100 Subject: [PATCH] Update config.json --- scrutiny_fa/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index a3a7201a8..77de4d66a 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -1,12 +1,16 @@ { "name": "Scrutiny (Full Access)", - "version": "0.3.13-9", + "version": "0.3.13-10", "upstream": "0.3.13", "slug": "scrutiny_fa", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)", "url": "https://github.com/AnalogJ/scrutiny", "startup": "services", - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}", "ingress": true, "ingress_port": 8099, @@ -20,7 +24,6 @@ "full_access": true, "udev": "true", "apparmor": "true", - "map": [], "boot": "auto", "environment": { "SCRUTINY_API_ENDPOINT": "http://localhost:8080",