feat(skills): add optional pinggy-tunnel skill

Zero-install localhost tunnels over SSH via Pinggy. Covers HTTP/HTTPS,
TCP, TLS, access control (basic auth / bearer / IP whitelist), header
manipulation (CORS, force-HTTPS), web debugger, Pro token mode, and four
composite recipes (webhook receiver, MCP server exposure, local LLM
endpoint share, dev-server quick-share with one-shot password).

Closes #361
This commit is contained in:
teknium1 2026-05-15 22:14:47 -07:00 committed by Teknium
parent afb97dbc53
commit 559c6ad94a
4 changed files with 638 additions and 0 deletions

View file

@ -423,6 +423,7 @@ const sidebars: SidebarsConfig = {
items: [
'user-guide/skills/optional/devops/devops-cli',
'user-guide/skills/optional/devops/devops-docker-management',
'user-guide/skills/optional/devops/devops-pinggy-tunnel',
'user-guide/skills/optional/devops/devops-watchers',
],
},