mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-16 07:56:38 +08:00
refactor: 移除 ttyd 扩展的“用户凭据”功能
This commit is contained in:
@@ -302,8 +302,6 @@ export interface TtydConfig {
|
||||
port: number;
|
||||
/** Shell to execute */
|
||||
shell: string;
|
||||
/** Credential in format "user:password" (optional) */
|
||||
credential?: string;
|
||||
}
|
||||
|
||||
/** gostc configuration (NAT traversal based on FRP) */
|
||||
@@ -659,7 +657,6 @@ export interface TtydConfigUpdate {
|
||||
enabled?: boolean;
|
||||
port?: number;
|
||||
shell?: string;
|
||||
credential?: string;
|
||||
}
|
||||
|
||||
/** Simple ttyd status for console view */
|
||||
|
||||
Reference in New Issue
Block a user