From 96751d428dea1b9d51525c46b47cc0ce68314ae4 Mon Sep 17 00:00:00 2001 From: Jonathan Bradshaw Date: Sat, 9 Oct 2021 11:00:02 -0400 Subject: [PATCH] Update for alpha 11 support --- addon-hyperion-ng/Dockerfile | 1 - addon-hyperion-ng/config.json | 17 ++++------------- addon-hyperion-ng/run.sh | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/addon-hyperion-ng/Dockerfile b/addon-hyperion-ng/Dockerfile index c2bbf90..6ccbad9 100644 --- a/addon-hyperion-ng/Dockerfile +++ b/addon-hyperion-ng/Dockerfile @@ -7,7 +7,6 @@ ARG BUILD_ARCH ENV LANG C.UTF-8 RUN apt-get update && apt-get install -y --no-install-recommends \ - libpython3.7 \ libqt5widgets5 \ libqt5serialport5 \ libqt5sql5-sqlite \ diff --git a/addon-hyperion-ng/config.json b/addon-hyperion-ng/config.json index f577960..75efc94 100644 --- a/addon-hyperion-ng/config.json +++ b/addon-hyperion-ng/config.json @@ -1,14 +1,10 @@ { "name": "Hyperion.NG", - "version": "2.0.0-alpha.10", + "version": "2.0.0-alpha.11", "slug": "hyperionng", "description": "Hyperion is an opensource Bias or Ambient Lighting implementation by the Hyperion-Project. This add-on is not supported or endorsed by the Hyperion Project and may not work with hardware capture cards or LED devices due to limitations of containers", "url": "https://hyperion-project.org/", - "arch": [ - "amd64", - "armhf", - "aarch64" - ], + "arch": ["amd64", "armhf", "aarch64"], "startup": "application", "apparmor": false, "boot": "auto", @@ -28,16 +24,11 @@ "19444/tcp": "JSON-RPC Remote Control", "19445/tcp": "Protocol Buffers Server" }, - "map": [ - "config:rw" - ], + "map": ["config:rw"], "image": "bradsjm/hyperion-ng-addon-{arch}", "options": {}, "schema": {}, - "privileged": [ - "SYS_ADMIN", - "SYS_RAWIO" - ], + "privileged": ["SYS_ADMIN", "SYS_RAWIO"], "uart": true, "usb": true, "video": true, diff --git a/addon-hyperion-ng/run.sh b/addon-hyperion-ng/run.sh index dd01cbc..668ce61 100644 --- a/addon-hyperion-ng/run.sh +++ b/addon-hyperion-ng/run.sh @@ -1,4 +1,4 @@ #!/usr/bin/with-contenv bashio mkdir -p /config/hyperion -/usr/bin/hyperiond -u /config/hyperion \ No newline at end of file +/usr/bin/hyperiond -v -u /config/hyperion \ No newline at end of file