- 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 KiB
JSON
1 line
No EOL
1 KiB
JSON
{"rustc":1100337564441796057,"features":"[\"bytes\", \"default\", \"fs\", \"io-util\", \"libc\", \"mio\", \"net\", \"rt\", \"socket2\", \"sync\", \"time\"]","declared_features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-uring\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"taskdump\", \"test-util\", \"time\", \"tokio-macros\", \"tracing\", \"windows-sys\"]","target":9605832425414080464,"profile":7508124752878485869,"path":17446693715475193455,"deps":[[2251399859588827949,"pin_project_lite",false,6419963538135239511],[3870702314125662939,"bytes",false,12570097044945647744],[9156379307790651767,"mio",false,17224308789252986785],[10947645248417156337,"socket2",false,4879790243249705624],[17159683253194042242,"libc",false,3427308883897593106]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-0fe68980fe0c2ec7/dep-lib-tokio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |