test
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $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 root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
# Install vhclient
|
# Install vhclient
|
||||||
ARG BUILD_ARCH
|
|
||||||
RUN /usr/bin/getvhclient $BUILD_ARCH
|
RUN /usr/bin/getvhclient $BUILD_ARCH
|
||||||
|
|||||||
@@ -1 +1,13 @@
|
|||||||
# Home Assistant Add-on: VirtualHere Client
|
# 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
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.400"
|
version: "0.1.401"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -12,12 +12,7 @@ startup: services
|
|||||||
boot: manual
|
boot: manual
|
||||||
host_network: true
|
host_network: true
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
#hassio_role: manager
|
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
#supervisor_api: true
|
|
||||||
#ingress: true
|
|
||||||
#panel_icon: mdi:usb
|
|
||||||
#panel_title: vhclient
|
|
||||||
privileged:
|
privileged:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
apparmor: false
|
apparmor: false
|
||||||
@@ -26,7 +21,6 @@ map:
|
|||||||
read_only: false
|
read_only: false
|
||||||
path: /config
|
path: /config
|
||||||
usb: true
|
usb: true
|
||||||
#usbip: true
|
|
||||||
kernel_modules: true
|
kernel_modules: true
|
||||||
options:
|
options:
|
||||||
autouse: true
|
autouse: true
|
||||||
@@ -43,6 +37,6 @@ schema:
|
|||||||
preventconfig: bool
|
preventconfig: bool
|
||||||
clientid: str?
|
clientid: str?
|
||||||
manualhub: str?
|
manualhub: str?
|
||||||
stage: experimental
|
stage: stable
|
||||||
init: false
|
init: false
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ fi
|
|||||||
|
|
||||||
autouse=$(bashio::cache.get autouse)
|
autouse=$(bashio::cache.get autouse)
|
||||||
if $autouse; then
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user