You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
Reviewed-on: #14 |
1 year ago | |
---|---|---|
cmd | 1 year ago | |
contrib | 1 year ago | |
docker | 2 years ago | |
sdk | 1 year ago | |
server | 1 year ago | |
.gitignore | 1 year ago | |
.woodpecker.yml | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
tools.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.