mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
update
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
|
||||
echo "Starting service: avahi alias"
|
||||
/bin/bash -c "/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: birdnet analysis"
|
||||
$PYTHON_VIRTUAL_ENV /usr/local/bin/birdnet_analysis.py
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: birdnet log"
|
||||
/usr/local/bin/gotty --address localhost -p 8080 --path log --title-format "BirdNET-Pi Log" birdnet_log.sh
|
||||
|
||||
#!/bin/sh
|
||||
exec /usr/local/bin/gotty --address localhost -p 8080 --path log --title-format "BirdNET-Pi Log" birdnet_log.sh
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: birdnet recording"
|
||||
/usr/local/bin/birdnet_recording.sh
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: birdnet stats"
|
||||
$HOME/BirdNET-Pi/birdnet/bin/streamlit run $HOME/BirdNET-Pi/scripts/plotly_streamlit.py --browser.gatherUsageStats false --server.address localhost --server.baseUrlPath "/stats"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: caddy"
|
||||
/usr/local/bin/caddy run --config /etc/caddy/Caddyfile
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: chart viewer"
|
||||
$PYTHON_VIRTUAL_ENV /usr/local/bin/daily_plot.py --daemon --sleep 2
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
/sbin/agetty --autologin ${USER} --noclear %I \$TERM
|
||||
echo "Starting service: getty"
|
||||
/sbin/agetty --autologin ${USER} --noclear %I $TERM
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
echo "Starting service: livestream"
|
||||
/usr/local/bin/livestream.sh
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-setuidgid ${USER}
|
||||
echo "Starting service: spectrogram viewer"
|
||||
/usr/local/bin/spectrogram.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
echo "Starting service: web terminal"
|
||||
/usr/local/bin/gotty --address localhost -w -p 8888 --path terminal --title-format "BirdNET-Pi Terminal" login
|
||||
|
||||
Reference in New Issue
Block a user