Release 0.10
Added
-
Instance Removal via SSH: Delete instances using
ssh /rm/instance.project@hostorssh /remove/instance.project@hostcommands- Force deletion with
/rm-f/or/remove-force/to skip confirmation - Requires root host user for security
- Automatically handles ephemeral instance cleanup
- Shows instance details before confirmation
- Force deletion with
-
Login String Explanation: New
/explain/command decodes complex login strings- Example:
ssh /explain/root@myinstance.default@hostshows parsed components - Helps troubleshooting and onboarding
- Example:
Improved
- NixOS Compatibility: SSH authentication now checks
/etc/ssh/authorized_keys.d/<user>in addition to~/.ssh/authorized_keys - Non-Root Operation: Auto-detects process owner instead of hardcoding "root" as default host user for authentication
- Web UI Reliability: Fixed empty instance list display when no containers are running
- Image Selection: Web UI now supports selecting images from local or remote repositories
- OS Detection: Enhanced OS detection for better web UI display of instance information
- Config Viewer: Read-only CodeMirror modal for viewing multi-line configuration values
- Terminal Font: Bundled monospace nerd font for consistent terminal/editor rendering