4 Commits
Author SHA1 Message Date
Matt 039ac6f9d3 feat: add PBS datastore management and harden macOS keychain storage
Add Proxmox Backup Server datastore management: overview, datastore detail, download/prune/verify/GC dialogs, usePbs hook, backend commands, and tests.

Fix macOS keychain re-writes failing with 'item already exists': replace keyring 3 with keyring-core plus per-platform stores (macOS Keychain, Windows Credential Manager, Linux keyutils), recover by deleting the stale item and retrying once, and surface actionable messages for locked keychains.
2026-08-13 01:02:33 +00:00
Matt 20dd2dc449 feat: add marketing site and expand Proxmox management features 2026-08-10 14:33:06 +00:00
Matt 27b9aeb45e chore: rename app from ProxmoxDesktop to Clustri 2026-08-10 00:00:59 +00:00
Matt 535ba5e189 Add Tauri v2 capabilities for event.listen and shell permissions
Without a capabilities file, Tauri v2 denies event.listen by default,
causing the WebSocket hook to fail and preventing data loading.
2026-07-29 18:35:05 +00:00