UNPKG

git-contextor

Version:

A code context tool with vector search and real-time monitoring, with optional Git integration.

51 lines (42 loc) 1.33 kB
## Maintainer / Impressum <addr> STROMDAO GmbH <br/> Gerhard Weiser Ring 29 <br/> 69256 Mauer <br/> Germany <br/> <br/> +49 6226 968 009 0 <br/> <br/> dev@stromdao.com <br/> <br/> Handelsregister: HRB 728691 (Amtsgericht Mannheim)<br/> <br/> https://stromdao.de/<br/> </addr> ## 🚇 Tunnel Integration Git Contextor integrates with **tunnel.corrently.cloud** for secure public sharing: ### Quick Setup ```bash # 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 corrently ``` ### Features -**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 ```bash 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 connection ``` See [TUNNEL_INTEGRATION.md](TUNNEL_INTEGRATION.md) for complete documentation.