Skip to content

Webserver that outputs build and run environment variables

Notifications You must be signed in to change notification settings

digitalocean/go-info-webserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-info-webserver

Is a Go app for App Platform that exposes build and runtime environment variables via HTTP.

Paths

  • / returns the hostname, runtime, and buildtime environment variables.
  • /envs/build/<var_key> returns the specific build value of a build key.
  • /envs/run/<var_key> returns the specific run value of a run key.

About

Webserver that outputs build and run environment variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.7%
  • Shell 3.8%
  • Dockerfile 3.5%