18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
http://birdnetpi.local ${BIRDNETPI_URL} {
|
|
root * ${EXTRACTED}
|
|
file_server browse
|
|
basicauth ${PROCESSED}* {
|
|
birdnet ${HASHWORD}
|
|
}
|
|
basicauth /stream {
|
|
birdnet ${HASHWORD}
|
|
}
|
|
reverse_proxy /stream localhost:8000
|
|
}
|
|
http://birdlog.local {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
http://extractionlog.local {
|
|
reverse_proxy localhost:8888
|
|
}
|