- Add newproject, ssh, templates commands for full project scaffolding
- Add homelab SSH, Caddy, port, and proxy_host fields to Config
- Fix dotEnvExample: use container-internal port (3000/8000/8080) not host port
- Fix caddySnippet: use configurable proxy_host instead of localhost
- Fix dockerComposeTemplate: add build: path so image-less deploys work
- Commit gtea.exe binary
gtea clone <repo> or <owner/repo> — clones with auth baked in
gtea list — shows all your repos with visibility and URL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Connects the current directory to a new Gitea repo — creates the remote,
adds the origin, and pushes. Sanitizes the folder name to meet Gitea's
AlphaDashDot naming rules.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Go CLI that wraps the Gitea API and git to create repos, commit,
push, and pull without leaving the terminal.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>