--- pi_kiosk_user: "kiosk" pi_kiosk_url: "http://localhost:8080" # "chromium" - the build from archive.raspberrypi.com (versions carry a "+rpt" suffix), # which Raspberry Pi patch for this board's V3D GPU. Faster than Firefox # here by a wide margin; see the README. # "firefox" - firefox-esr from Debian. Kept switchable because it was the original # kiosk browser and is the fallback if a Chromium update ever regresses. pi_kiosk_browser: "chromium" # "kiosk" - the page full-screen with no browser chrome and no pointer. The normal mode. # "debug" - the same page in an ordinary browser window, pointer visible, with an # Openbox root menu (right-click the desktop) offering a terminal, so the # device can be poked at on its own screen. Switch back with # `just run mediapis.yml musicdolphin -e pi_kiosk_mode=kiosk`, or by editing # host_vars. pi_kiosk_mode: "kiosk"