Jan Hansen

Results 1 comments of Jan Hansen

Setting an URL is easily done in /home/pi/.xsession: ``` #chromium-browser --start-fullscreen --window-size=1920,1080 --disable-infobars & chromium-browser --disable-infobars --kiosk http://somewhere.com & ``` Should also be possible to add basic auth: `https://username:[email protected]`