mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-12 18:39:55 +02:00
birdnet-pi: bump version
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
## 2025.08.11 (11-08-2025)
|
||||||
|
- Fix audio group to detect USB sound cards
|
||||||
|
|
||||||
## 2025.08.10 (10-08-2025)
|
## 2025.08.10 (10-08-2025)
|
||||||
- Fix web terminal password when running container standalone
|
- Fix web terminal password when running container standalone
|
||||||
|
|
||||||
|
|||||||
@@ -110,8 +110,8 @@ RUN \
|
|||||||
# Give access to caddy for files owned by the user, to allow files modification
|
# Give access to caddy for files owned by the user, to allow files modification
|
||||||
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
||||||
\
|
\
|
||||||
# Give access to audio group
|
# Give access to audio devices
|
||||||
groupmod -o -g 1000 audio && usermod -aG audio "$USER" && \
|
usermod -aG audio "$USER" && \
|
||||||
\
|
\
|
||||||
# Ensure always pi is used
|
# Ensure always pi is used
|
||||||
grep -srl "/etc/passwd" "$HOME/BirdNET-Pi/" | while IFS= read -r file; do sed -i "s=/etc/passwd=/etc/passwd | head -1=g" "$file"; done && \
|
grep -srl "/etc/passwd" "$HOME/BirdNET-Pi/" | while IFS= read -r file; do sed -i "s=/etc/passwd=/etc/passwd | head -1=g" "$file"; done && \
|
||||||
|
|||||||
@@ -121,6 +121,6 @@
|
|||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "2025.07.09",
|
"version": "2025.08.11",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user