.
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-17 14:25:26 +00:00
parent 239179931c
commit 6f6538fa73

View File

@@ -1,24 +1,24 @@
{ {
"name": "Rego Tunnel", "name": "cistech Tunnel",
"available": true, "available": true,
"port": 6080, "port": 6080,
"exposable": true, "exposable": true,
"dynamic_config": true, "dynamic_config": true,
"id": "rego-tunnel", "id": "cistech-tunnel",
"description": "Cisco Secure Client VPN in Docker with noVNC web UI for accessing Rego environments. Native Docker - no VM overhead.", "description": "Cisco Secure Client VPN in Docker with noVNC web UI for accessing cistech environments. Native Docker - no VM overhead.",
"tipi_version": 6, "tipi_version": 6,
"version": "5.1.14.145", "version": "5.1.14.145",
"categories": [ "categories": [
"utilities" "utilities"
], ],
"short_desc": "Cisco VPN tunnel to Rego environments (native Docker)", "short_desc": "Cisco VPN tunnel to cistech environments (native Docker)",
"author": "alexz", "author": "alexz",
"source": "https://git.alexzaw.dev/alexz/runtipi", "source": "https://git.alexzaw.dev/alexz/runtipi",
"form_fields": [ "form_fields": [
{ {
"type": "email", "type": "email",
"label": "VPN Email", "label": "VPN Email",
"hint": "Email address for VPN SSO login (configured in /shared/cisco-vpn script)", "hint": "Email address for VPN SSO login (configured in /shared/openconnect-vpn script)",
"placeholder": "your-email@company.com", "placeholder": "your-email@company.com",
"required": false, "required": false,
"env_variable": "VPN_EMAIL", "env_variable": "VPN_EMAIL",
@@ -27,7 +27,7 @@
{ {
"type": "password", "type": "password",
"label": "VPN Password", "label": "VPN Password",
"hint": "Password for VPN SSO login (configured in /shared/cisco-vpn script)", "hint": "Password for VPN SSO login (configured in /shared/openconnect-vpn script)",
"placeholder": "", "placeholder": "",
"required": false, "required": false,
"env_variable": "VPN_PASSWORD", "env_variable": "VPN_PASSWORD",
@@ -36,7 +36,7 @@
{ {
"type": "text", "type": "text",
"label": "TOTP Secret", "label": "TOTP Secret",
"hint": "Base32 TOTP secret for 2FA (configured in /shared/cisco-vpn script)", "hint": "Base32 TOTP secret for 2FA (configured in /shared/openconnect-vpn script)",
"placeholder": "", "placeholder": "",
"required": false, "required": false,
"env_variable": "VPN_TOTP_SECRET", "env_variable": "VPN_TOTP_SECRET",