This commit is contained in:
Hans Karlinius
2024-12-06 00:25:54 +01:00
parent 8920e10f8f
commit 560b3aa3cb
4 changed files with 21 additions and 10 deletions

View File

@@ -1,9 +1,14 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# Execute during the build of the image
ARG TEMPIO_VERSION BUILD_ARCH
RUN \
curl -sSLf -o /usr/bin/tempio \
"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"
# Copy root filesystem
COPY rootfs /
# Install vhclient
ARG BUILD_ARCH
RUN /usr/bin/getvhclient $BUILD_ARCH

View File

@@ -1 +1,13 @@
# Home Assistant Add-on: VirtualHere Client
_VirtualHere._
![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports armhf Architecture][armhf-shield]
![Supports i386 Architecture][i386-shield]
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.400"
version: "0.1.401"
slug: vhclient
description: VirtualHere Client
arch:
@@ -12,12 +12,7 @@ startup: services
boot: manual
host_network: true
hassio_api: true
#hassio_role: manager
homeassistant_api: true
#supervisor_api: true
#ingress: true
#panel_icon: mdi:usb
#panel_title: vhclient
privileged:
- SYS_ADMIN
apparmor: false
@@ -26,7 +21,6 @@ map:
read_only: false
path: /config
usb: true
#usbip: true
kernel_modules: true
options:
autouse: true
@@ -43,6 +37,6 @@ schema:
preventconfig: bool
clientid: str?
manualhub: str?
stage: experimental
stage: stable
init: false

View File

@@ -8,7 +8,7 @@ fi
autouse=$(bashio::cache.get autouse)
if $autouse; then
bashio::log.info "AutoShare enabled, will not USE device from config"
bashio::log.info "AutoShare enabled, will not use devices from configuration"
exit 0
fi