Hostityourself/target/debug/.fingerprint/hiy-server-142fae3ae856a906/bin-hiy-server.json
Claude 8f5bb158cb
M1: Rust control plane, builder, dashboard, and infra
- 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
2026-03-19 08:25:59 +00:00

1 line
No EOL
1.3 KiB
JSON

{"rustc":1100337564441796057,"features":"[]","declared_features":"[]","target":1404758878810453209,"profile":17672942494452627365,"path":746648054797942320,"deps":[[530211389790465181,"hex",false,2243910101092430431],[1188017320647144970,"async_stream",false,1310923863127887839],[3405707034081185165,"dotenvy",false,17058469166184170488],[3856126590694406759,"chrono",false,9610984107987171216],[4093251733041599906,"futures",false,3659751564647797145],[4891297352905791595,"axum",false,8935058822753383118],[5380358770761950913,"tracing_subscriber",false,4145030315900396109],[6804519996442711849,"uuid",false,9386520070988329589],[9209347893430674936,"hmac",false,17738950415346336677],[9857275760291862238,"sha2",false,17428103969246653081],[10632374999838431203,"sqlx",false,10191887331358044781],[12478428894219133322,"anyhow",false,456931581894421734],[13298363700532491723,"tokio",false,10003856421399296503],[13548984313718623784,"serde",false,7258488454141222367],[13795362694956882968,"serde_json",false,5098141450793485],[14435908599267459652,"tower_http",false,3602556476893017024],[14757622794040968908,"tracing",false,16698440308770492251]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hiy-server-142fae3ae856a906/dep-bin-hiy-server","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}