shaky.sh

More posse setup yesterday, this time for media (mainly photos). S3 bucket and cloudfront were simple enough to set up.

I wanna make it easy to upload photos from my phone, so I set up a vercel function to handle it. But I'm running into file uploads limits from vercel. So I think I'll change the function to return a signed URL and set the client upload the file directly.