This commit is contained in:
Hans Karlinius
2024-11-25 00:08:35 +01:00
parent 9c541d3695
commit a6bf03dfc2
3 changed files with 7 additions and 12 deletions
+1 -11
View File
@@ -1,17 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:7.5.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Confiure locale
ENV \
LANG=en_US.UTF-8 \
LANGUAGE=en_US:en \
LC_ALL=en_US.UTF-8 \
PIP_BREAK_SYSTEM_PACKAGES=1
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
#ARG BUILD_ARCH=amd64
#RUN \
+3 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.38"
version: "0.1.39"
slug: vhclient
description: VirtualHere Client
arch:
@@ -32,9 +32,11 @@ kernel_modules: true
options:
clientid: "vhclient"
autofind: false
test: ""
schema:
clientid: str?
autofind: bool
test: str?
stage: experimental
init: false
@@ -3,3 +3,6 @@
if bashio::config.has_value 'clientid'; then
bashio::log.info "Set ClientId"
fi
#TEST
bashio::config test "john_doe"