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