Go to file
Syfaro b5c2b8888b Build Docker image. 2019-11-09 14:36:28 -06:00
.drone.yml Build Docker image. 2019-11-09 14:36:28 -06:00
.gitignore Initial commit. 2018-08-05 00:52:49 -05:00
Dockerfile Build Docker image. 2019-11-09 14:36:28 -06:00
README.md README file. 2018-08-05 00:55:14 -05:00
main.go Initial commit. 2018-08-05 00:52:49 -05:00

README.md

goget-proxy

Vanity imports for golang. Ensures only serves existing repos with Gitea API.

Configuration

  • GITEA_HOST - Path to Gitea instance, used for API and generating URIs
  • GITEA_API_TOKEN - Gitea API token to ensure repo exists
  • SHORT_HOST - Vanity hostname
  • HTTP_HOST - Where to listen for incoming requests