mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-25 05:52:34 +00:00
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:
parent
afb97dbc53
commit
559c6ad94a
4 changed files with 638 additions and 0 deletions
|
|
@ -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',
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue