{{define "content"}}

System Information

{{with .SystemInfo}}
Keywarden Version
{{appVersion}} {{if updateAvailable}} {{latestVersion}} verfügbar {{end}}
Runtime Environment
{{if eq .Runtime "Docker"}} Docker {{else}} Native {{end}}
Architecture
{{.Arch}}
Operating System
{{.OS}}
Hostname
{{.Hostname}}
Memory (Allocated)
{{.MemAlloc}}
Memory (System)
{{.MemSys}}
CPU Cores
{{.NumCPU}}
Goroutines
{{.NumGoroutine}}
Go Version
{{.GoVersion}}
Uptime
{{.Uptime}}
Timezone
{{.Timezone}}
Encryption
AES-256-GCM
License
AGPLv3
{{end}}
{{end}}