cmd: print current version name on cmd and Via header

This commit is contained in:
WeebDataHoarder
2025-04-23 20:44:51 +02:00
parent 57755112ea
commit cb02fb20e9
3 changed files with 19 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ type Settings struct {
Backends map[string]http.Handler
PrivateKeySeed []byte
Debug bool
MainName string
MainVersion string
PackageName string
ChallengeTemplate string
ChallengeTemplateTheme string