mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 03:59:41 +00:00
fix: separate Docker API port from SSH port, add SSH credential UI, fix compose_dir routing
This commit is contained in:
@@ -7,10 +7,14 @@ export interface Node {
|
||||
type: 'local' | 'remote';
|
||||
host: string;
|
||||
port: number;
|
||||
ssh_port: number;
|
||||
compose_dir: string;
|
||||
is_default: boolean;
|
||||
status: 'online' | 'offline' | 'unknown';
|
||||
created_at: number;
|
||||
ssh_user?: string;
|
||||
ssh_password?: string;
|
||||
ssh_key?: string;
|
||||
}
|
||||
|
||||
interface NodeContextType {
|
||||
|
||||
Reference in New Issue
Block a user