-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL Shortener #146
Comments
We could fork https://github.com/steven-tey/dub and implement a shortener, or just use upstash and middleware like dub and have a custom shortener |
@wei I'll be happy to (instead of money contribution) self-host an instance of https://shlink.io/ to continue with this idea. Let me know if you are interested. ❤️ |
Let's hold off on this one. I envision this to be implemented as a part of User Dashboard instead of a third party service but open to other ideas. |
Hi @wei , since we are also considering #472 migration to Cloudflare Pages, and that short-links would require some data storage, here's another idea: use Cloudflare's KV store as a most simple/basic solution now and iterate from there. https://developers.cloudflare.com/kv/ What do you think? |
@KemingHe great idea! I have actually already implemented a url shortener for another project using workers KV, it will work great! |
The generated image url always contain long query strings. Let's create a url shortener so it's not so long~
The text was updated successfully, but these errors were encountered: