amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
703 stars 135 forks source link

Disable Vanity #26

Closed Erduan87 closed 5 years ago

Erduan87 commented 6 years ago

I have a question. Can I disable vanity in Pygmy (I want a random hash = www.expamle.com/abc123). If it is possible, how can I disable it?

amitt001 commented 6 years ago

@Erduan87 do you want the custom domain(like example.com?) or a prefixed url path(like exmaple.com/abc**)?

You can use your own custom domain in the service. Customize your config and settings file to add your domain.

About the path in url(In your example abc123) can only be an ever-increasing base62 encoded value.

amitt001 commented 5 years ago

@Erduan87 ^^