mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
This commit is contained in:
31
birdnet-go/config.json
Normal file
31
birdnet-go/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"audio": true,
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Realtime BirdNET soundscape analyzer",
|
||||
"environment": {
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/birdnet-go-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"name": "birdnet-go",
|
||||
"ports": {
|
||||
"8080/tcp": 8080
|
||||
},
|
||||
"ports_description": {
|
||||
"8080/tcp": "8080"
|
||||
},
|
||||
"schema": {
|
||||
"ALSA_CARD": "int?",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "birdnet-go",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
|
||||
"version": "0.5.1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
Reference in New Issue
Block a user