This project is a dockerized version of the pi-dashboard project.
- Client
- Server status
- Server uptime
- CPU usage
- Memory usage
- Disk usage
- Open Ports
- Running Processes
- Available updates
- Server (Python FastAPI)
- API's for client dashboard
- Websocket for real-time updates
- PB Pocketbase
- Database for storing server data
git clone https://github.com/engageintellect/pi-dashboard-docker.git
cd pi-dashboard-dockerCopy /app/server/.env.example to /app/server/.env and fill in your values.
Copy /app/client/.env.example to /app/client/.env and fill in your values.
docker compose up --build -d