This commit is contained in:
Hans Karlinius
2024-11-26 08:27:30 +01:00
parent f7c0eca387
commit 8550f8c6c0
7 changed files with 25 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ if bashio::config.has_value 'clientid'; then
bashio::log.info "Set ClientId"
fi
if bashio::config.has_value 'autofind'; then
bashio::log.info "Set AUTOFIND"
fi
#TEST
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}
#my_array=($(bashio::config 'usbdevices'))

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
echo "Hello world!"
python3 -m http.server 8000

View File

@@ -0,0 +1 @@
longrun

View File

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