Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 788 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 788 Bytes

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)