- Add backend API to export decrypted host data
- Export plaintext passwords and SSH keys for portability
- Require data access authentication for security
- Update warning messages to reflect plaintext export
Fixes#254
- Detect UTF-8 decode failures (replacement characters)
- Auto-fallback to latin1 for non-UTF-8 locales
- Fixes garbled characters on servers without UTF-8 support
Fixes#282
- Parse available space from df output instead of showing total
- Add availableHuman field to disk metrics response
- Update frontend to display actual available space
Fixes#313