Downloading vhclient

This commit is contained in:
Hans Karlinius
2025-08-09 09:12:57 +02:00
parent 70ad0123bc
commit 1b801a6423
6 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
name: Hans Addons
url: https://github.com/hans99/home-assistant-addons
name: Hans Local Addons
url: https://git.carlscrona.se/haka/home-assistant-addons
maintainer: Hans Karlinius <carlscrona@gmail.com>

View File

@@ -1,3 +1,7 @@
## 0.4.0
- Downloading vhclient.
## 0.3.1
- Increased start delay for client to connect to server.

View File

@@ -6,4 +6,5 @@ COPY rootfs /
# Install vhclient
ARG BUILD_ARCH
ARG CACHEBUST=1
RUN /usr/bin/getvhclient $BUILD_ARCH

2
vhclient/build.yaml Normal file
View File

@@ -0,0 +1,2 @@
args:
CACHEBUST: $(date +%s)

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.3.1"
version: "0.4.0"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -8,5 +8,6 @@ case "$BUILD_ARCH" in \
i386) export VHCLIENT="vhclienti386";; \
*) exit 1;; \
esac
echo "Downloading latest version of client:" $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient $VHCLIENT_BASE_URL/$VHCLIENT
chmod a+x /usr/bin/vhclient