upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-24 19:22:56 +00:00
parent 154b2bdd2c
commit eafbfca68f
5 changed files with 64 additions and 266 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "Rego Tunnel",
"name": "Rego Tunnel Linux",
"id": "rego-tunnel-linux",
"available": true,
"short_desc": "Rego VPN client container with noVNC.",
"short_desc": "Cisco Secure Client VPN with noVNC.",
"author": "alexz",
"port": 8806,
"categories": [
"utilities",
"network"
],
"description": "OpenConnect-SSO VPN running in an isolated namespace with noVNC for first-time SSO reconnects.",
"description": "Cisco Secure Client VPN running in a container with noVNC for GUI access.",
"tipi_version": 1,
"version": "latest",
"source": "local",
@@ -17,37 +17,15 @@
"dynamic_config": true,
"no_gui": false,
"form_fields": [
{
"label": "VPN URL",
"type": "text",
"env_variable": "OC_URL",
"required": true,
"default": "https://vpn.rego.net/Employees"
},
{
"label": "VNC Password",
"type": "password",
"env_variable": "VNC_PASSWORD",
"required": true,
"default": "Az@83278327$$@@"
},
{
"label": "Server Certificate",
"type": "text",
"env_variable": "OC_SERVERCERT",
"required": true,
"default": "pin-sha256:HyHob3LiVmIp8ch9AzHJ9jMYqI43tO5N13oWeBLiZ/0="
},
{
"label": "Username",
"type": "text",
"env_variable": "OC_USER",
"required": true,
"default": "alex.zaw@rego.net"
"default": "vpnpass"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}
}