From e7689db3e75cd2629667f32881f840495ca5c8e6 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 12 May 2022 12:23:42 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index b19e399..5c0b9d3 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -212,6 +212,9 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} { handle /Charts/* { file_server browse } + basicauth views.php?view=File* { + birdnet ${HASHWORD} + } basicauth /Processed* { birdnet ${HASHWORD} }