chore: initial project setup with AI usage dashboard for Codex and Devin

Add FastAPI-based monitoring dashboard with support for Codex CLI and Devin API v3 Enterprise consumption tracking. Includes Docker deployment, systemd service configuration, kiosk mode launcher, comprehensive documentation, and demo mode for testing without credentials.
This commit is contained in:
2026-09-18 11:34:33 +02:00
commit 58eab24258
24 changed files with 1309 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
HOST=0.0.0.0
PORT=8080
CODEX_ENABLED=true
CODEX_COMMAND=codex
CODEX_TIMEOUT=8
DEVIN_ENABLED=true
DEVIN_API_KEY=
DEVIN_API_URL=https://api.devin.ai
DEVIN_ORG_ID=
DEVIN_USER_ID=
DEVIN_TIMEOUT=8
PROVIDER_CACHE_TTL=8
REFRESH_INTERVAL=10
TIMEZONE=Europe/Vienna
DEMO_MODE=false