From 5861e465a2ccf31d87ea25ac145770786f9cc96e Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 24 Jan 2026 09:48:34 -0800 Subject: Rename project from deploy to ship - Rename module to github.com/bdw/ship - Rename cmd/deploy to cmd/ship - Update all import paths - Update config path from ~/.config/deploy to ~/.config/ship - Update VPS env path from /etc/deploy to /etc/ship - Update README, Makefile, and docs --- cmd/ship/templates/webui.html | 440 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 440 insertions(+) create mode 100644 cmd/ship/templates/webui.html (limited to 'cmd/ship/templates') diff --git a/cmd/ship/templates/webui.html b/cmd/ship/templates/webui.html new file mode 100644 index 0000000..052d599 --- /dev/null +++ b/cmd/ship/templates/webui.html @@ -0,0 +1,440 @@ + + + + + + Deploy - Web UI + + + +
+

Deploy Web UI

+

Manage your VPS deployments

+
+ +
+ {{if not .Hosts}} +
+

No deployments found

+

Use the CLI to deploy your first app or static site

+
+ {{else}} + {{range .Hosts}} +
+
+

{{.Host}}

+
+
+ {{range .Apps}} +
+
+
{{.Name}}
+
{{.Type}}
+
+ +
+
Domain
+ +
+ + {{if eq .Type "app"}} +
+
Port
+
{{.Port}}
+
+ {{end}} + +
+ {{if eq .Type "app"}} + + {{end}} + + {{if .Env}} + + {{end}} +
+
+ {{end}} +
+
+ {{end}} + {{end}} + +
+ Refresh the page to see latest changes +
+
+ + + + + + + -- cgit v1.2.3