Merge branch 'alexbelgium:master' into master

This commit is contained in:
baldarn
2024-05-22 11:09:51 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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 " "

0
birdnet-pi/rootfs/helpers/caddy_ingress.sh Normal file → Executable file
View File