Sign inSign up

mdouglas/pixlet-push

By mdouglas

•Updated over 3 years ago

Render and push an app to a Tidbyt display

Image
2

3.7K

mdouglas/pixlet-push repository overview

⁠pixlet-push

This is a dockerized build of tidbyt/pixlet⁠ with a helpful script that builds and pushes an app to a Tidbyt⁠ device.

⁠Example

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

⁠Environment Variables

  • PIXLET_API_TOKEN: The API token retrieved from the mobile app
  • PIXLET_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 pushed

Tag summary

Content type

Image

Digest

sha256:efa493f5f…

Size

215.6 MB

Last updated

over 3 years ago

docker pull mdouglas/pixlet-push