Go Vanity URLs
 
 
 
Go to file
jolheiser b451e46e35
Convert to gpm-style service
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-03-10 23:21:23 -06:00
cmd Convert to gpm-style service 2021-03-10 23:21:23 -06:00
contrib Convert to gpm-style service 2021-03-10 23:21:23 -06:00
database Convert to gpm-style service 2021-03-10 23:21:23 -06:00
docker Convert to gpm-style service 2021-03-10 23:21:23 -06:00
go-vanity Convert to gpm-style service 2021-03-10 23:21:23 -06:00
router Convert to gpm-style service 2021-03-10 23:21:23 -06:00
.gitignore Convert to gpm-style service 2021-03-10 23:21:23 -06:00
LICENSE Add license 2020-09-12 10:41:21 -05:00
Makefile Convert to gpm-style service 2021-03-10 23:21:23 -06:00
README.md Convert to gpm-style service 2021-03-10 23:21:23 -06:00
go.mod Convert to gpm-style service 2021-03-10 23:21:23 -06:00
go.sum Convert to gpm-style service 2021-03-10 23:21:23 -06:00
main.go Convert to gpm-style service 2021-03-10 23:21:23 -06:00

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.

License

MIT