feat: add Mac host to dashboard terminal
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 2m15s

Add a dedicated Mac terminal target with separate SSH host/user/key settings and mount a dedicated Mac key file for dashboard containers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-03-05 23:51:19 +08:00
parent 4af7bc4946
commit 4f95f0249d
5 changed files with 16 additions and 0 deletions
@@ -6,6 +6,7 @@
{ id: "nas", label: "NAS" },
{ id: "vps", label: "VPS" },
{ id: "caddy-vps", label: "Caddy VPS" },
{ id: "mac", label: "Mac" },
{ id: "claude-dev", label: "Claude Dev" },
];