32 lines
609 B
Plaintext
32 lines
609 B
Plaintext
${EXTRACTIONS_URL} {
|
|
root * ${EXTRACTED}
|
|
file_server browse
|
|
basicauth ${PROCESSED}* {
|
|
birdnet ${HASHWORD}
|
|
}
|
|
basicauth /stream {
|
|
birdnet ${HASHWORD}
|
|
}
|
|
reverse_proxy /stream localhost:8000
|
|
}
|
|
http://birdnetsystem.local {
|
|
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
|
|
}
|
|
http://birdterminal.local {
|
|
reverse_proxy localhost:9111
|
|
}
|