Runs a Chisel server on Heroku platform. Requires container stack.
- Clone the repository.
- Create an Heroku app with
containerstack.
heroku apps:create --stack container --manifest
- Push your way to Heroku and let it build the image and start serving Chisel.
git push heroku master
- Optionally, add an
AUTH(inuser:passform) config variable in your Heroku dashboard to password-protect your Chisel server.