fix(birdnet-pi): honor standalone pi password

This commit is contained in:
Alexandre
2025-08-10 21:08:58 +02:00
parent 8db3f124f9
commit ea908e5626
3 changed files with 15 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ Ensure you have the following installed on your system:
- ssl=false # Enable/disable SSL
- certfile=fullchain.pem # SSL certificate file (located in /ssl/)
- keyfile=privkey.pem # SSL key file (located in /ssl/)
- pi_password= # Optional: Set SSH user password
- pi_password= # Optional: Set web terminal password for user `pi`
- MQTT_HOST_manual= # Optional: Manual MQTT host
- MQTT_PASSWORD_manual= # Optional: Manual MQTT password
- MQTT_PORT_manual= # Optional: Manual MQTT port
@@ -87,6 +87,7 @@ Ensure you have the following installed on your system:
http://localhost:8001 # Or whatever port you have configured
```
Replace `localhost` with your server's IP address if running on another machine.
When prompted for credentials in the web terminal, use the username `pi` and the password defined by `pi_password` (blank if unset).
## troubleshoot