fix(rego-tunnel): Remove Traefik basic auth
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-16 19:55:48 +00:00
parent 21bbeef579
commit 865a96c2ec
3 changed files with 3 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
"dynamic_config": true,
"id": "rego-tunnel",
"description": "Cisco Secure Client VPN in Docker with noVNC web UI for accessing Rego environments. No VM overhead.",
"tipi_version": 4,
"tipi_version": 5,
"version": "5.1.14.145",
"categories": ["utilities"],
"short_desc": "Cisco VPN tunnel to Rego environments (native Docker, no VM)",
@@ -65,15 +65,6 @@
"required": false,
"env_variable": "VNC_PASSWORD",
"default": "cisco123"
},
{
"type": "text",
"label": "Basic Auth Users",
"hint": "Traefik basic auth users string (htpasswd format). Use generate-traefik-basicauth.sh to create.",
"placeholder": "user:$$apr1$$hash",
"required": false,
"env_variable": "BASICAUTH_USERS",
"default": ""
}
],
"supported_architectures": ["amd64"]