ExposeME v1.4.20: Secure HTTP Tunneling with Rust & Leptos WebAssembly UI

⚓ Rust    📅 2025-09-21    👤 surdeus    👁️ 6      

surdeus

Warning

This post was published 41 days ago. The information described in this article may have changed.

Expose local services to the internet through secure WebSocket tunnels. Built entirely in Rust with a modern Leptos WASM dashboard for real-time monitoring.

What's New in v1.4.20:

  • Modern Leptos WASM UI with TailwindCSS styling
  • Real-time traffic visualization and metrics charts
  • Enhanced certificate management with ACME renewal controls
  • Professional dashboard with server status monitoring

Key Features:

  • Binary protocol over WebSocket for efficient tunneling
  • Automatic Let's Encrypt SSL with DNS provider support
  • Real-time metrics dashboard built with Leptos
  • Docker support with single-command setup

Quick Test (no setup required):
docker run -it --rm arch7tect/exposeme-client:latest
--server-url "wss://exposeme.org/tunnel-ws"
--token "uoINplvTSD3z8nOuzcDC5JDq41sf4GGELoLELBymXTY="
--tunnel-id "my-tunnel"
--local-target "http://host.docker.internal:3000"

Access your service at: https://my-tunnel.exposeme.org/

GitHub: GitHub - arch7tect/exposeme: Secure HTTP tunneling solution written in Rust that exposes local services to the internet

Built with: Rust, Leptos, Tokio, Hyper

1 post - 1 participant

Read full topic

🏷️ Rust_feed