Homeport
Self-hosted remote development environment. Access your dev servers from anywhere.
Quick Start
curl -fsSL https://raw.githubusercontent.com/ryanmish/homeport/main/scripts/bootstrap.sh | bash The Problem
You want to code from anywhere—your iPad, a borrowed laptop, your phone. But setting up remote development is a mess of SSH tunnels, port forwarding, and security configs. Homeport handles all of it with one install script: browser-based VS Code, automatic port exposure, and Cloudflare security out of the box.
Features
Browser VS Code
Full IDE via code-server, no local install needed
Port Exposure
localhost:3000 becomes https://your.domain/3000/
Secure by Default
Cloudflare Tunnel + Access for authentication
CLI Control
Manage everything from the terminal
Share Previews
Give clients access to dev servers instantly
One-liner Install
Works on fresh Ubuntu servers
How it Works
Install
Run the bootstrap script on any Ubuntu server
Connect
Authenticate with GitHub and Cloudflare
Code
Open your browser and start coding from anywhere
Perfect For
- Coding from an iPad or phone
- Any device with a browser
- Remote pair programming
- Sharing dev previews with clients