Hostityourself/target/debug/.fingerprint/sqlx-sqlite-73807203313fc51b/lib-sqlx_sqlite.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.5 KiB
JSON

{"rustc":1100337564441796057,"features":"[\"chrono\", \"json\", \"migrate\", \"offline\", \"serde\"]","declared_features":"[\"any\", \"chrono\", \"json\", \"migrate\", \"offline\", \"regexp\", \"serde\", \"time\", \"uuid\"]","target":5285666887510670045,"profile":2225463790103693989,"path":3033533328889912190,"deps":[[302948626015856208,"futures_core",false,5921818700210734564],[996810380461694889,"sqlx_core",false,9740606732319349441],[1528297757488249563,"url",false,5736739954665983094],[1996688857878793156,"urlencoding",false,10647412042569510925],[3646857438214563691,"futures_intrusive",false,1630780101788669988],[3856126590694406759,"chrono",false,12087041780103299479],[4656928804077918400,"flume",false,5902189283246911102],[5898568623609459682,"futures_util",false,17801240984382603148],[6803352382179706244,"percent_encoding",false,2768327918347940553],[9128867168860799549,"futures_channel",false,3714819622980314378],[10630857666389190470,"log",false,1839016741376424616],[11564048663401192931,"libsqlite3_sys",false,11498070100207389501],[13548984313718623784,"serde",false,11769525119481107062],[14757622794040968908,"tracing",false,15308499173917526210],[17106256174509013259,"atoi",false,4466666898283252584],[18054922619297524099,"futures_executor",false,5309721715790260720]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-sqlite-73807203313fc51b/dep-lib-sqlx_sqlite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}