Commit Graph

391 Commits

Author SHA1 Message Date
mcguirepr89 c0d4a6de36 fills up the content page 2022-01-24 16:05:27 -05:00
mcguirepr89 48a8bb7beb adding requirement notificaitons 2022-01-24 15:48:12 -05:00
mcguirepr89 7c5a80b1fe adding web GUI labels.txt language selection support 2022-01-24 15:47:32 -05:00
mcguirepr89 edcd96715e adding chart-check to viewday.php 2022-01-24 11:36:38 -05:00
Patrick McGuire 886bf05c2e Update update_services.sh 2022-01-24 10:50:38 -05:00
Patrick McGuire 356a35ebf3 Update install_services.sh 2022-01-24 10:49:55 -05:00
Patrick McGuire 37b66d774d Update update_services.sh 2022-01-24 10:47:23 -05:00
Patrick McGuire bf55c276b1 Update install_services.sh 2022-01-24 10:46:26 -05:00
Patrick McGuire 9c67ba9d53 Update update_services.sh 2022-01-24 10:42:00 -05:00
Patrick McGuire f2b8882129 Update install_services.sh 2022-01-24 10:41:31 -05:00
Patrick McGuire 5aca8a78da Update update_services.sh 2022-01-24 09:55:27 -05:00
Patrick McGuire bd80038f7b Update install_services.sh 2022-01-24 09:01:33 -05:00
mcguirepr89 5c442fb5ed added minimal install pulseaudio auto-login 2022-01-23 14:46:05 -05:00
mcguirepr89 e150b19c0e aesthetic tweaks 2022-01-23 13:02:56 -05:00
Patrick McGuire eb785b60f1 Update overview.php 2022-01-22 18:59:58 -05:00
Patrick McGuire db93c7e377 Update index.html 2022-01-22 17:55:00 -05:00
Patrick McGuire 48b734c9c2 Update birdnet_analysis.sh 2022-01-22 17:48:58 -05:00
Patrick McGuire 5e919ff4c3 Update birdnet_analysis.sh 2022-01-22 17:38:37 -05:00
Patrick McGuire 6eed7d6797 Update install_config.sh 2022-01-22 17:04:58 -05:00
Patrick McGuire 9c07a09e74 Update install_services.sh 2022-01-22 17:03:24 -05:00
Patrick McGuire aeb60e6b59 Update install_config.sh 2022-01-22 16:53:33 -05:00
Patrick McGuire 197a5b0dd8 Update install_birdnet.sh 2022-01-22 16:37:39 -05:00
Patrick McGuire 319a11d68e Update install_services.sh 2022-01-22 16:33:56 -05:00
Patrick McGuire cc6050fdcf Update install_birdnet.sh 2022-01-22 16:31:27 -05:00
mcguirepr89 08f1fa34f2 added new php configuration pages!! This is a good one! 2022-01-22 15:08:02 -05:00
Patrick McGuire b194b4f93c Update install_birdnet.sh 2022-01-20 17:01:44 -05:00
Patrick McGuire 618a10b7bd Update update_services.sh 2022-01-20 16:36:49 -05:00
Patrick McGuire f3fa4f5bd1 Update install_services.sh 2022-01-20 16:36:25 -05:00
Patrick McGuire 88cd87bad3 Update install_birdnet.sh 2022-01-20 16:25:08 -05:00
mcguirepr89 69109784aa preparing branch for testing 2022-01-20 15:33:21 -05:00
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