Secure HTTP tunneling service - Expose local services to the internet (like ngrok) with automatic Let's Encrypt certificates.
Quick test (testing only, may be unavailable):
docker run -it --rm ghcr.io/arch7tect/exposeme-client:latest \
--server-url "wss://exposeme.org/tunnel-ws" \
--token "uoINplvTSD3z8nOuzcDC5JDq41sf4GGELoLELBymXTY=" \
--tunnel-id "your-tunnel" \
--local-target "http://host.docker.internal:8080"
Your local service at http://localhost:8080 will be available at https://your-tunnel.exposeme.org
Dashboard: https://exposeme.org
Github: https://github.com/arch7tect/exposeme/
v1.5.0
Changes
- Switched protocol serialization from bincode to bitcode (breaking)
v1.4.63
Changes
- Added structured logging with contextual messages