mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
fix(birdnet-pi): honor standalone pi password
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user