diff --git a/LICENSE b/LICENSE index b1123ac..cd4d328 100644 --- a/LICENSE +++ b/LICENSE @@ -713,7 +713,7 @@ consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ============================================================================= -Caddy, ,Streamlit, and Adminer use the Apache License Version 2.0 +Caddy, WiFi-Connect,Streamlit, and Adminer use the Apache License Version 2.0 ============================================================================= Apache License Version 2.0, January 2004 @@ -918,7 +918,7 @@ Caddy, ,Streamlit, and Adminer use the Apache License Version 2.0 limitations under the License. ============================================================================= -GoTTY and autoAP scripts use the MIT License +GoTTY and Apprise Notifications use the MIT License ============================================================================= MIT License diff --git a/README.md b/README.md index 213a5bd..699facc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Check out birds from around the world - [Private Nature Garden, Grevenbroich, Germany](http://grevenbroich-elsen.birdnetpi.com)
- [Norman, Oklahoma, United States](https://normanok.birdnetpi.com)
- [Nijmegen, the Netherlands](https://nijmegen.birdnetpi.com)
+- [Murrysville, Pennsylvania, United States](https://murrysvillepa.birdnetpi.com/) [Share your installation!!](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi) @@ -53,7 +54,7 @@ Currently listening in these countries . . . that I know of . . . * SQLite3 Database * Adminer database maintenance * [phpSysInfo](https://github.com/phpsysinfo/phpsysinfo) -* New species mobile notifications from [Pushed.co](https://pushed.co/quick-start-guide) (for iOS users only) +* [Apprise Notifications](https://github.com/caronc/apprise) supporting 70+ notification platforms * Localization supported ## Requirements @@ -90,10 +91,7 @@ Please take a look at the [wiki](https://github.com/mcguirepr89/BirdNET-Pi/wiki) ## Updating -Since the change in RaspiOS that has discontinued the default `pi` user, the recommended update instructions for installations that _do_ have the default `pi` user: -1. Go to "Tools" > "Web Terminal" -2. Type ```git pull``` -3. Go to "Tools" > "System Controls" > "Update" > "OK" +Use the web interface and go to "Tools" > "System Controls" > "Update." If you encounter any issues with that, or suspect that the update did not work for some reason, please save its output and post it in an issue where we can help. ## Uninstallation ``` @@ -107,7 +105,12 @@ Submit an issue or discussion. Please join a Discussion!! and please join [BirdWeather!!](https://app.birdweather.com) I hope that if you find BirdNET-Pi has been worth your time, you will share your setup, results, customizations, etc. [HERE](https://github.com/mcguirepr89/BirdNET-Pi/discussions/69) and will consider [making your installation public](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi). -## ToDo, Notes, and Coming Soon +## Project Links + +- [Marie Lelouche's Out of Spaces](https://www.lestanneries.fr/exposition/marie-lelouche-out-of-spaces/) using BirdNET-Pi in post-sculpture VR! [Press Kit](https://github.com/mcguirepr89/BirdNET-Pi-assets/blob/main/dp_out_of_spaces_marie_lelouche_digital_05_01_22.pdf) +- [Research on noded BirdNET-Pi networks for farming](https://github.com/mcguirepr89/BirdNET-Pi-assets/blob/main/G23_Report_ModelBasedSysEngineering_FarmMarkBirdDetector_V1__Copy_.pdf) +- [Core-Electronics](https://core-electronics.com.au/projects/bird-calls-raspberry-pi) Build Article + ### Internationalization: The bird names are in English by default, but other localized versions are available thanks to the wonderful efforts of [@patlevin](https://github.com/patlevin). Use the web interface's "Tools" > "Settings" and select your "Database Language" to have the detections in your language. diff --git a/scripts/advanced.php b/scripts/advanced.php index 657cb99..25e4e7f 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -33,8 +33,8 @@ if(isset($_GET['submit'])) { if(isset($_GET["caddy_pwd"])) { $caddy_pwd = $_GET["caddy_pwd"]; if(strcmp($caddy_pwd,$config['CADDY_PWD']) !== 0) { - $contents = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=$caddy_pwd", $contents); - $contents2 = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=$caddy_pwd", $contents2); + $contents = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=\"$caddy_pwd\"", $contents); + $contents2 = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=\"$caddy_pwd\"", $contents2); $fh = fopen('/etc/birdnet/birdnet.conf', "w"); $fh2 = fopen("./scripts/thisrun.txt", "w"); fwrite($fh, $contents); @@ -235,7 +235,7 @@ foreach($formats as $format){

Custom URL

-

Email Me if you would like a BirdNETPi.com subdomain. This would be, https://YourLocation.birdnetpi.com

+

Email Me if you would like a BirdNETPi.com subdomain. This would be, https://YourLocation.birdnetpi.com

When you update the URL below, the web server will reload, so be sure to wait at least 30 seconds and then go to your new URL.


diff --git a/scripts/config.php b/scripts/config.php index 9374319..c662dfb 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -1,5 +1,5 @@ Ukrainian

+ + 0) { + $checkedvalue = "checked"; + $disabledvalue = "disabled"; + } else { + $checkedvalue = ""; + $disabledvalue = ""; + } + ?> +
+ If connected to the internet, retrieve time automatically? + >
+ > + > +


+ -