feat: support URL routes to open terminal directly (#156) #503
Reference in New Issue
Block a user
Delete Branch "feat/url-terminal-route"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/terminal/{hostNameOrId}route for new format/hosts/{id}/terminalfor backward compatibilityAlso includes build fixes for merge conflict artifacts in dev-1.10.1.
Test plan
/terminal/123→ opens terminal for host with ID 123/terminal/myserver→ opens terminal for host named "myserver"/hosts/123/terminal→ legacy format still worksCloses https://github.com/Termix-SSH/Support/issues/156