feat(system): health-Endpoint liefert jetzt hostname + OS + kernel

- /system/health gibt zusätzlich hostname, os (PRETTY_NAME aus
  /etc/os-release) und kernel (/proc/version, ohne Build-Details) zurück
- Settings-Seite: SystemHealth-Interface erweitert, System-Info-Card
  zeigt Hostname, Betriebssystem und Kernel-Version an (conditional,
  nur wenn vorhanden)
- Nützlich beim Verwalten mehrerer Boxen — ohne SSH sofort sehen
  welches System gerade geöffnet ist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-25 06:43:56 +02:00
parent cfb0e9ed01
commit c99b0cef4c
8 changed files with 39 additions and 6 deletions

View File

@@ -517,6 +517,9 @@
"systemInfo": "System",
"version": "Version",
"status": "Status",
"hostname": "Hostname",
"os": "OS",
"kernel": "Kernel",
"dbSize": "PostgreSQL DB size",
"dbSizeTop": "Top tables",
"upgradeStatusCardTitle": "Last upgrade attempt",