Files
hassio-addons/birdnet-go/config.json
2024-04-22 13:24:51 +02:00

32 lines
651 B
JSON

{
"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": "web ui"
},
"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]"
}