Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engageintellect/pi-dashboard-docker
A live dashboard client, server, and integrated database implementation using Sveltekit, TailwindCSS, Python, PocketBase, and Docker.
https://github.com/engageintellect/pi-dashboard-docker
daisyui docker docker-compose fastapi nginx python raspberry-pi sveltekit ubuntu uvicorn websockets
Last synced: about 2 months ago
JSON representation
A live dashboard client, server, and integrated database implementation using Sveltekit, TailwindCSS, Python, PocketBase, and Docker.
- Host: GitHub
- URL: https://github.com/engageintellect/pi-dashboard-docker
- Owner: engageintellect
- Created: 2024-04-29T04:57:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:59:20.000Z (9 months ago)
- Last Synced: 2024-10-26T18:46:23.995Z (3 months ago)
- Topics: daisyui, docker, docker-compose, fastapi, nginx, python, raspberry-pi, sveltekit, ubuntu, uvicorn, websockets
- Language: Svelte
- Homepage: https://pi.engage-dev.com:8443/docker/
- Size: 6.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-dashboard-docker
[![image](/pi-dashboard.png)](https://pi.engage-dev.com:8443/docker/)
## Description
This project is a dockerized version of the [pi-dashboard](https://github.com/engageintellect/pi) project.
## Features
- **Client**
- Server status
- Server uptime
- CPU usage
- Memory usage
- Disk usage
- Open Ports
- Running Processes
- Available updates
- **Server** (Python [FastAPI](https://fastapi.tiangolo.com/))
- API's for client dashboard
- Websocket for real-time updates
- **PB** [Pocketbase](https://pocketbase.io)
- Database for storing server data## Getting Started
### Clone the repository
```bash
git clone https://github.com/engageintellect/pi-dashboard-docker.git
cd pi-dashboard-docker
```### Server
Copy `/app/server/.env.example` to `/app/server/.env` and fill in your values.
### Client
Copy `/app/client/.env.example` to `/app/client/.env` and fill in your values.
### Run docker container
```bash
docker compose up --build -d
```