- 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.4 KiB
JSON
1 line
No EOL
1.4 KiB
JSON
{"rustc":1100337564441796057,"features":"[\"any\", \"chrono\", \"json\", \"migrate\", \"serde\"]","declared_features":"[\"any\", \"chrono\", \"json\", \"migrate\", \"offline\", \"regexp\", \"serde\", \"time\", \"uuid\"]","target":5285666887510670045,"profile":2241668132362809309,"path":3033533328889912190,"deps":[[302948626015856208,"futures_core",false,10057092378592569665],[996810380461694889,"sqlx_core",false,5651179257947407782],[1528297757488249563,"url",false,524807227103924],[1996688857878793156,"urlencoding",false,16035840792052222086],[3646857438214563691,"futures_intrusive",false,2188317868985383517],[3856126590694406759,"chrono",false,9610984107987171216],[4656928804077918400,"flume",false,8744355216094196493],[5898568623609459682,"futures_util",false,4987711780844382854],[6803352382179706244,"percent_encoding",false,3974473224592303547],[9128867168860799549,"futures_channel",false,3273144089370533308],[10630857666389190470,"log",false,14545844074156574761],[11564048663401192931,"libsqlite3_sys",false,11645437618275290425],[13548984313718623784,"serde",false,7258488454141222367],[14757622794040968908,"tracing",false,16698440308770492251],[17106256174509013259,"atoi",false,1199506708850534866],[18054922619297524099,"futures_executor",false,6730569696172218216]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-sqlite-df922ef8735d9e67/dep-lib-sqlx_sqlite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |