https://github.com/johnweldon/import
Go import vanity url service
https://github.com/johnweldon/import
boltdb go golang golang-application import web-application
Last synced: 10 months ago
JSON representation
Go import vanity url service
- Host: GitHub
- URL: https://github.com/johnweldon/import
- Owner: johnweldon
- License: mit
- Created: 2017-11-04T01:02:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T23:08:50.000Z (about 4 years ago)
- Last Synced: 2025-01-25T23:22:32.245Z (12 months ago)
- Topics: boltdb, go, golang, golang-application, import, web-application
- Language: Go
- Size: 207 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# import
A vanity url http service for `go import`.
Uses [boltdb](htpts://github.com/boltdb/bolt), 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 **U**pdate 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](https://rsc.io/go-import-redirector))