| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix port collision bug, add --container-port flag | Clawd | 7 hours | 3 | -25/+39 |
| * | Remove v1 code, simplify state to just base_domain | Clawd | 7 hours | 24 | -2760/+3 |
| * | Add --domain flag to v2 CLI flags | Clawd | 22 hours | 1 | -0/+1 |
| * | Add --domain flag support to v2 deploy | Clawd | 22 hours | 2 | -2/+9 |
| * | feat: auto-generate SSH key and guide auth setup in host init | Clawd | 41 hours | 1 | -2/+82 |
| * | fix: set ownership before rsync for Docker deploy | Clawd | 44 hours | 1 | -0/+7 |
| * | fix: split sudo commands to fix ownership for rsync upload | Clawd | 44 hours | 1 | -2/+8 |
| * | fix: Caddy install permission issue with gpg dearmor | Clawd | 44 hours | 1 | -3/+4 |
| * | fix: resolve build errors with v1 code | Clawd | 44 hours | 2 | -13/+10 |
| * | feat(v2): wire up v2 as default interface | Clawd | 44 hours | 1 | -2/+14 |
| * | feat(v2): implement list, status, logs, remove commands | Clawd | 44 hours | 2 | -47/+345 |
| * | feat(v2): implement ship host init with JSON output | Clawd | 44 hours | 2 | -24/+371 |
| * | feat(v2): implement deploy flows | Clawd | 44 hours | 2 | -45/+366 |
| * | feat(v2): add CLI structure and deploy orchestration | Clawd | 45 hours | 2 | -0/+405 |
| * | fix: use project directory for static site .ship/ folder | Clawd | 46 hours | 1 | -4/+7 |
| * | Add backwards compatibility for existing binary deployments | bndw | 3 days | 1 | -7/+11 |
| * | Store deployment configs locally for binary deployments | bndw | 3 days | 1 | -36/+88 |
| * | Add cgit web interface for browsing repos | bndw | 3 days | 1 | -4/+20 |
| * | Remove --module flag, add --public, make hooks smarter | bndw | 7 days | 2 | -48/+76 |
| * | Harden security: name validation, scoped sudoers, safe.directory | bndw | 7 days | 11 | -7/+71 |
| * | Fix Docker apt source write permission in host init | bndw | 9 days | 1 | -1/+1 |
| * | Add git-centric deployment with Docker builds and vanity imports | bndw | 9 days | 10 | -32/+577 |
| * | Move deploy implementation to deploy.go | bndw | 2026-01-25 | 3 | -679/+682 |
| * | Preserve existing config when updating apps and static sites | bndw | 2026-01-25 | 1 | -180/+215 |
| * | Refactor deploy functions to use DeployOptions struct | bndw | 2026-01-25 | 1 | -84/+107 |
| * | Add examples to help text | bndw | 2026-01-25 | 1 | -1/+18 |
| * | Add CPU and memory limits for apps | bndw | 2026-01-25 | 2 | -4/+136 |
| * | Add auto-generated subdomain feature | bndw | 2026-01-24 | 6 | -19/+141 |
| * | Add ASCII art banner and improve help text | bndw | 2026-01-24 | 1 | -3/+22 |
| * | Rename project from deploy to ship | bndw | 2026-01-24 | 19 | -43/+43 |
| * | Add reboot prompt to host update command | bndw | 2026-01-24 | 1 | -4/+17 |
| * | Restructure CLI with Cobra | bndw | 2026-01-23 | 23 | -1483/+1450 |
| * | Add VPS management commands: vps, vps-update, vps-ssh | bndw | 2026-01-23 | 2 | -0/+244 |
| * | Make deploy the default action and require --binary | bndw | 2026-01-23 | 2 | -35/+20 |
| * | Move default host from config file to state.json | bndw | 2026-01-23 | 5 | -106/+72 |
| * | Add deploy command and fix static site naming | bndw | 2026-01-23 | 8 | -0/+1959 |