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