From ff07022f1cc3df5e9709be8c087530cb4eb241b0 Mon Sep 17 00:00:00 2001 From: clawbot Date: Tue, 17 Mar 2026 05:06:13 -0700 Subject: [PATCH] chore: delete dead templates/index.html The template was removed from the template map and is no longer rendered, but the file was still on disk and embedded via //go:embed *.html. Remove it to complete the cleanup. --- templates/index.html | 67 -------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 77c0307..0000000 --- a/templates/index.html +++ /dev/null @@ -1,67 +0,0 @@ -{{template "base" .}} - -{{define "title"}}Home - Webhooker{{end}} - -{{define "content"}} -
-
-

Welcome to Webhooker

-

A reliable webhook proxy service for event delivery

-
- -
- -
-
-
- - - - - -
-
-

Server Status

- Online -
-
-
-
-

Uptime

-

{{.Uptime}}

-
-
-

Version

-

{{.Version}}

-
-
-
- - -
-
-
- - - -
-
-

Users

-

Registered accounts

-
-
-
-

{{.UserCount}}

-

Total users

-
-
-
- - {{if not .User}} -
-

Ready to get started?

- Login to your account -
- {{end}} -
-{{end}}