Skip to content

johnweldon/import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import

A vanity url http service for go import.

Uses boltdb, but otherwise all standard library imports.

Plans include:

  • API for managing repos that this service handles
  • UI for listing and exploring repos, and managing through the API
  • Better Authentication and Authorization of Admin API (currently just uses IP whitelisting)
  • Finish Update portion of CRUD API (CR D is done)
  • Consider dropping BoltDB, in favour of simple JSON file (just to remove external dependencies)

Installation

Use go get jw4.us/import to get the source code.

Use the Dockerfile or the image docker.jw4.us/import to run the default version in a container.

(Acknowledgements and thanks to rsc)