feat: add development mode flag HACI_DEV and PTP status fields in API/UI

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-22 12:46:27 +01:00
parent ee4a5a3630
commit d8eb1f9824
6 changed files with 115 additions and 1 deletions

View file

@ -8,8 +8,15 @@ services:
- RUST_LOG=info
- MOCK_TEENSY=1
- HACI_SERIAL_PORT=/dev/ttyACM0
- HACI_DEV=1
- RUN_STATIME=1
- PTP_INTERFACE=eth0
ports:
- "8080:8080"
volumes:
- ./static:/app/static:ro
cap_add:
- NET_ADMIN
- SYS_NICE
- SYS_TIME
restart: unless-stopped