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 handlesUI 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)
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)