512 B
512 B
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.