- Cargo workspace with hiy-server (axum 0.7 + sqlx SQLite + tokio) - SQLite schema: apps, deploys, env_vars (inline migrations, no daemon) - Background build worker: sequential queue, streams stdout/stderr to DB - REST API: CRUD for apps, deploys, env vars; GitHub webhook with HMAC-SHA256 - SSE endpoint for live build log streaming - Monospace HTMX-free dashboard: app list + per-app detail, log viewer, env editor - builder/build.sh: clone/pull → detect strategy (Dockerfile/buildpack/static) → docker build → swap container → update Caddy via admin API → prune images - infra/docker-compose.yml + Dockerfile.server for local dev (no Pi needed) - proxy/Caddyfile: auto-HTTPS off for local, comment removed for production - .env.example Compiles clean (zero warnings). Run locally: cp .env.example .env && cargo run --bin hiy-server https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
1 line
No EOL
1.3 KiB
JSON
1 line
No EOL
1.3 KiB
JSON
{"rustc":1100337564441796057,"features":"[\"futures-core\", \"futures-util\", \"log\", \"make\", \"pin-project-lite\", \"sync_wrapper\", \"tokio\", \"tracing\", \"util\"]","declared_features":"[\"balance\", \"buffer\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project-lite\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"sync_wrapper\", \"timeout\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"tracing\", \"util\"]","target":12249542225364378818,"profile":2241668132362809309,"path":12252179516521655917,"deps":[[302948626015856208,"futures_core",false,10057092378592569665],[784494742817713399,"tower_service",false,10939210287113132397],[2251399859588827949,"pin_project_lite",false,10351643127767646692],[2517136641825875337,"sync_wrapper",false,6689044014277853247],[5898568623609459682,"futures_util",false,4987711780844382854],[7712452662827335977,"tower_layer",false,5334542338229868470],[13298363700532491723,"tokio",false,10003856421399296503],[14757622794040968908,"tracing",false,16698440308770492251]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-18e2548e5a4f074d/dep-lib-tower","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |