From 8e32c7274ee38062f013bd8f1eaeeb7e8776145e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 May 2022 18:00:14 +0200 Subject: [PATCH] Add priviledged --- calibre/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre/config.json b/calibre/config.json index 968b3f274..4da64bfe0 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -68,7 +68,7 @@ "8080/tcp": "Calibre desktop gui", "8081/tcp": "Calibre webserver gui" }, - "privileged": [], + "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN" ], "schema": { "CLI_ARGS": "str?", "PASSWORD": "str?", @@ -82,6 +82,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v5.38-2", + "version": "v5.38-3", "video": true }