Hi All,
Been using chrome as a kiosk browser on a screen to display HA information. Since the authentication was added I cannot get it to auto login. I have a chrome browser running on a raspberry pi hooked up to an old monitor mounted for view only access.
To handle crashes or restarts I set the browser to overwrite its file each boot to remove any errors and prevent popups from browser on the screen.
#!/usr/bin/sh
cp /home/pi/.config/Preferences /home/pi/.config/chromium/Default
chromium-browser --noerrdialogs --kiosk https://MYHA
However now we need to authenticate I cannot get it to save the login (even though i select that option after each login). The set up has no mouse/keyboard, what can I do to still get full screen display without browser errors but a successful login? I have seen suggestions of username:password in URL but no combinations I tried have worked.
Many thanks