Build MVP with Pi installer and atomic updates

This commit is contained in:
2026-07-31 18:17:27 +02:00
parent e575ed2b2f
commit c52def7c37
35 changed files with 7762 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
NODE_ENV=production
HOST=127.0.0.1
PORT=8787
DATABASE_PATH=/var/lib/pi-car-companion/companion.db
SESSION_TTL_HOURS=24
COOKIE_SECURE=false
# Comma-separated exact origins. Set when the dashboard is served by another origin.
ALLOWED_ORIGINS=http://mg4pi.local:8787
UPDATE_STATUS_PATH=/var/lib/pi-car-companion/update-status.json
VERSION_FILE=/opt/pi-car-companion/current/REVISION