From d5a9ad4c191bf2dd1ee215d9ec84ec722f4f8113 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 5 May 2024 00:23:58 +0000 Subject: [PATCH] Github bot : json sorted --- birdnet-pi/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index e08900b5b..4ab529acb 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -60,9 +60,9 @@ "/dev/nvme2" ], "image": "ghcr.io/alexbelgium/birdnet-pi-{arch}", - "init": false, "ingress": true, "ingress_stream": true, + "init": false, "map": [ "addon_config:rw", "media:rw", @@ -88,13 +88,13 @@ "schema": { "BIRDSONGS_FOLDER": "str?", "BIRDS_ONLINE_INFO": "list(allaboutbirds.org|ebird.org)", - "pi_password": "password", "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", "localdisks": "str?", - "networkdisks": "str?" + "networkdisks": "str?", + "pi_password": "password" }, "slug": "birdnet-pi", "tmpfs": true,