27 lines
707 B
JSON
27 lines
707 B
JSON
{
|
|
"name": "Rego Tunnel Linux",
|
|
"id": "rego-tunnel-linux",
|
|
"available": true,
|
|
"short_desc": "Cisco Secure Client VPN container with noVNC for Rego environments.",
|
|
"author": "alexz",
|
|
"port": 8806,
|
|
"categories": ["utilities", "network"],
|
|
"description": "Cisco Secure Client VPN running in an isolated 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": "vpnpass"
|
|
}
|
|
],
|
|
"supported_architectures": ["amd64"]
|
|
}
|