Skip to content

Commit

Permalink
Update for alpha 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsjm committed Oct 9, 2021
1 parent 276bef6 commit 96751d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion addon-hyperion-ng/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
17 changes: 4 additions & 13 deletions addon-hyperion-ng/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion addon-hyperion-ng/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio

mkdir -p /config/hyperion
/usr/bin/hyperiond -u /config/hyperion
/usr/bin/hyperiond -v -u /config/hyperion

0 comments on commit 96751d4

Please sign in to comment.