HOW TO SELF-HOST UPLOADTHING

How exactly do you self host the dashboard ?
6 Replies
Equilibrium
EquilibriumOP3y ago
seriously ?
Eternal Mori
Eternal Mori3y ago
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!
Neto
Neto3y ago
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...
Neto
Neto3y ago
you can check the video and replicate on your own
Equilibrium
EquilibriumOP3y ago
great ressource thanks
brboy
brboy5mo ago
I’m waiting on a Pr to be merged and I have a self hosted version that can be run anywhere hono can I had to reverse engineer the client, soon to find there is an OpenApi spec

Did you find this page helpful?