mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache.
This commit is contained in:
@@ -0,0 +1,279 @@
|
||||
{
|
||||
"name" : "rdp",
|
||||
"forms" : [
|
||||
|
||||
{
|
||||
"name" : "network",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "port",
|
||||
"type" : "NUMERIC"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "authentication",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "username",
|
||||
"type" : "USERNAME"
|
||||
},
|
||||
{
|
||||
"name" : "password",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "domain",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "security",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "rdp", "tls", "nla", "any" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-auth",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "ignore-cert",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "basic-parameters",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "initial-program",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "client-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "server-layout",
|
||||
"type" : "ENUM",
|
||||
"options" : [
|
||||
"",
|
||||
"en-us-qwerty",
|
||||
"fr-fr-azerty",
|
||||
"de-de-qwertz",
|
||||
"it-it-qwerty",
|
||||
"ja-jp-qwerty",
|
||||
"sv-se-qwerty",
|
||||
"failsafe"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "console",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "display",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "width",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "height",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "dpi",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "color-depth",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "8", "16", "24", "32" ]
|
||||
},
|
||||
{
|
||||
"name" : "resize-method",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "reconnect", "display-update" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "device-redirection",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "console-audio",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-audio",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-printing",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-drive",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "drive-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-drive-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "static-channels",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "performance",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-wallpaper",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-theming",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-font-smoothing",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-full-window-drag",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-desktop-composition",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-menu-animations",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "remoteapp",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "remote-app",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "remote-app-dir",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "remote-app-args",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "preconnection-pdu",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "preconnection-id",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "preconnection-blob",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-sftp",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "sftp-hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-port",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-username",
|
||||
"type" : "USERNAME"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-password",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-private-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-directory",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"name" : "ssh",
|
||||
"forms" : [
|
||||
|
||||
{
|
||||
"name" : "network",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "port",
|
||||
"type" : "NUMERIC"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "authentication",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "username",
|
||||
"type" : "USERNAME"
|
||||
},
|
||||
{
|
||||
"name" : "password",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "private-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "passphrase",
|
||||
"type" : "PASSWORD"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "display",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "color-scheme",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
|
||||
},
|
||||
{
|
||||
"name" : "font-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "font-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "session",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "command",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "typescript",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "typescript-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "typescript-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-typescript-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-sftp",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"name" : "telnet",
|
||||
"forms" : [
|
||||
|
||||
{
|
||||
"name" : "network",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "port",
|
||||
"type" : "NUMERIC"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "authentication",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "username",
|
||||
"type" : "USERNAME"
|
||||
},
|
||||
{
|
||||
"name" : "password",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "password-regex",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "display",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "color-scheme",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
|
||||
},
|
||||
{
|
||||
"name" : "font-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "font-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "typescript",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "typescript-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "typescript-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-typescript-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"name" : "vnc",
|
||||
"forms" : [
|
||||
|
||||
{
|
||||
"name" : "network",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "port",
|
||||
"type" : "NUMERIC"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "authentication",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "password",
|
||||
"type" : "PASSWORD"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "display",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "read-only",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "swap-red-blue",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "cursor",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "local", "remote" ]
|
||||
},
|
||||
{
|
||||
"name" : "color-depth",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "8", "16", "24", "32" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-encoding",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "ISO8859-1", "UTF-8", "UTF-16", "CP1252" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "repeater",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "dest-host",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "dest-port",
|
||||
"type" : "NUMERIC"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-sftp",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "sftp-hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-port",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-username",
|
||||
"type" : "USERNAME"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-password",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-private-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-directory",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "audio",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-audio",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "audio-servername",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user