500459a60188fbe5489f3db648e1dc6e80ad05c1
Health-API
FastAPI system monitoring and remote control service for the smol-pie.
Features
- GET
/status: Public endpoint for CPU, Temperature, Memory, and Network stats. - POST
/led/blink: Protected endpoint (x-tokenheader required) to trigger the LED flash. - GET
/health: Simple health check.
Deployment
Runs inside a Docker container.
docker compose up -d- Ensure a local
.envfile exists withLUNA_API_TOKEN.
Description
Languages
Python
74.6%
Dockerfile
25.4%