Github bot : json sorted

This commit is contained in:
alexbelgium
2024-05-05 00:23:58 +00:00
committed by GitHub
parent 386f921b52
commit d5a9ad4c19

View File

@@ -60,9 +60,9 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}", "image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
"init": false,
"ingress": true, "ingress": true,
"ingress_stream": true, "ingress_stream": true,
"init": false,
"map": [ "map": [
"addon_config:rw", "addon_config:rw",
"media:rw", "media:rw",
@@ -88,13 +88,13 @@
"schema": { "schema": {
"BIRDSONGS_FOLDER": "str?", "BIRDSONGS_FOLDER": "str?",
"BIRDS_ONLINE_INFO": "list(allaboutbirds.org|ebird.org)", "BIRDS_ONLINE_INFO": "list(allaboutbirds.org|ebird.org)",
"pi_password": "password",
"TZ": "str?", "TZ": "str?",
"cifsdomain": "str?", "cifsdomain": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?" "networkdisks": "str?",
"pi_password": "password"
}, },
"slug": "birdnet-pi", "slug": "birdnet-pi",
"tmpfs": true, "tmpfs": true,