No description
- TypeScript 100%
Bundles a `.claude/skills/nginx/` SKILL.md describing the `@user/nginx/stream` model (init/configure methods, port-map syntax, SSH/Docker prerequisites) and the `configure-proxy` workflow so agents have first-class context when this extension is installed. Adds `skills: [nginx]` to manifest.yaml and bumps the version. |
||
|---|---|---|
| .claude/skills/nginx | ||
| .swamp/workflows | ||
| extensions/models | ||
| workflows/configure-proxy | ||
| .gitignore | ||
| .swamp.yaml | ||
| CLAUDE.md | ||
| manifest.yaml | ||
| README.md | ||
@keeb/nginx
Swamp extension for nginx stream proxy configuration over SSH.
Models
nginx/stream
Configure nginx as a TCP/UDP stream proxy on a remote host.
| Method | Description |
|---|---|
init |
Bootstrap the nginx stream proxy directory structure |
configure |
Write a stream proxy config for a backend service and reload nginx |
Workflows
| Workflow | Description |
|---|---|
configure-proxy |
Configure nginx stream proxy for a backend service |
Dependencies
- @keeb/ssh — SSH helpers (
lib/ssh.ts)
Install
swamp extension pull @keeb/nginx
License
MIT