diff --git a/apps/cistech-tunnel/config.json b/apps/cistech-tunnel/config.json index fb64998..24cbe7f 100755 --- a/apps/cistech-tunnel/config.json +++ b/apps/cistech-tunnel/config.json @@ -1,24 +1,24 @@ { - "name": "Rego Tunnel", + "name": "cistech Tunnel", "available": true, "port": 6080, "exposable": true, "dynamic_config": true, - "id": "rego-tunnel", - "description": "Cisco Secure Client VPN in Docker with noVNC web UI for accessing Rego environments. Native Docker - no VM overhead.", + "id": "cistech-tunnel", + "description": "Cisco Secure Client VPN in Docker with noVNC web UI for accessing cistech environments. Native Docker - no VM overhead.", "tipi_version": 6, "version": "5.1.14.145", "categories": [ "utilities" ], - "short_desc": "Cisco VPN tunnel to Rego environments (native Docker)", + "short_desc": "Cisco VPN tunnel to cistech environments (native Docker)", "author": "alexz", "source": "https://git.alexzaw.dev/alexz/runtipi", "form_fields": [ { "type": "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", "required": false, "env_variable": "VPN_EMAIL", @@ -27,7 +27,7 @@ { "type": "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": "", "required": false, "env_variable": "VPN_PASSWORD", @@ -36,7 +36,7 @@ { "type": "text", "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": "", "required": false, "env_variable": "VPN_TOTP_SECRET",