https://github.com/pascalw/inlets-heroku
https://github.com/pascalw/inlets-heroku
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalw/inlets-heroku
- Owner: pascalw
- Created: 2020-03-19T09:41:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T10:49:06.000Z (about 6 years ago)
- Last Synced: 2025-01-13T15:48:29.259Z (over 1 year ago)
- Language: Shell
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inlets on Heroku
Deploy an [Inlets](https://docs.inlets.dev/) proxy to Heroku in a few simple steps:
1. Create a [Heroku](https://heroku.com) account and configure the Heroku CLI
2. Install the Inlets CLI (`curl -sLS https://get.inlets.dev | sh` or `brew install inlets`)
3. Clone this repo:
```sh
git clone https://github.com/pascalw/inlets-heroku.git
```
4. Deploy the app to Heroku:
```sh
./deploy.sh [heroku app-name]
```
5. Connect the Inlets client:
```sh
./inlets-client.sh http://localhost:8080
```
Great success! You will now be able to access `localhost:8080` from `https://[heroku-app-name].herokuapp.com`.