HOW TO SELF-HOST UPLOADTHING
How exactly do you self host the dashboard ?
5 Replies
seriously ?
If you realy want to know you need to dig deep inside the opensource upload thing package en expore how to uploadthing.com server requests are coming in.
Then you need to explore how S3 works with it's node API. Then you can create your own API routes that are called from uploadthing, to your own API routes that handles the requests.
Create your own uploadthing backend (yesterday I spoke to Theo, at this moment there just a couple of lambda scripts that handle the requests. it's not finished, there is no "perfect" backend at te moment. but it would be great to give feedback based on your own implementations!
Josh tried coding
YouTube
Did Theo Really Fix File Uploading?
A service created by a fellow creator here on YouTube aims to solve the problem of large-scale online file storage for developers. I found their approach to be super interesting, so I built my own version of their service to get an understanding of how this works.
Links --
Video by Theo: https://www.youtube.com/watch?v=mxT3j-5s1Zc&ab_channel=Th...
you can check the video and replicate on your own
great ressource thanks