Add Frontdesk kiosk APK build script and manufacturer flash guide.
Deploy Ladill Frontdesk / deploy (push) Successful in 59s

Ship OEM documentation for MDM, Elo, and Zebra lockdown plus a provisioning QR on kiosk device registration so factory tablets can pair on first boot.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 18:35:44 +00:00
co-authored by Cursor
parent e1dee12bc2
commit 60c2839553
5 changed files with 395 additions and 1 deletions
@@ -41,6 +41,13 @@
<code class="mt-1 block break-all text-xs text-slate-700">{{ $device->device_token }}</code>
@if ($device->type === 'kiosk')
<a href="{{ route('frontdesk.kiosk.device', $device->device_token) }}" target="_blank" class="mt-2 inline-block text-sm text-indigo-700 hover:underline">Open kiosk URL</a>
@if (! empty($kioskQrSvg))
<div class="mt-4 rounded-xl border border-slate-200 bg-white p-4 text-center">
<p class="text-sm font-medium text-slate-900">Provision Ladill Kiosk app</p>
<p class="mt-1 text-xs text-slate-500">Scan with the tablet on first boot to link this device.</p>
<div class="mx-auto mt-3 inline-block">{!! $kioskQrSvg !!}</div>
</div>
@endif
@endif
</div>
@endif