39 lines
965 B
JSON
Executable File
39 lines
965 B
JSON
Executable File
{
|
|
"name": "Rego Tunnel Linux",
|
|
"id": "rego-tunnel-linux",
|
|
"available": true,
|
|
"short_desc": "Cisco Secure Client VPN with noVNC.",
|
|
"author": "alexz",
|
|
"port": 8806,
|
|
"categories": [
|
|
"utilities",
|
|
"network"
|
|
],
|
|
"description": "Cisco Secure Client VPN running in a container with noVNC for GUI access.",
|
|
"tipi_version": 1,
|
|
"version": "latest",
|
|
"source": "local",
|
|
"exposable": true,
|
|
"dynamic_config": true,
|
|
"no_gui": false,
|
|
"form_fields": [
|
|
{
|
|
"label": "VNC Password",
|
|
"type": "password",
|
|
"env_variable": "VNC_PASSWORD",
|
|
"required": true,
|
|
"default": "Az@83278327$$@@"
|
|
},
|
|
{
|
|
"label": "APP Port",
|
|
"type": "number",
|
|
"env_variable": "NOVNC_PORT",
|
|
"required": true,
|
|
"default": 8806
|
|
}
|
|
],
|
|
"supported_architectures": [
|
|
"amd64"
|
|
]
|
|
}
|