From befdb5643dc5c2279d556d649f2026bb29fb7280 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 May 2024 10:23:53 +0200 Subject: [PATCH 1/5] Update 91-nginx_ingress.sh --- birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh b/birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh index 10b62f9b6..d2749a17b 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh @@ -31,6 +31,7 @@ sed -i "/function is_authenticated/a if (strpos(\$_SERVER['HTTP_REFERER'], '/api echo "... adapt Caddyfile for ingress" chmod +x /helpers/caddy_ingress.sh +/./helpers/caddy_ingress.sh sed -i "/sudo caddy fmt --overwrite/i /./helpers/caddy_ingress.sh" "$HOME"/BirdNET-Pi/scripts/update_caddyfile.sh echo " " From 0ad2c89ccc7be0c821dccc30551ddb830e849079 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 May 2024 10:26:19 +0200 Subject: [PATCH 2/5] Update config.json --- birdnet-pi/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index a1e2e4f9f..a7b44de90 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -111,6 +111,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-37", + "version": "0.13-37_TEST", "video": true } From 911195ed74baebeceff85545982c7ef56b61ac93 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:27:17 +0000 Subject: [PATCH 3/5] GitHub bot : scripts executable --- birdnet-pi/rootfs/helpers/caddy_ingress.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 birdnet-pi/rootfs/helpers/caddy_ingress.sh diff --git a/birdnet-pi/rootfs/helpers/caddy_ingress.sh b/birdnet-pi/rootfs/helpers/caddy_ingress.sh old mode 100644 new mode 100755 From 15bd06a7106db70bdf9e0d2fa7bc834c48873f4a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:51:31 +0000 Subject: [PATCH 4/5] GitHub bot : changelog --- birdnet-pi/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pi/CHANGELOG.md b/birdnet-pi/CHANGELOG.md index 23eab2c81..00680061f 100644 --- a/birdnet-pi/CHANGELOG.md +++ b/birdnet-pi/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.13-37_TEST (22-05-2024) +- Minor bugs fixed ## 0.13-37 (20-05-2024) - BREAKING CHANGE : the main port has changed from 80 to 8081 to allow ssl - Not working yet : enable ssl access using either caddy's automated ssl (see Readme), or HomeAssistant's let's encrypt from the addon options From a95bd924cfd28d6779ce0bb06657838a94f8ca8c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 May 2024 10:52:42 +0200 Subject: [PATCH 5/5] Update config.json --- birdnet-pi/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index a7b44de90..a1e2e4f9f 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -111,6 +111,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-37_TEST", + "version": "0.13-37", "video": true }