Home Station Kiosk

Kiosk

The HDMI port of the Home Station normally runs in text mode, enabling its owner to login to the system and perform operations using the built-in command line shell.

It is possible to run a Web Browser in Kiosk mode on the HDMI port instead.

Chromium

!/bin/sh

chromium --no-first-run --disable --disable-translate --disable-infobars --disable-suggestions-service --disable-save-password-bubble --start-maximized --kiosk --disable-session-crashed-bubble --incognito http://127.0.0.1/MyPage.html

Cage

Others