/kiosk

Easy as ABC deployment for SBC

Primary LanguageShell

Kiosk

Local or Web Kiosk Deployment Script

tl;dr

sudo groupadd docker && sudo usermod -aG docker $USER && newgrp docker
curl -fsSL https://raw.githubusercontent.com/suodrazah/kiosk/ubuntu_dev/deploy.sh -o deploy.sh && sh deploy.sh

Prerequisites:

Notes:

  • Designed to be executed on a fresh platform
  • All updates are handled
  • This will restrict the user to a single fullscreen browser instance.
    • This still means that if you provide a page with access to the wider web, shenanigans could be had.
    • The local deployment includes wordpress or nginx and is useful for deploying your own kiosk.
  • Join the configured ZeroTier network and remotely manage internet connected kiosks.

Deployment:

  • This will bring up a local or web kiosk
sudo groupadd docker && sudo usermod -aG docker $USER && newgrp docker
curl -fsSL https://raw.githubusercontent.com/suodrazah/kiosk/dev_ubuntu/deploy.sh -o deploy.sh && sh deploy.sh

To Be Added:

  • Touchscreen input orientation (sync with screen orientation
  • Domain and Subdomain access rules
  • Automatic installation of useful chrome extensions - restricted touch keyboard, auto idle refresh, ublock origins, disable tabs and popups, auto crash refresh, etc
  • Alsamixer/volume WebUI
  • Realtime unidirectional delta sync tmpfs for a more responsive user experience e,g, wp-content/cache and nginx/www