Commit Graph

723 Commits

Author SHA1 Message Date
mcguirepr89 08f1fa34f2 added new php configuration pages!! This is a good one! 2022-01-22 15:08:02 -05:00
Patrick McGuire 43c72cb974 Update menu_de.html 2022-01-20 17:28:08 -05:00
Patrick McGuire 4a087ebc4d Update menu_de.html 2022-01-20 17:27:44 -05:00
Patrick McGuire 6d0da7904d Update menu_de.html 2022-01-20 17:27:07 -05:00
Patrick McGuire cd28f973c3 Update menu_de.html 2022-01-20 17:12:11 -05:00
Patrick McGuire 18d1a8ac45 Create top_de.html 2022-01-20 17:07:38 -05:00
Patrick McGuire 6adf5a7f89 Create menu_de.html 2022-01-20 17:04:56 -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 9cec168d31 typo 2022-01-19 10:52:46 -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
Patrick McGuire 0806f86bfd Add files via upload 2022-01-19 10:13:17 -05:00
Patrick McGuire faa90d5eea Delete labels_l18n.zip 2022-01-19 10:12:33 -05:00
Patrick McGuire 74b68ae4a6 Update README.md 2022-01-19 09:36:29 -05:00
Patrick McGuire 7736e3ffe4 Update README.md 2022-01-19 09:35:38 -05:00
Patrick McGuire cbc5b4a472 Add files via upload 2022-01-19 09:28:30 -05:00
Patrick McGuire b9bc282598 Update README.md 2022-01-19 09:04:44 -05:00
Patrick McGuire 726a97222e Update README.md 2022-01-19 09:04:09 -05:00
Patrick McGuire 4636b17541 Update README.md 2022-01-17 13:19:59 -05:00
Patrick McGuire b6ead2d1fd Update README.md 2022-01-17 12:39:13 -05:00
Patrick McGuire f680f025b3 Update README.md 2022-01-17 10:00:55 -05:00
Patrick McGuire d33b27650d Update README.md 2022-01-17 09:57:10 -05:00
Patrick McGuire d9f6be59f9 Update README.md 2022-01-17 09:55:39 -05:00
Patrick McGuire d33e56ca7c Update README.md 2022-01-16 18:52:50 -05:00
Patrick McGuire aad497bd76 Update menu.html 2022-01-16 08:37:40 -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 1bb44dc61e Update README.md 2022-01-15 14:08:57 -05:00
Patrick McGuire c2ca349bd5 Update README.md 2022-01-15 08:57:39 -05:00
Patrick McGuire ad01c2935f Update README.md 2022-01-14 17:27:52 -05:00
Patrick McGuire 2f38f5ca45 Update README.md 2022-01-10 08:31:21 -05:00
Patrick McGuire 58a8164fef Update README.md 2022-01-09 09:21:39 -05:00
Patrick McGuire 58161f97bf Update README.md 2022-01-08 11:41:37 -05:00
Patrick McGuire a365746f94 Update menu.html 2022-01-08 09:05:18 -05:00
Patrick McGuire 6602eca544 Merge pull request #103 from mcguirepr89/fix_installer
Fixed PHP version breaking for other locales
2022-01-08 08:08:40 -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 359d39a602 Update README.md 2021-12-31 09:51:10 -05:00