Skip to content

A REST API to retrieve Raspberry Pi's hardware stats

Notifications You must be signed in to change notification settings

punparin/homelab-pi-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homelab-pi-stats

Setup development environment

virtualenv venv
source venv/bin/activate.fish
pip install -r requirements.txt

Environment vars

# .env
ENV=local

Local development

# Run on machine
python src/main.py

# Run on docker
earthly +compose-up
earthly +compose-down

Release

earthly --build-arg TAG=<TAG> --push +release

About

A REST API to retrieve Raspberry Pi's hardware stats

Resources

Stars

Watchers

Forks

Packages

No packages published