TailPass
5 months ago
- #Docker
- #TCP-forwarding
- #Tailscale
- Tailpass is a Tailscale-powered TCP port forwarding tool for secure network bridging.
- It simplifies connecting web servers, SSH, databases, and other TCP services without complex configurations.
- Components include a Go backend, Vue.js frontend, and PostgreSQL database, all containerized with Docker Compose.
- Quick setup involves cloning the repo and running `docker compose up --build`.
- Services include Frontend (http://localhost:8000), Backend (http://localhost:8082), and Database (localhost:5432).
- Supports binding to localhost, Tailscale IP, or all interfaces for flexible access.
- Future improvements: GUI refinements, health checks, JWT authentication, ORM integration, and deployment optimizations.
- Planned features: service management controls, real-time container metrics, and configurable alerts.