2020-02-21 04:39:03 +00:00
# Vanity
2021-05-09 05:02:27 +00:00
[![Go Reference ](https://pkg.go.dev/badge/go.jolheiser.com/vanity.svg )](https://pkg.go.dev/go.jolheiser.com/vanity)
[![Build Status ](https://ci.jojodev.com/api/badges/jolheiser/vanity/status.svg )](https://ci.jojodev.com/jolheiser/vanity)
2021-02-23 14:45:01 +00:00
A simple web service to serve [vanity Go imports ](https://golang.org/cmd/go/#hdr-Remote_import_paths ). Feel free to check it out using [my instance ](https://go.jolheiser.com/ ).
2020-02-21 04:39:03 +00:00
2020-09-12 15:23:25 +00:00
Vanity also supports [git-import ](https://gitea.com/jolheiser/git-import ).
## Docker
```sh
docker run \
--env VANITY_DOMAIN=go.domain.tld \
--env VANITY_TOKEN=< token > \
--publish 80:7777 \
--restart always
jolheiser/vanity:latest
```
2021-02-21 20:23:06 +00:00
## API
2021-04-23 03:21:53 +00:00
Check out the [SDK ](go-vanity ).
2021-02-21 20:23:06 +00:00
2020-09-12 15:41:21 +00:00
## License
[MIT ](LICENSE )