Hostityourself/server
Claude 5bc1948f1a
feat: make repo URL optional when creating an app
Useful for git-push-only deploys where no external repo URL is needed.
- CreateApp.repo_url: String → Option<String>
- DB schema default: repo_url TEXT NOT NULL DEFAULT ''
- UI validation no longer requires the field
- Label marked (optional) in the form

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-24 10:37:17 +00:00
..
src feat: make repo URL optional when creating an app 2026-03-24 10:37:17 +00:00
Cargo.toml feat: HTTP git push with API key auth 2026-03-23 12:59:02 +00:00