- docker
- docker-compose
- Connect your Hantek PSU to your computer (or Raspberry Pi). See here for options to connect.
- Download compose.yml
- Run
docker compose up -d
in the same directory - Navigate to http://localhost:8000 (or
http://<ip address>:8000
if connecting remotely)
If you DO NOT have the psu connected, replace devices
section from compose.dev.yml with
environment:
- NO_DEVICE=1
docker compose -f compose.dev.yml up -d --build
UI will run on http://localhost:5173 API runs on http://localhost:8000