Vanity Go Imports
https://git.jojodev.com/jolheiser/vanity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
cmd | 1 year ago | |
contrib | 1 year ago | |
database | 1 year ago | |
docker | 1 year ago | |
go-vanity | 1 year ago | |
router | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
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.