Files
runtipi/apps/rego-tunnel-linux/config.json
alexz eafbfca68f
Some checks failed
Test / test (push) Has been cancelled
upload current sources
2025-12-24 19:22:56 +00:00

32 lines
773 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": "vpnpass"
}
],
"supported_architectures": [
"amd64"
]
}