Files
runtipi/apps/rego-tunnel-linux/config.json
Alex Zaw 6b7efbe1da
Some checks failed
Test / test (push) Has been cancelled
upload current sources
2025-12-24 18:06:55 +00:00

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"]
}