GitDeployHub

half-shot/pxlha

github.com/half-shot/pxlha ↗
Rust
5 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • HASS_TOKEN secret A home assistant long-lived token.
  • HASS_HOST The home assistant hostname
  • HASS_PORT The home assistant port
  • HASS_ENTITY_ID The entity ID of the light
  • PAUSE_DURATION How long to pause between snapshots of the display, in milliseconds
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/half-shot/pxlha
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/half-shot/pxlha
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/half-shot/pxlha
← Try another repo