This commit is contained in:
Alexandre
2024-04-25 09:19:20 +02:00
parent 4d7a5e274d
commit c74a6e5918
5 changed files with 2 additions and 5 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -1,5 +1,4 @@
#!/bin/execlineb -P
with-contenv
s6-envdir /run/user/1000
s6-setuidgid ${USER}
/usr/local/bin/birdnet_recording.sh

View File

@@ -1,4 +1,3 @@
#!/bin/execlineb -P
with-contenv
s6-envdir /run/user/1000
/usr/local/bin/livestream.sh

View File

@@ -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