if username is different than pi, web is not accessible even if the user has declared the username on the config.yaml
" target_user: pi # Linux user running the TeslaUSB services"
I had setup the initial img with raspberry pi imager using another username eg kanenas
and then declared the teslausb user in the config.yaml
" target_user: kanenas # Linux user running the TeslaUSB services"
the whole process is successful but the web is not accessible before and after the 1st reboot
Doing the initial img with raspberry pi imager but without changing the username
the whole process is successful and the web is accessible before and after the 1st reboot
it seems there is a bug or somewhere in the script the pi username is hardcoded to "pi"
and it does not take to account the target user from config.yaml