Merge pull request #281 from jmherbst/caddy-fix

Fixing bug in Caddyfile with the '/views.php?view=File*' path.
This commit is contained in:
Patrick McGuire
2022-05-15 13:21:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} {
handle /Charts/* { handle /Charts/* {
file_server browse file_server browse
} }
basicauth views.php?view=File* { basicauth /views.php?view=File* {
birdnet ${HASHWORD} birdnet ${HASHWORD}
} }
basicauth /Processed* { basicauth /Processed* {
+1 -1
View File
@@ -18,7 +18,7 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} {
handle /Charts/* { handle /Charts/* {
file_server browse file_server browse
} }
basicauth views.php?view=File* { basicauth /views.php?view=File* {
birdnet ${HASHWORD} birdnet ${HASHWORD}
} }
basicauth /Processed* { basicauth /Processed* {