- 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
900 B
JSON
1 line
No EOL
900 B
JSON
{"rustc":1100337564441796057,"features":"[\"alloc\", \"default\", \"dev_urandom_fallback\"]","declared_features":"[\"alloc\", \"default\", \"dev_urandom_fallback\", \"less-safe-getrandom-custom-or-rdrand\", \"less-safe-getrandom-espidf\", \"slow_tests\", \"std\", \"test_logging\", \"unstable-testing-arm-no-hw\", \"unstable-testing-arm-no-neon\", \"wasm32_unknown_unknown_js\"]","target":13947150742743679355,"profile":2241668132362809309,"path":6926717436266054018,"deps":[[5491919304041016563,"build_script_build",false,17182810315157114629],[7667230146095136825,"cfg_if",false,9793909483107332223],[8995469080876806959,"untrusted",false,12757137793819241273],[11023519408959114924,"getrandom",false,12706574675121461432]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ring-902cb0c866bab1de/dep-lib-ring","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |