git-contextor
v1.3.0
Published
A code context tool with vector search and real-time monitoring, with optional Git integration.
Downloads
39
Maintainers
Readme
Maintainer / Impressum
🚇 Tunnel Integration
Git Contextor integrates with tunnel.corrently.cloud for secure public sharing:
Quick Setup
# Get your JWT token from https://tunnel.corrently.cloud
export CORRENTLY_TUNNEL_API_KEY=your_jwt_token
# Start Git Contextor
git-contextor serve
# Create secure tunnel (in another terminal)
git-contextor tunnel start --service correntlyFeatures
- ✅ Secure HTTPS tunnels via tunnel.corrently.cloud
- ✅ JWT token authentication
- ✅ Automatic reconnection with tunnel client
- ✅ 8-hour tunnel lifetime with easy renewal
- ✅ Custom subdomains (paid plans)
- ✅ Git Contextor sharing integration
Commands
git-contextor tunnel start # Create and start tunnel
git-contextor tunnel status # Check tunnel status
git-contextor tunnel stop # Stop active tunnel
git-contextor tunnel list # List all tunnels
git-contextor tunnel test # Test connectionSee TUNNEL_INTEGRATION.md for complete documentation.
