fix: Several bug fixes for terminals, server stats, and general feature improvements
This commit is contained in:
@@ -72,6 +72,9 @@ export const sshData = sqliteTable("ssh_data", {
|
||||
autostartKeyPassword: text("autostart_key_password"),
|
||||
|
||||
credentialId: integer("credential_id").references(() => sshCredentials.id),
|
||||
overrideCredentialUsername: integer("override_credential_username", {
|
||||
mode: "boolean",
|
||||
}),
|
||||
enableTerminal: integer("enable_terminal", { mode: "boolean" })
|
||||
.notNull()
|
||||
.default(true),
|
||||
|
||||
Reference in New Issue
Block a user