This commit is contained in:
Alexandre
2024-05-13 13:04:07 +02:00
committed by GitHub
parent 7e9198830f
commit e3c66a550c
4 changed files with 33 additions and 6 deletions

View File

@@ -66,13 +66,17 @@
"map": [
"addon_config:rw",
"media:rw",
"share:rw"
"share:rw",
"ssl:rw"
],
"name": "BirdNET-pi",
"options": {
"BIRDSONGS_FOLDER": "/config/BirdSongs",
"BIRDS_ONLINE_INFO": "ebird.org",
"TZ": "Europe/Paris"
"TZ": "Europe/Paris",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:bird",
"ports": {
@@ -89,18 +93,21 @@
"BIRDSONGS_FOLDER": "str?",
"BIRDS_ONLINE_INFO": "list(allaboutbirds.org|ebird.org)",
"TZ": "str?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"pi_password": "password"
"pi_password": "password",
"ssl": "bool"
},
"slug": "birdnet-pi",
"tmpfs": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "0.13-24",
"version": "0.13-25",
"video": true
}