mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
nobuild
Github bot : json sorted
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"audio": true,
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
@@ -61,7 +64,12 @@
|
||||
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "BirdNET-pi",
|
||||
"options": {
|
||||
"BIRDSONGS_FOLDER": "/config/BirdSongs",
|
||||
@@ -82,7 +90,10 @@
|
||||
"80/tcp": "Optional : set to 80 to use caddy's automatic ssl",
|
||||
"8081/tcp": "Web ui"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"BIRDSONGS_FOLDER": "str?",
|
||||
"LIVESTREAM_BOOT_ENABLED": "bool",
|
||||
@@ -102,7 +113,9 @@
|
||||
"pi_password": "password",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"slug": "birdnet-pi",
|
||||
"tmpfs": true,
|
||||
"udev": true,
|
||||
|
||||
Reference in New Issue
Block a user