mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
master
This commit is contained in:
@@ -123,7 +123,7 @@ type: markdown
|
|||||||
title: Birdnet (Wikipedia)
|
title: Birdnet (Wikipedia)
|
||||||
content: >-
|
content: >-
|
||||||
Time| Bird Name|Number Today| Max
|
Time| Bird Name|Number Today| Max
|
||||||
[Confidence](http://192.168.1.25:8081/)
|
[Confidence](http://ip_address_of_HA:8080/)
|
||||||
|
|
||||||
:---|:---|:---:|:---:
|
:---|:---|:---:|:---:
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ echo " "
|
|||||||
bashio::log.info "Starting app..."
|
bashio::log.info "Starting app..."
|
||||||
COMMAND="$(bashio::config "COMMAND")"
|
COMMAND="$(bashio::config "COMMAND")"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
mkdir -p /root/.config/birdnet-go
|
|
||||||
cd /root/.config/birdnet-go
|
|
||||||
/usr/bin/birdnet-go $COMMAND & true
|
/usr/bin/birdnet-go $COMMAND & true
|
||||||
|
|
||||||
# Wait for app to become available to start nginx
|
# Wait for app to become available to start nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user