localxpose/LocalXpose Tunnel
Create secure tunnels for webhooks, integration testing, and development environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| port | Local port to expose | yes | — |
| token | LocalXpose token (can also use LX_ACCESS_TOKEN env var) | no | "" |
| type | Tunnel type (currently only http is supported) | no | http |
| region | Tunnel region (us, eu, ap) | no | us |
| subdomain | Request a specific subdomain (requires subscription) | no | "" |
| pr-comment | Post tunnel URL as a PR comment | no | false |
| pr-comment-name | Display name for this tunnel in PR comment | no | "" |
| github-token | GitHub token for PR comments (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| url | Public tunnel URL |
| hostname | Tunnel hostname (without protocol) |
| status | Tunnel status (running, failed) |