mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
1.1 KiB
JSON
22 lines
1.1 KiB
JSON
{
|
|
"name": "noVNC",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support.",
|
|
"website": "https://github.com/kanaka/noVNC",
|
|
"matches": [
|
|
{
|
|
"module": "Auto",
|
|
"text": "<div id=\"VNC_status_bar\" class=\"VNC_status_bar\" style=\"margin-top: 0px;\">"
|
|
},
|
|
{
|
|
"module": "Auto",
|
|
"regexp": "(?-mix:<html>[\\s]+<!-- [\\s]+noVNC Example: Automatically connect on page load\\.[\\s]+Copyright \\(C\\) (20[\\d]{2}) Joel Martin[\\s]+Licensed under LGPL-3 \\(see LICENSE\\.txt\\)[\\s]+Connect parameters are provided in query string:[\\s]+http:\\/\\/example\\.com\\/\\?host=HOST&port=PORT&encrypt=1&true_color=1[\\s]+-->[\\s]+<head>[\\s]+<title>noVNC<\\/title>)"
|
|
},
|
|
{
|
|
"module": "Simple",
|
|
"regexp": "(?-mix:<html>[\\s]+<!-- [\\s]+noVNC example: simple example using default UI[\\s]+Copyright \\(C\\) (20[\\d]{2}) Joel Martin[\\s]+Licensed under LGPL-3 \\(see LICENSE\\.txt\\)[\\s]+-->[\\s]+<head>[\\s]+<title>noVNC<\\/title>)"
|
|
}
|
|
]
|
|
}
|