This commit is contained in:
Hans Karlinius
2024-11-28 05:37:11 +01:00
parent 4a172bd3b7
commit 57936d2093
7 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.133" version: "0.1.134"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -47,6 +47,7 @@ schema:
autofind: bool autofind: bool
clientid: str? clientid: str?
manualhub: str? manualhub: str?
test: list(empty)?
stage: experimental stage: experimental
init: false init: false

View File

@@ -31,7 +31,7 @@ if bashio::config.has_value 'autouse'; then
else else
bashio::log.info "AUTO USE CLEAR ALL" bashio::log.info "AUTO USE CLEAR ALL"
/usr/bin/vhclient -t "AUTO USE CLEAR ALL" /usr/bin/vhclient -t "AUTO USE CLEAR ALL"
sleep 5s #sleep 5s
bashio::log.info "STOP USING ALL LOCAL" bashio::log.info "STOP USING ALL LOCAL"
/usr/bin/vhclient -t "STOP USING ALL LOCAL" /usr/bin/vhclient -t "STOP USING ALL LOCAL"
fi fi

View File

@@ -0,0 +1,3 @@
#!/command/with-contenv bashio
($(bashio::config 'test')) += 'gurka'

View File

@@ -0,0 +1 @@
oneshot

View File

@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/test/run