rename to BirdNET-Pi

This commit is contained in:
Patrick McGuire
2021-10-12 10:55:09 -04:00
parent fedc79e630
commit 862c4c1fb3
37 changed files with 122 additions and 123 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ${EXTRACTIONS_URL} {
}
reverse_proxy /stream localhost:8000
}
http://birdingpi.local {
http://birdnetpi.local {
root * ${EXTRACTED}
file_server browse
basicauth ${PROCESSED}* {
+1 -1
View File
@@ -8,7 +8,7 @@ ${EXTRACTIONS_URL} {
birdnet ${HASHWORD}
}
}
http://birdingpi.local {
http://birdnetpi.local {
root * ${EXTRACTED}
file_server browse
basicauth ${PROCESSED}* {
+9 -9
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Birding Pi</title>
<title>BirdNET-Pi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@@ -320,12 +320,12 @@ footer {
<header>
<h1>
<a href="https://github.com/mcguirepr89/BirdNET-Lite">🕊 Birding Pi</a>
<a href="https://github.com/mcguirepr89/BirdNET-Lite">🕊 BirdNET-Pi</a>
</h1>
</header>
<hr>
<h2>
<a href="http://birdingpi.local:9090">
<a href="http://birdnetpi.local:9090">
<span class="name">🐦 Recognized Birds</span>
</a>
</h2>
@@ -353,7 +353,7 @@ footer {
<td>
<a href="./By_Common_Name/">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 317 259"><use xlink:href="#folder"></use></svg>
<span class="name">By_Common_Name</span>
<span class="name">By Common Name</span>
</a>
</td>
</tr>
@@ -362,7 +362,7 @@ footer {
<td>
<a href="./By_Date/">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 317 259"><use xlink:href="#folder"></use></svg>
<span class="name">By_Date</span>
<span class="name">By Date</span>
</a>
</td>
</tr>
@@ -371,7 +371,7 @@ footer {
<td>
<a href="./By_Scientific_Name/">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 317 259"><use xlink:href="#folder"></use></svg>
<span class="name">By_Scientific_Name</span>
<span class="name">By Scientific Name</span>
</a>
</td>
</tr>
@@ -406,7 +406,7 @@ footer {
<tr class="file">
<td></td>
<td>
<a href="http://birdingpi.local:8080">
<a href="http://birdnetpi.local:8080">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 317 259"><use xlink:href="#folder"></use></svg>
<span class="name">⚙ Analysis Log</span>
</a>
@@ -415,7 +415,7 @@ footer {
<tr class="file">
<td></td>
<td>
<a href="http://birdingpi.local:8888">
<a href="http://birdnetpi.local:8888">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 317 259"><use xlink:href="#folder"></use></svg>
<span class="name">⚝ Extraction Log</span>
</a>
@@ -444,7 +444,7 @@ footer {
</div>
</main>
<footer>
Help:<a rel="noopener noreferrer" href="https://birdnetwiki.pmcgui.xyz/">🕊 Birding Pi Wiki</a>
Help:<a rel="noopener noreferrer" href="https://birdnetwiki.pmcgui.xyz/">🕊 BirdNET-Pi Wiki</a>
</footer>
<script>
var filterEl = document.getElementById('filter');
+1 -1
View File
@@ -1,5 +1,5 @@
[Unit]
Description=Birding-Pi Live Stream
Description=BirdNET-Pi Live Stream
[Service]
Environment=XDG_RUNTIME_DIR=/run/user/1000
Restart=always
+1 -1
View File
@@ -1,2 +1,2 @@
#birdnet
*/1 * * * * /usr/local/bin/species_notifier.sh &> /dev/null
*/2 * * * * /usr/local/bin/species_notifier.sh &> /dev/null
+2 -2
View File
@@ -11,12 +11,12 @@ set-window-option -g mode-keys vi
set-option -g status-interval 5
set-option -g status 2
set-option -g status-format[1] '#[bg=cyan,fg=black]#[align=left][Birding-Pi] #[bg=cyan]#[align=centre]#(vcgencmd measure_temp) #(vcgencmd get_throttled)#[align=right]#(~/Birding-Pi/scripts/disk_usage.sh)%l:%M%p'
set-option -g status-format[1] '#[bg=cyan,fg=black]#[align=left][BirdNET-Pi] #[bg=cyan]#[align=centre]#(vcgencmd measure_temp) #(vcgencmd get_throttled)#[align=right]#(~/BirdNET-Pi/scripts/disk_usage.sh)%l:%M%p'
set-option -g status-style bg=magenta,fg=cyan
set-option -g status-justify centre
set-option -g status-left-length 50
set-option -g status-left '#[fg=brightyellow]arm clock #(vcgencmd measure_clock arm)'
set-option -g status-right '#[fg=brightyellow]%A, %B %e#(~/Birding-Pi/scripts/pretty_date.sh)'
set-option -g status-right '#[fg=brightyellow]%A, %B %e#(~/BirdNET-Pi/scripts/pretty_date.sh)'
bind r source-file /etc/tmux.conf \; display "Reloaded!"