{{define "hosts.html"}} {{.Title}} · TAPM {{template "topbar" .}}

Privacy-minimized fleet registry

ProxMenu hosts.

Each installation reports its hostname and a random installation ID. No machine ID, MAC address, username, VM inventory, credential, or command output is collected.

Verified means the same installation ID has completed a successful deployment-code exchange.

{{range .FleetHosts}}
{{if .Hostname}}{{.Hostname}}{{else}}Unknown hostname{{end}} Installation {{shortInstallationID .InstallationID}} {{if .VerifiedAt.Valid}}Verified{{else}}Unverified{{end}} First seen {{formatTime .FirstSeenAt}}
{{if .ProxMenuVersion}}{{.ProxMenuVersion}}{{else}}Unknown version{{end}} {{if .GitCommit}}Commit {{shortCommit .GitCommit}}{{end}}
{{if .PVEVersion}}{{.PVEVersion}}{{else}}Unknown PVE{{end}} {{.OSVersion}}{{if .Architecture}} · {{.Architecture}}{{end}} {{if .KernelVersion}}Kernel {{.KernelVersion}}{{end}} {{if .Clustered}}Clustered{{else}}Standalone{{end}}
{{.LastEvent}} · {{.LastResult}} {{if isStale .LastSeenAt}}Stale{{else}}Current{{end}} {{formatTime .LastSeenAt}} {{if .LastErrorCode}}Error: {{.LastErrorCode}}{{end}}
{{else}}

No ProxMenu installations have registered yet.

{{end}}
{{end}}