vanity/README.md

751 B

Vanity

Go Reference Build Status

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.

License

MIT