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.
|
4 months ago | |
---|---|---|
cmd | 4 months ago | |
contrib | 4 months ago | |
docker | 1 year ago | |
sdk | 4 months ago | |
server | 4 months ago | |
.gitignore | 4 months ago | |
.woodpecker.yml | 4 months ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
tools.go | 4 months 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.