eInk_dashboard

(★ 48)

Python-based server to display an Home Assistant dashboard on low end and obsolete hardware. It works best on eInk displays.

File Explorer

  • .dockerignore
  • .env.example
  • .gitignore
  • app.py
  • CLAUDE.md
  • docker-compose.yml
  • dockerfile
  • LICENSE
  • Makefile
  • pyproject.toml
  • README.md
  • uv.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker compose

View Details ▼

Run and manage multi container Docker applications.

docker compose ps

List all running containers:

docker compose up {{[-d|--detach]}}

Create and start all containers in the background using a `docker-compose.yml` file from the current directory:

docker compose up --build

Start all containers, rebuild if necessary:

// repository documentation