mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-19 07:15:21 +00:00
Add crud for browser targets
This commit is contained in:
@@ -602,6 +602,7 @@ export const browserGatewayTarget = sqliteTable("browserGatewayTarget", {
|
||||
onDelete: "cascade"
|
||||
})
|
||||
.notNull(),
|
||||
authToken: text("authToken").notNull(),
|
||||
type: text("type").notNull(), // "ssh", "rdp", "vnc"
|
||||
destination: text("destination").notNull(),
|
||||
destinationPort: integer("destinationPort").notNull()
|
||||
|
||||
Reference in New Issue
Block a user