Skip to content

Simple Reverse Proxy in Golang to deploy on Render

Notifications You must be signed in to change notification settings

RenaultAvantime/google-proxy-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to deploy google reverse-proxy on render.

This repo is a simple example used as a starting point to deploy go web on Render.

Deployment

  1. Fork fromxt/google-proxy-render on GitHub.

  2. Create a new Web Service on Render, and give Render permission to access your new repo.

  3. Select GO for the environment and use the following values during creation:

    Build Command go build -tags netgo -ldflags '-s -w' -o app

    Start Command ./app

  4. Your app will be live on your Render URL as soon as the build finishes.

About

Simple Reverse Proxy in Golang to deploy on Render

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.6%
  • Shell 12.4%