mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-02 03:10:31 +02:00
build image
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
"amd64"
|
"amd64"
|
||||||
],
|
],
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
"backup": "cold",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
|
"host_dbus": true,
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/dri",
|
"/dev/dri",
|
||||||
"/dev/dri/card0",
|
"/dev/dri/card0",
|
||||||
@@ -60,6 +62,7 @@
|
|||||||
"description": "realtime acoustic bird classification system",
|
"description": "realtime acoustic bird classification system",
|
||||||
"environment": {
|
"environment": {
|
||||||
},
|
},
|
||||||
|
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw",
|
"addon_config:rw",
|
||||||
@@ -86,8 +89,13 @@
|
|||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
|
"services": [
|
||||||
|
"mysql:want"
|
||||||
|
],
|
||||||
"slug": "birdnet-pi",
|
"slug": "birdnet-pi",
|
||||||
|
"startup": "application",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
||||||
|
"usb": true,
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-rep
|
|||||||
chmod a+x /bin/systemctl
|
chmod a+x /bin/systemctl
|
||||||
|
|
||||||
# Starting dbus
|
# Starting dbus
|
||||||
bashio::log.info "Starting system services..."
|
#bashio::log.info "Starting system services..."
|
||||||
echo "... dbus"
|
#echo "... dbus"
|
||||||
service dbus start
|
#service dbus start
|
||||||
|
|
||||||
# Restarting all services
|
# Restarting all services
|
||||||
bashio::log.info "Ensuring birdnet.conf is in /config ; please customize as needed"
|
bashio::log.info "Ensuring birdnet.conf is in /config ; please customize as needed"
|
||||||
|
|||||||
Reference in New Issue
Block a user