Commit Graph

350 Commits

Author SHA1 Message Date
mcguirepr89 cd6f84b37c added BirdWeather ID input 2022-01-15 16:26:24 -05:00
Patrick McGuire 01a9ed04b1 Fixed PHP version installer
OLD
php_version="$(awk -F. '{print $2}' <(ls -l $(which /etc/alternatives/php)))"
NEW
php_version="$(awk -F'php' '{print $3}' <(ls -l $(which /etc/alternatives/php)))"
2022-01-08 07:37:33 -05:00
Patrick McGuire 7c6cfa0dfb Fixed PHP version breaking for other locales
OLD
php_version="$(awk -F. '{print $2}' <(ls -l $(which /etc/alternatives/php)))"
NEW
php_version="$(awk -F'php' '{print $3}' <(ls -l $(which /etc/alternatives/php)))"
2022-01-08 07:34:50 -05:00
Patrick McGuire ff09a8a617 Better instructions for Step 5 - Update BirdNET-Pi
Removed ASK_REBOOT=2 from URL updater since it is
  not needed
2021-12-13 14:35:48 -05:00
Patrick McGuire 320d544a5b Update birdnet-pi-config 2021-12-12 16:29:30 -05:00
Patrick McGuire 919a89008c Update dump_logs.sh 2021-12-12 16:07:23 -05:00
Patrick McGuire c3cf54dd4d Update dump_logs.sh 2021-12-12 15:58:31 -05:00
Patrick McGuire 5b3ca51b93 Update uninstall.sh 2021-12-12 15:55:28 -05:00
Patrick McGuire a044cad623 put a hold on caddy 2.4.5 for now 2021-12-09 17:33:10 -05:00
Patrick McGuire 95a0ef3c12 Update install_birdnet.sh 2021-12-09 17:07:08 -05:00
Patrick McGuire 774d154e1b better submenu titles 2021-12-09 13:32:45 -05:00
Patrick McGuire 2171c84b5c percentage view and suppressing scientific notation 2021-12-09 11:35:14 -05:00
Patrick McGuire 31caef770f turning off debugging -- was a caddy issue 2021-12-08 14:20:12 -05:00
Patrick McGuire 0a3246ec37 debuggin 2021-12-08 14:15:19 -05:00
Patrick McGuire cb8e4fb568 NOW the right user is doing the work 2021-12-08 13:45:48 -05:00
Patrick McGuire a492d9ec5c proper users running things 2021-12-08 13:39:20 -05:00
Patrick McGuire 4dd9064fee these no longer contain the db password 2021-12-08 13:37:43 -05:00
Patrick McGuire e5469b7211 restarts php7.VERSION-fpm to take on new password for db 2021-12-08 13:35:44 -05:00
Patrick McGuire 56bba313aa this configures passwords in php.ini now 2021-12-08 13:26:01 -05:00
Patrick McGuire b7149cc3ee create_bullseye.sh now configures passwords in /etc/php/7.4/fpm/php.ini 2021-12-08 13:23:59 -05:00
Patrick McGuire aa37971449 fixed clear_all_data.sh bug where it broke wttr.in link 2021-12-08 13:12:20 -05:00
Patrick McGuire 7273c078b9 fixed missing directory 2021-12-08 12:35:00 -05:00
Patrick McGuire 5c3605531f added favicon.ico install 2021-12-08 11:56:47 -05:00
Patrick McGuire d362a07b73 Update stop_core_services.sh 2021-12-04 16:59:58 -05:00
Patrick McGuire 11ee1ca39b smarter generation of BirdDB.txt headers 2021-12-04 16:05:30 -05:00
Patrick McGuire 875781fdc4 fixing typo 2021-12-04 15:56:47 -05:00
Patrick McGuire 6010917f04 make users replace password -- not root 2021-12-04 15:52:10 -05:00
Patrick McGuire 770304f499 properly rebuilds Charts and Wttr 2021-12-04 13:56:40 -05:00
Patrick McGuire 1389280789 fixing clear_all_data.sh to remove and recreate BirdDB.txt 2021-12-04 12:20:56 -05:00
Patrick McGuire 414fdf36a9 allow for a graceful exit of 'birdnet-pi-configuration-wizard.service' 2021-12-04 12:12:42 -05:00
Patrick McGuire 845b6c1a27 added chart_viewer.service to those that are stopped when stopping
core services
2021-12-04 12:01:02 -05:00
Patrick McGuire 655d2ab498 adjustments -- generate BirdDB headers automatically 2021-12-04 11:58:34 -05:00
Patrick McGuire e6d64c7819 aesthetic changes 2021-12-03 14:47:15 -05:00
Patrick McGuire 631b048fb8 adding v2. to wttr (fix) 2021-12-02 10:39:32 -05:00
Patrick McGuire 2438231722 putting charts in Charts dir 2021-12-02 08:45:31 -05:00
Patrick McGuire 36102a7836 removed comments from testing 2021-12-01 16:34:32 -05:00
Patrick McGuire 764a3c8c23 changes for new "Charts" dir 2021-12-01 16:31:39 -05:00
Patrick McGuire e32471cd17 keeping pi ownership of all files in BirdNET-Pi dir 2021-12-01 16:22:18 -05:00
Patrick McGuire 94308a64d3 create ${EXTRACTED}/Charts dir on {install,update}_services.sh 2021-12-01 16:09:56 -05:00
Patrick McGuire 8cb9ad0a1c dynamically create wttr.in link on install_services.sh 2021-12-01 15:55:09 -05:00
Patrick McGuire fc65db5f01 create wttr.in link dynamically per LAT&LON 2021-12-01 15:54:06 -05:00
Patrick McGuire 97c0e394b3 birdweather updates and webpage aesthetic changes 2021-12-01 15:39:55 -05:00
Patrick McGuire 1390a0d180 uses new analyze.py 2021-12-01 12:54:14 -05:00
Patrick McGuire 3bab803b92 added Wttr.in link setup 2021-12-01 11:06:47 -05:00
Patrick McGuire 61279988be fixing Disk Full behavior -- invokes stop_core_services.sh 2021-12-01 10:29:06 -05:00
Patrick McGuire 92716f556a adding working daily_plot.py 2021-12-01 09:13:05 -05:00
Patrick McGuire 7dd3d723f6 fixing the part where the database is recreated
thanks @nilspupils for being awesome! :)
2021-11-29 19:25:21 -05:00
Patrick McGuire 08a843e6ca rearranged 2021-11-29 15:02:59 -05:00
Patrick McGuire 434fbd7118 db-passwords changed for new files 2021-11-29 14:01:11 -05:00
Patrick McGuire 5fbd43f138 correct daily_plot.py for Combo*.png 2021-11-29 13:44:27 -05:00