Commit Graph

361 Commits

Author SHA1 Message Date
mcguirepr89 b7f03704dd readding write_config.php for testing 2022-01-20 15:31:05 -05:00
mcguirepr89 11915d83eb updated form to check for thisrun.txt then firstrun.ini 2022-01-20 15:30:15 -05:00
mcguirepr89 5f53ee3c5f updated list 2022-01-20 08:26:14 -05:00
mcguirepr89 5d4bd0b06e adding firstrun.ini for php parsing 2022-01-19 15:51:10 -05:00
mcguirepr89 1b2353fdd7 adding forms for testing 2022-01-19 14:50:45 -05:00
mcguirepr89 a8c1d409f9 adding localization support in birdnet-pi-config 2022-01-19 12:54:45 -05:00
mcguirepr89 eb799f6b82 added new birdnet.conf update task 2022-01-19 10:55:29 -05:00
mcguirepr89 60fdabe898 deleted old files 2022-01-19 10:55:07 -05:00
mcguirepr89 d570324ac7 updated the disk-check utility to have options for removing old data
or stopping core services
2022-01-19 10:49:41 -05:00
mcguirepr89 d3e1b0cb36 added BirdWeather ID support 2022-01-15 16:29:52 -05:00
mcguirepr89 4875896596 added BirdWeather ID support 2022-01-15 16:27:33 -05:00
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