Commit Graph
5 Commits
Author SHA1 Message Date
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
Matt 72105a7085 Fix keyring Entry::new_with_target argument count 2026-07-29 18:31:50 +00:00
Matt dbe3c8d2a1 Add username/password login with keyring-backed credential storage
- Dual-mode auth dialog: username/password (default) + API token fallback
- Proxmox ticket-based auth via POST /access/ticket
- OS keyring integration for secure credential persistence
- Auto-open login dialog on launch when unauthenticated
- Auth state tracking with auto-refresh support
2026-07-29 18:27:27 +00:00
mbatchelder 084b64872e Initial commit: Proxmox Desktop client with VNC console, WebSocket proxy, and Tauri shell 2026-07-29 14:09:49 -04:00
Matt e675d7b6af Initial commit 2026-07-29 13:47:45 +00:00