test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.108"
|
version: "0.1.109"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -16,8 +16,8 @@ host_network: true
|
|||||||
#hassio_role: manager
|
#hassio_role: manager
|
||||||
#homeassistant_api: true
|
#homeassistant_api: true
|
||||||
#supervisor_api: true
|
#supervisor_api: true
|
||||||
#ports:
|
ports:
|
||||||
# 8000/tcp: 8000
|
8000/tcp: 8000
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 8000
|
ingress_port: 8000
|
||||||
panel_icon: mdi:puzzle
|
panel_icon: mdi:puzzle
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#!/command/with-contenv bashio
|
#!/command/with-contenv bashio
|
||||||
|
|
||||||
if bashio::config.has_value 'clientid'; then
|
#if bashio::config.has_value 'clientid'; then
|
||||||
clientid=($(bashio::config 'clientid'))
|
# clientid=($(bashio::config 'clientid'))
|
||||||
bashio::log.info "Set ClientId to ${clientid}"
|
# bashio::log.info "Set ClientId to ${clientid}"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if bashio::config.has_value 'autofind'; then
|
if bashio::config.has_value 'autofind'; then
|
||||||
autofind=($(bashio::config 'autofind'))
|
autofind=($(bashio::config 'autofind'))
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
bashio::log.info "Starting VirtualHere HTTP"
|
||||||
echo "Hello world!"
|
|
||||||
|
|
||||||
python3 -m http.server 8000
|
python3 -m http.server 8000
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
bashio::log.info "Starting VirtualHere Client as a daemon"
|
bashio::log.info "Starting VirtualHere Client"
|
||||||
exec /usr/bin/vhclient -c /config/vhclient.ini -l /dev/stdout
|
exec /usr/bin/vhclient -c /config/vhclient.ini -l /dev/stdout
|
||||||
|
|||||||
Reference in New Issue
Block a user