Showcase Setup
Showcase Kiosk
Section titled “Showcase Kiosk”Displays a locked-down showcase of your TCG collection. Open a Terminal and paste this:
curl -sSL https://showcase.duelkingdom.ca/showcase.sh -o /tmp/showcase.sh && sudo bash /tmp/showcase.shThen hit enter and select the showcase version.
Kiosk Browser
Section titled “Kiosk Browser”A locked-down browser with inactivity timeout and session management. Open a Terminal and paste this:
curl -sSL https://showcase.duelkingdom.ca/kioskbrowser.sh -o /tmp/kioskbrowser.sh && sudo bash /tmp/kioskbrowser.shYou’ll be prompted to enter a URL and session timeout. Or pass them directly:
sudo bash /tmp/kioskbrowser.sh --url https://example.com --timeout 10Mac Kiosk Browser
Section titled “Mac Kiosk Browser”For macOS, use this to set up a browser kiosk:
sudo bash -c "$(curl -fsSL https://showcase.duelkingdom.ca/kioskbrowsermac.sh)"