- 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.5 KiB
JSON
1 line
No EOL
1.5 KiB
JSON
{"rustc":1100337564441796057,"features":"[\"alloc\", \"ansi\", \"default\", \"env-filter\", \"fmt\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"registry\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"tracing\", \"tracing-log\"]","declared_features":"[\"alloc\", \"ansi\", \"chrono\", \"default\", \"env-filter\", \"fmt\", \"json\", \"local-time\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"parking_lot\", \"regex\", \"registry\", \"serde\", \"serde_json\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"time\", \"tracing\", \"tracing-log\", \"tracing-serde\", \"valuable\", \"valuable-serde\", \"valuable_crate\"]","target":4817557058868189149,"profile":15960269462403795582,"path":2914965097377877562,"deps":[[1017461770342116999,"sharded_slab",false,3604203883990766168],[1359731229228270592,"thread_local",false,10686380903151006212],[3621165330500844947,"regex_automata",false,7643143374118241775],[3666196340704888985,"smallvec",false,8336929863614042330],[5599393681448432053,"nu_ansi_term",false,7039322589767742359],[5855319743879205494,"once_cell",false,13964674197140661538],[10806489435541507125,"tracing_log",false,14895911687143763757],[14757622794040968908,"tracing",false,16698440308770492251],[16023452927926505185,"tracing_core",false,13939402169117771039],[18218885586351977002,"matchers",false,5757858515814373262]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-subscriber-b506e16c6f33b25c/dep-lib-tracing_subscriber","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |