/secure-proxy

Secure Proxy for GAE/Go

Primary LanguageGo

Secure Proxy

Secure Proxy for GAE/Go

  • Support Edge Cache (Cloud CDN)

Required

Recommended

$ curl https://sdk.cloud.google.com | bash
$ gcloud auth login
$ open https://cloud.google.com/appengine/docs/go/download
$ export PATH="$PATH:$HOME/go_appengine"
$ git clone git@github.com:s-aska/secure-proxy.git
$ cd secure-proxy

direnv

$ sh env.sh
or
$ cp env.sh .envrc

Development

$ goapp serve

Deployment

$ goapp deploy -application YOUR_PROJECT_ID -version 1