Skip to content

Release 0.10

Latest

Choose a tag to compare

@arthurpro arthurpro released this 16 Feb 03:29

Release 0.10

Added

  • Instance Removal via SSH: Delete instances using ssh /rm/instance.project@host or ssh /remove/instance.project@host commands

    • 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
  • Login String Explanation: New /explain/ command decodes complex login strings

    • Example: ssh /explain/root@myinstance.default@host shows parsed components
    • Helps troubleshooting and onboarding

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