mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 00:47:42 +01:00
Update
This commit is contained in:
@@ -23,7 +23,8 @@ ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
USER="abc" \
|
||||
PUID=1000 \
|
||||
PGID=1000 \
|
||||
HOME="/home/abc"
|
||||
HOME="/home/abc" \
|
||||
XDG_RUNTIME_DIR="/run/user/1000"
|
||||
|
||||
# hadolint ignore=DL3015
|
||||
RUN \
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-envdir /run/user/1000
|
||||
s6-setuidgid ${USER}
|
||||
/usr/local/bin/gotty --address localhost -p 8080 --path log --title-format "BirdNET-Pi Log" birdnet_log.sh
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-envdir /run/user/1000
|
||||
s6-setuidgid ${USER}
|
||||
/usr/local/bin/birdnet_recording.sh
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-envdir /run/user/1000
|
||||
/usr/local/bin/livestream.sh
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
with-contenv
|
||||
s6-envdir /run/user/1000
|
||||
/usr/local/bin/gotty --address localhost -w -p 8888 --path terminal --title-format "BirdNET-Pi Terminal" login
|
||||
|
||||
Reference in New Issue
Block a user