I did see Cox’s app before but it didn’t quite fit my needs. I was initially going to PR it but decided to just start from scratch.
My favorite way to deploy anything is to containerize it. I initially deployed it in Google’s Cloud Run (which is similar to AWS’ Fargate), but that got a little pricey after a few days so I redeployed it in a container-optimized VM instance (so the EC2 equivalent).
The README has the info (https://git.sr.ht/~hokiegeek/tiddlybucket#grab-a-copy)
but you can pull the container from my gitlab repo with the command:
docker pull registry.gitlab.com/hokiegeek/tiddlybucket:v0.5.3
Also, cross-compiling is pretty trivial with go, so I could also build mac, windows, and linux binaries and host them in gitlab for download if containers are not desired.