<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ship.git, branch agent-mode</title>
<subtitle>Deploy to your VPS in one command</subtitle>
<id>https://code.northwest.io/ship.git/atom?h=agent-mode</id>
<link rel='self' href='https://code.northwest.io/ship.git/atom?h=agent-mode'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/'/>
<updated>2026-02-17T16:09:53+00:00</updated>
<entry>
<title>Mark custom Caddyfile support as fixed</title>
<updated>2026-02-17T16:09:53+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=05ea98df57599775c1d5bfea336012b075531670'/>
<id>urn:sha1:05ea98df57599775c1d5bfea336012b075531670</id>
<content type='text'>
</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>Mark custom domains in list as fixed</title>
<updated>2026-02-17T16:06:15+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=21e6aa97a56ad8c494feef066dc0970cf4b94b4f'/>
<id>urn:sha1:21e6aa97a56ad8c494feef066dc0970cf4b94b4f</id>
<content type='text'>
</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>Update TODO: mark port collision and container port as fixed</title>
<updated>2026-02-17T16:00:11+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T16:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=c11e0ed6edd10e48780fb965b8d5b730d53b81a0'/>
<id>urn:sha1:c11e0ed6edd10e48780fb965b8d5b730d53b81a0</id>
<content type='text'>
</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>Mark TODO #2 as fixed</title>
<updated>2026-02-17T15:54:42+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=3e34265c8a6ea1ec300f987206afb25bad645677'/>
<id>urn:sha1:3e34265c8a6ea1ec300f987206afb25bad645677</id>
<content type='text'>
</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>Update TODO #2: simplify local state, remove v1 cruft</title>
<updated>2026-02-17T15:51:44+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T15:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=5e5de4ea1aa98f75d470e4a61644d4b9f100c4b0'/>
<id>urn:sha1:5e5de4ea1aa98f75d470e4a61644d4b9f100c4b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TODO: support custom Caddyfile in repo</title>
<updated>2026-02-17T02:51:54+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-17T02:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/ship.git/commit/?id=1f9c91c4d7152751190bb17a37f2f8724e4cad7b'/>
<id>urn:sha1:1f9c91c4d7152751190bb17a37f2f8724e4cad7b</id>
<content type='text'>
</content>
</entry>
</feed>
