-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
priority: highImportant for MVP completionImportant for MVP completionstatus: readyReady to claim and work onReady to claim and work on
Milestone
Description
Description:
Handle corporate proxies, VPNs, and network configurations automatically.
Purpose:
- Work behind corporate firewalls
- Auto-detect proxy settings
- Handle authentication
- Offline mode graceful degradation
Requirements:
- Detect system proxy settings
- Support HTTP/HTTPS/SOCKS proxies
- Handle proxy authentication
- VPN compatibility testing
- Offline mode detection
- Fallback strategies
Example:
# Auto-detect and configure
cortex install docker
🔍 Detected proxy: http://proxy.company.com:8080
🔐 Proxy authentication required
✅ Configured apt for proxy usage
📦 Installing docker...Acceptance Criteria:
- Auto-detect system proxy settings
- Support authenticated proxies
- Handle VPN connections
- Offline mode detection
- Fallback to cached packages
- Tests for various network configs
- Documentation
Skills: Python, networking, system configuration
Bounty: $50 upon merge
Priority: High - Enterprise requirement
Metadata
Metadata
Assignees
Labels
priority: highImportant for MVP completionImportant for MVP completionstatus: readyReady to claim and work onReady to claim and work on