From 93be93b7fbda74516dd6a8a3e0d684f407c480bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Nov 2022 07:20:46 +0100 Subject: [PATCH] Add systime https://github.com/alexbelgium/hassio-addons/issues/564 --- joplin/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/joplin/config.json b/joplin/config.json index 1bde3ec8c..1e706a0bc 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -24,6 +24,9 @@ "ports_description": { "22300/tcp": "Web interface" }, + "privileged": [ + "SYS_TIME" + ], "schema": { "APP_BASE_URL": "str", "DB_CLIENT": "str?", @@ -44,6 +47,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.9.7-2", + "version": "2.9.7-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" }