Merge branch 'main' of github.com:mcguirepr89/BirdNET-Pi
This commit is contained in:
@@ -73,6 +73,8 @@ The installation creates a log in `/home/pi/installation.log` that you can [emai
|
||||
## Access
|
||||
The BirdNET-Pi system can be accessed from any web browser on the same network:
|
||||
- http://birdnetpi.local
|
||||
- Default Basic Authentication Username: birdnet
|
||||
- Password is empty by default. Set this in "Tools" > "Settings" > "Advanced Settings"
|
||||
|
||||
## Uninstallation
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ ln -fs $(dirname ${my_dir})/scripts/play.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/spectrogram.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/overview.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/stats.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/viewdb.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/todays_detections.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/scripts/history.php ${EXTRACTED}
|
||||
ln -fs $(dirname ${my_dir})/homepage/images/favicon.ico ${EXTRACTED}
|
||||
ln -fs ${HOME}/phpsysinfo ${EXTRACTED}
|
||||
|
||||
@@ -122,7 +122,7 @@ create_necessary_dirs() {
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/spectrogram.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/overview.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/stats.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/viewdb.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/todays_detections.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/scripts/history.php ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs $(dirname ${my_dir})/homepage/images/favicon.ico ${EXTRACTED}
|
||||
sudo -u ${USER} ln -fs ${HOME}/phpsysinfo ${EXTRACTED}
|
||||
|
||||
Reference in New Issue
Block a user