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