From 866ab066eaaa8a31154f4b37aeeb60ba6a056b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Gim=C3=A9nez?= Date: Sun, 30 Apr 2023 11:26:18 -0300 Subject: [PATCH 1/2] add renderD128 to devices --- nextcloud/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextcloud/config.json b/nextcloud/config.json index a0ae864b1..ac0e11906 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -7,6 +7,10 @@ "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud for Home Assistant", "devices": [ + "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", "/dev/sda", "/dev/sdb", "/dev/sdc", From b33cb35a6def059ddbf13ce953d48397fce9d771 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 May 2023 08:22:14 +0200 Subject: [PATCH 2/2] Update version --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index ac0e11906..3f83ab1d0 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -111,6 +111,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "26.0.1", + "version": "26.0.1-3", "webui": "https://[HOST]:[PORT:443]" }