@simbatech/simbatechsite
v1.0.4
Published
Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains
Maintainers
Readme
Simbatechsite
Simple localhost tunneling powered by Cloudflare
Installation
npm install -g @simbatech/simbatechsiteQuick Start
# Authenticate (first time only)
simbatechsite auth
# Expose port 3000
simbatechsite 3000
# With custom subdomain
simbatechsite 3000 -s myapp
# → https://myapp.simbatech.siteCLI Options
simbatechsite <port> [options]| Option | Description |
|--------|-------------|
| -s, --subdomain | Custom subdomain |
| -t, --timeout | Timeout in hours (default: 4, 0 = unlimited) |
| -h, --help | Show help |
| auth | Authenticate with token |
| logout | Remove saved token |
Examples
# Unlimited duration
simbatechsite 3000 -s myapp -t 0
# Custom timeout (2 hours)
simbatechsite 8080 --timeout 2Features
- ⚡ Instant setup
- 🔒 HTTPS via Cloudflare
- 🌐 Custom subdomains
- 💻 Cross-platform (Windows, macOS, Linux)
Credits
Based on nport
License
MIT
