build image

This commit is contained in:
Alexandre
2024-04-27 07:23:47 +00:00
parent a78e19f30c
commit 37708bbf46
2 changed files with 11 additions and 3 deletions

View File

@@ -4,7 +4,9 @@
"amd64"
],
"audio": true,
"backup": "cold",
"codenotary": "alexandrep.github@gmail.com",
"host_dbus": true,
"devices": [
"/dev/dri",
"/dev/dri/card0",
@@ -60,6 +62,7 @@
"description": "realtime acoustic bird classification system",
"environment": {
},
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
"init": false,
"map": [
"addon_config:rw",
@@ -86,8 +89,13 @@
"localdisks": "str?",
"networkdisks": "str?"
},
"services": [
"mysql:want"
],
"slug": "birdnet-pi",
"startup": "application",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "1.0",
"video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -11,9 +11,9 @@ curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-rep
chmod a+x /bin/systemctl
# Starting dbus
bashio::log.info "Starting system services..."
echo "... dbus"
service dbus start
#bashio::log.info "Starting system services..."
#echo "... dbus"
#service dbus start
# Restarting all services
bashio::log.info "Ensuring birdnet.conf is in /config ; please customize as needed"