Hostityourself/target/debug/.fingerprint/axum-5235307ac8fa651c/lib-axum.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
2.3 KiB
JSON

{"rustc":1100337564441796057,"features":"[\"default\", \"form\", \"http1\", \"json\", \"macros\", \"matched-path\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\"]","declared_features":"[\"__private_docs\", \"default\", \"form\", \"http1\", \"http2\", \"json\", \"macros\", \"matched-path\", \"multipart\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","target":13920321295547257648,"profile":2241668132362809309,"path":2716385866137931980,"deps":[[784494742817713399,"tower_service",false,10939210287113132397],[1363051979936526615,"memchr",false,17497015279712524296],[2251399859588827949,"pin_project_lite",false,10351643127767646692],[2517136641825875337,"sync_wrapper",false,6689044014277853247],[2620434475832828286,"http",false,8265322711328205183],[3632162862999675140,"tower",false,2818410078749423691],[3870702314125662939,"bytes",false,10594806789398570289],[4160778395972110362,"hyper",false,16341665274649821819],[4359148418957042248,"axum_core",false,4648817264845667737],[5898568623609459682,"futures_util",false,4987711780844382854],[6803352382179706244,"percent_encoding",false,3974473224592303547],[7712452662827335977,"tower_layer",false,5334542338229868470],[7940089053034940860,"axum_macros",false,11529454526274644560],[9678799920983747518,"matchit",false,12181415366665986895],[9938278000850417404,"itoa",false,13168959672838141200],[10229185211513642314,"mime",false,15240299046776187353],[11976082518617474977,"hyper_util",false,10664244267239372553],[13298363700532491723,"tokio",false,10003856421399296503],[13548984313718623784,"serde",false,7258488454141222367],[13795362694956882968,"serde_json",false,5098141450793485],[14084095096285906100,"http_body",false,10917613269447607183],[14156967978702956262,"rustversion",false,11075716685802352396],[14757622794040968908,"tracing",false,16698440308770492251],[14814583949208169760,"serde_path_to_error",false,15555086987690551478],[16542808166767769916,"serde_urlencoded",false,14830422893645078870],[16611674984963787466,"async_trait",false,15241337909000608979],[16900715236047033623,"http_body_util",false,6591719642866526944]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-5235307ac8fa651c/dep-lib-axum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}