Releases: javidahmed64592/pi-dashboard
Releases · javidahmed64592/pi-dashboard
pi-dashboard 0.1.0
Pi Dashboard v0.1.0
A FastAPI-based Raspberry Pi dashboard.
Quick Start
# Download and extract
wget https://github.com/javidahmed64592/pi-dashboard/releases/download/v0.1.0/pi-dashboard_0.1.0.tar.gz
tar -xzf pi-dashboard_0.1.0.tar.gz
cd pi-dashboard_0.1.0
# Set up environment variables
cp .env.example .env
# Run the container using Docker Compose
docker compose up -dAccess Points
- Web Application: https://localhost:443
- API Server: https://localhost:443/api
- Swagger UI: https://localhost:443/api/docs
- ReDoc: https://localhost:443/api/redoc