Skip to content

Using Go to implement reverse proxy and simply deploy on Heroku.

Notifications You must be signed in to change notification settings

fromxt/google-proxy-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-proxy-heroku

Run a google reverse proxy using golang on Heroku.

Deploy

Installation

  • Deploy Button

Use the Deploy to Heroku button above to create a copy of the app, then Set UPSTREAM_SERVER config vars.

  • Git Deploy

Steps:

  1. git clone https://github.com/fromxt/google-proxy-heroku.git

  2. cd google-proxy-heroku ,then modify main.go

   upstream_server := "https://www.google.com"
  1. heroku login -i

  2. heroku create apps:

  3. git add -A

  4. git commit -m "init"

  5. git push heroku master

Note: If a VPS not available, you can sign up goormIDE account to insatll the Heroku CLI,which is a powerful cloud IDE service.

About

Using Go to implement reverse proxy and simply deploy on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages