Go Vanity URLs
 
 
 
Go to file
jolheiser 0b3fd9c04c
continuous-integration/drone/push Build is passing Details
Add sakura for CSS (#12)
Resolves #7

Reviewed-on: #12
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2021-05-09 05:02:27 +00:00
cmd Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
contrib Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
database Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
docker Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
go-vanity Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
router Add sakura for CSS (#12) 2021-05-09 05:02:27 +00:00
.drone.yml Add sakura for CSS (#12) 2021-05-09 05:02:27 +00:00
.gitignore Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
LICENSE Add license 2020-09-12 10:41:21 -05:00
Makefile Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00
README.md Add sakura for CSS (#12) 2021-05-09 05:02:27 +00:00
go.mod Add sakura for CSS (#12) 2021-05-09 05:02:27 +00:00
go.sum Add sakura for CSS (#12) 2021-05-09 05:02:27 +00:00
main.go Convert to gpm-style service (#11) 2021-04-23 11:21:53 +08:00

README.md

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