Skip to content

cdaringe/eink-dashboard

Repository files navigation

eink-dashboard

Applications to support generating and hosting content for an e-ink dashboard.

Looking for the firmware? See cdaringe/eink-dashboard-firmware.

Here's an example dashboard:

usage

This project is largely meant to be forked, edited and run. Some of this may be refactored to be more "librarified". Until then, here's the scoop:

run

  • (optional) install rad (e.g. curl -fsSL https://raw.githubusercontent.com/cdaringe/rad/main/assets/install.sh | sh)
  • rad dockerRun, or, just good ol' the docker compose up --build --force-recreate
    • Out of the box it won't do much until you configure things. Please see the #develop

develop

Please see the docs in apps/dashboard-host/readme.md!