jolheiser
0b3fd9c04c
continuous-integration/drone/push Build is passing
Details
Resolves #7 Reviewed-on: #12 Co-authored-by: jolheiser <john.olheiser@gmail.com> Co-committed-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
cmd | ||
contrib | ||
database | ||
docker | ||
go-vanity | ||
router | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Vanity
A simple web service to serve vanity Go imports. Feel free to check it out using my instance.
Vanity also supports git-import.
Docker
docker run \
--env VANITY_DOMAIN=go.domain.tld \
--env VANITY_TOKEN=<token> \
--publish 80:7777 \
--restart always
jolheiser/vanity:latest
API
Check out the SDK.