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

53 lines
1.4 KiB
JSON
Executable File

{
"name": "Rego Tunnel",
"id": "rego-tunnel-linux",
"available": true,
"short_desc": "Rego VPN client container 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.",
"tipi_version": 1,
"version": "latest",
"source": "local",
"exposable": true,
"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"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}