A few quick steps to get this site ready.
Used for the dashboard header and QR / absolute links.
Turn features on or off. Changes to routes take effect after the app restarts.
{{ p.provisioning_note.note }}
Creates in shopdb: {{ t }}
Schema: {{ p.provisioning_note.docs }}
No optional plugins found.
Paste these into .env and restart the app (secrets are not stored in the database):
{{ envLines }}
Upload your facility blueprint (light and dark), and set its native pixel size.
Seed the lookup data a new site needs: statuses, types, permissions, and a short list of common vendors. Both are idempotent - safe to run more than once.
This does not create any assets. The site starts empty and assets are loaded afterwards via the import API, so an empty dashboard here is expected.
Statuses, machine/location/relationship types, permissions, default settings. Run this if you installed without the CLI seed.
Dell, HP, Lenovo, and other common hardware vendors.
{{ seedResult }}
You can change any of this later under Settings. Finish to go to the dashboard.