<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ship.git/ship-new, branch main</title>
<subtitle>Deploy to your VPS in one command</subtitle>
<id>https://code.northwest.io/ship.git/atom?h=main</id>
<link rel='self' href='https://code.northwest.io/ship.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/'/>
<updated>2026-02-17T16:11:44+00:00</updated>
<entry>
<title>Clean up obsolete docs and binaries</title>
<updated>2026-02-17T16:11:44+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=c50f5c5feb7e2b4c43fe3f54a31d853fb828ff04'/>
<id>urn:sha1:c50f5c5feb7e2b4c43fe3f54a31d853fb828ff04</id>
<content type='text'>
Removed:
- GIT_AND_GOMOD_PLAN.md (old planning)
- PLAN_v0.2.0.md (old planning)
- PROGRESS.md (v2 progress tracking, complete)
- TODO.md (all items fixed)
- ship-new binary (added to gitignore)
</content>
</entry>
<entry>
<title>Preserve existing Caddyfiles on redeploy</title>
<updated>2026-02-17T16:09:34+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=b976b147e2e5e34b940c69fee7d7c121e12cd9a8'/>
<id>urn:sha1:b976b147e2e5e34b940c69fee7d7c121e12cd9a8</id>
<content type='text'>
Don't overwrite Caddyfile if it already exists. This preserves
manual customizations (NIP-05 routes, custom headers, etc.).

First deploy generates Caddyfile, subsequent deploys leave it alone.
</content>
</entry>
<entry>
<title>Show custom domains in ship list and status</title>
<updated>2026-02-17T16:06:00+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=c1b0bb8b149a251a5802557a8d8ab649170a83ad'/>
<id>urn:sha1:c1b0bb8b149a251a5802557a8d8ab649170a83ad</id>
<content type='text'>
Read actual domain from Caddyfile instead of assuming subdomain.
Works for both apps and static sites.
</content>
</entry>
<entry>
<title>Fix port collision bug, add --container-port flag</title>
<updated>2026-02-17T15:59:50+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T15:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=d97bb6f53eefd2139115d39bca7e17d565222472'/>
<id>urn:sha1:d97bb6f53eefd2139115d39bca7e17d565222472</id>
<content type='text'>
Port allocation:
- Use atomic flock-based allocation via /etc/ship/next_port
- Prevents race conditions when multiple deploys run concurrently
- Each app still gets its port stored in /etc/ship/ports/&lt;name&gt;

Docker container port:
- Add --container-port flag (default 80)
- Template now uses {{.ContainerPort}} instead of hardcoded 80
- Supports containers that listen on 8080, 3000, etc.
</content>
</entry>
<entry>
<title>Remove v1 code, simplify state to just base_domain</title>
<updated>2026-02-17T15:54:26+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T15:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=6b2c04728cd914f27ae62c1df0bf5df24ac9a628'/>
<id>urn:sha1:6b2c04728cd914f27ae62c1df0bf5df24ac9a628</id>
<content type='text'>
- Delete all v1 commands (deploy, init, list, status, remove, etc.)
- Delete v1 env/ and host/ subcommand directories
- Simplify state.go: remove NextPort, Apps, AllocatePort, etc.
- Local state now only tracks default_host + base_domain per host
- Ports and deploys are tracked on the server (/etc/ship/ports/)
- host init now creates minimal state.json
</content>
</entry>
<entry>
<title>Add --domain flag to v2 CLI flags</title>
<updated>2026-02-17T01:03:35+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T01:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=1abcef3197371c47c67c9238ab8ba9b185355d94'/>
<id>urn:sha1:1abcef3197371c47c67c9238ab8ba9b185355d94</id>
<content type='text'>
</content>
</entry>
</feed>
