summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 57deebc..57a33ad 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,6 +23,20 @@
23 23
24## Other TODOs 24## Other TODOs
25 25
26### ship list should show custom domains
27**Problem:** `ship list` shows internal names (e.g., `ship-593a3d`) but not the actual custom domain mappings (e.g., `checkyourinfo.com`).
28
29**Desired:** Show the actual domain in the URL column when `--domain` was used.
30
31### Port allocation collision bug
32**Problem:** Ship can allocate the same port to multiple deployments, causing containers to fail with exit code 125.
33
34**Example:** Both len.to and checkyourinfo.com were assigned port 9000.
35
36**Fix:** Check if port is actually in use before allocating.
37
38---
39
26### ship host init doesn't create local state.json 40### ship host init doesn't create local state.json
27**Problem:** After `ship host init`, the local `~/.config/ship/state.json` isn't created with the base_domain. Deploys fail with "HOST_NOT_CONFIGURED". 41**Problem:** After `ship host init`, the local `~/.config/ship/state.json` isn't created with the base_domain. Deploys fail with "HOST_NOT_CONFIGURED".
28 42