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/deploy/templates/webui.html | 440 ---------------------------------------- 1 file changed, 440 deletions(-) delete mode 100644 cmd/deploy/templates/webui.html (limited to 'cmd/deploy/templates/webui.html') diff --git a/cmd/deploy/templates/webui.html b/cmd/deploy/templates/webui.html deleted file mode 100644 index 052d599..0000000 --- a/cmd/deploy/templates/webui.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - 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