patrick
ce78f0ae95
Feature: Disk-ID Namen + SMART-Daten on demand im VdevTree
...
- Backend: get_disk_id_map() liest /dev/disk/by-id/ dynamisch aus (ata/nvme/scsi/wwn)
- Backend: _annotate_disk_ids() hängt disk_id an Leaf-Vdevs in get_pool_status()
- Backend: get_smart_info() liest smartctl --json (Modell, Temp, Health, Stunden, Sektoren)
- Backend: GET /api/pools/disks/{disk}/smart Endpoint
- Frontend: DiskRow zeigt Modellname neben sda/sdb, aufklappbar für SMART-Details
- Frontend: Temp-Spalte farbcodiert (grün/gelb/rot), SMART-Spalte zeigt PASSED/FAILED
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-05 09:36:36 +02:00
patrick
202fdfaaeb
Feature: VdevTree rekursiv + Disk-Aktionen (Offline/Online/Detach/Clear)
...
- VdevTree rendert jetzt alle Ebenen (pool → mirror → sda/sdb)
- Disk-⋮-Menü: Clear Disk Errors, Offline, Online, Detach
- Backend: neue Endpoints /disk/offline, /disk/online, /disk/detach
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-05 00:51:34 +02:00
patrick
6f6e8555af
Feature: ZFS Pool-Aktionen (Scrub, Resilver, Clear Errors) + Product-Spalte fix
...
- Backend: neue Endpoints POST /api/pools/{name}/clear und /resilver
- Frontend: Pool ⋮-Menü mit Scrub, Resilver, Clear Errors
- Product-Spalte im Status-Tab bricht jetzt korrekt um statt abgeschnitten zu werden
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-05 00:45:35 +02:00
Claude Code
6d74d874b6
ZMB Webui: Complete Project – Rebrand & Initial Clean Commit
...
ARCHITECTURE
============
Backend: FastAPI + uvicorn (port 8000)
- JWT authentication with PAM system users
- ZFS CLI wrapper with caching (30-60s TTL)
- WebSocket pool status broadcaster (30s interval)
- Services: auth, zfs_runner, file_manager, shares, identities, system_info
- Routers: pools, datasets, snapshots, shares, identities, navigator, system
Frontend: Next.js 15 + TypeScript (static export)
- Incremental Static Regeneration (ISR) for weak hardware
- Type-safe API client (lib/api.ts)
- Dark mode + custom Tailwind theme
- Pages: Dashboard, Login, Snapshots, Datasets, Shares, etc.
DEPLOYMENT
==========
Test Target: 192.168.1.179:8090 (Debian LXC)
Production: 10.66.120.3:9090 (Raspberry Pi 4GB ARM64)
Updater: Automated Gitea-based deployment (update-test.sh, update-pi.sh)
FEATURES COMPLETED
==================
Phase 3a: Dashboard Quick Stats (System, CPU, Memory, Storage)
- Real-time stats with color-coded progress bars
- Responsive grid layout (mobile: 1, tablet: 2, desktop: 4 columns)
- ISR-optimized for fast loads on weak hardware
REBRANDING
==========
Renamed throughout:
- Project: 'ZFS Manager' → 'ZMB Webui'
- Services: 'zfs-manager' → 'zmb-webui'
- Systemd units: zfs-manager-backend → zmb-webui-backend
- Configuration files and documentation
Co-Authored-By: Patrick <patrick@perlbach24.de >
2026-04-22 00:43:05 +02:00