Render and push an app to a Tidbyt display
3.7K
This is a dockerized build of tidbyt/pixlet with a helpful script that builds and pushes an app to a Tidbyt device.
docker run --rm \
-e PIXLET_API_TOKEN=<YOUR API TOKEN> \
-e PIXLET_INSTALLATION_ID=<YOUR APP NAME> \
-e PIXLET_DEVICE_ID=<YOUR DEVICE ID> \
-v example.star:/app.star \
-t mdouglas/pixlet-push:latest
PIXLET_API_TOKEN: The API token retrieved from the mobile appPIXLET_DEVICE_ID: The Device ID retrieved from the mobile app (on the same screen as the API token)PIXLET_INSTALLATION_ID: The unique name of your app that will appear in the app when it's pushedContent type
Image
Digest
sha256:efa493f5f…
Size
215.6 MB
Last updated
over 3 years ago
docker pull mdouglas/pixlet-push