Deploy an Inlets proxy to Heroku in a few simple steps:
-
Create a Heroku account and configure the Heroku CLI
-
Install the Inlets CLI (
curl -sLS https://get.inlets.dev | sh
orbrew install inlets
) -
Clone this repo:
git clone https://github.com/pascalw/inlets-heroku.git
-
Deploy the app to Heroku:
./deploy.sh [heroku app-name]
-
Connect the Inlets client:
./inlets-client.sh http://localhost:8080
Great success! You will now be able to access localhost:8080
from https://[heroku-app-name].herokuapp.com
.